Class SettingsImpl

java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.SettingsImpl
All Implemented Interfaces:
Settings, Serializable

public class SettingsImpl extends Object implements Serializable, Settings
See Also:
  • Constructor Details

    • SettingsImpl

      public SettingsImpl()
  • Method Details

    • getDefaultPagewidth

      public double getDefaultPagewidth()
      Specified by:
      getDefaultPagewidth in interface Settings
      Returns:
      the defaultPagewidth
    • setDefaultPagewidth

      public void setDefaultPagewidth(double defaultPagewidth)
      Specified by:
      setDefaultPagewidth in interface Settings
      Parameters:
      defaultPagewidth - the defaultPagewidth to set
    • getDefaultPageheight

      public double getDefaultPageheight()
      Specified by:
      getDefaultPageheight in interface Settings
      Returns:
      the defaultPageheight
    • setDefaultPageheight

      public void setDefaultPageheight(double defaultPageheight)
      Specified by:
      setDefaultPageheight in interface Settings
      Parameters:
      defaultPageheight - the defaultPageheight to set
    • isFacingPages

      public boolean isFacingPages()
      Specified by:
      isFacingPages in interface Settings
      Returns:
      the facingPages
    • setFacingPages

      public void setFacingPages(boolean facingPages)
      Specified by:
      setFacingPages in interface Settings
      Parameters:
      facingPages - the facingPages to set
    • getFirstPageType

      public String getFirstPageType()
      Specified by:
      getFirstPageType in interface Settings
      Returns:
      the firstPageType
    • setFirstPageType

      public void setFirstPageType(String firstPageType)
      Specified by:
      setFirstPageType in interface Settings
      Parameters:
      firstPageType - the firstPageType to set
    • getIntention

      public String getIntention()
      Specified by:
      getIntention in interface Settings
      Returns:
      the intention
    • setIntention

      public void setIntention(String intention)
      Specified by:
      setIntention in interface Settings
      Parameters:
      intention - the intention to set
    • getBlendingspace

      public String getBlendingspace()
      Specified by:
      getBlendingspace in interface Settings
      Returns:
      the blendingspace
    • setBlendingspace

      public void setBlendingspace(String blendingspace)
      Specified by:
      setBlendingspace in interface Settings
      Parameters:
      blendingspace - the blendingspace to set
    • getStartpage

      public int getStartpage()
      Specified by:
      getStartpage in interface Settings
      Returns:
      the startpage
    • setStartpage

      public void setStartpage(int startpage)
      Specified by:
      setStartpage in interface Settings
      Parameters:
      startpage - the startpage to set
    • getRestartPagenum

      public int getRestartPagenum()
      Specified by:
      getRestartPagenum in interface Settings
      Returns:
      the restartPagenum
    • setRestartPagenum

      public void setRestartPagenum(int restartPagenum)
      Specified by:
      setRestartPagenum in interface Settings
      Parameters:
      restartPagenum - the restartPagenum to set
    • getPagebinding

      public int getPagebinding()
      Specified by:
      getPagebinding in interface Settings
      Returns:
      the pagebinding
    • setPagebinding

      public void setPagebinding(int pagebinding)
      Specified by:
      setPagebinding in interface Settings
      Parameters:
      pagebinding - the pagebinding to set
    • getColumnsNum

      public int getColumnsNum()
      Specified by:
      getColumnsNum in interface Settings
      Returns:
      the columnsNum
    • setColumnsNum

      public void setColumnsNum(int columnsNum)
      Specified by:
      setColumnsNum in interface Settings
      Parameters:
      columnsNum - the columnsNum to set
    • getColumnsGutter

      public double getColumnsGutter()
      Specified by:
      getColumnsGutter in interface Settings
      Returns:
      the columnsGutter
    • setColumnsGutter

      public void setColumnsGutter(double columnsGutter)
      Specified by:
      setColumnsGutter in interface Settings
      Parameters:
      columnsGutter - the columnsGutter to set
    • getColumnsDirection

      public int getColumnsDirection()
      Specified by:
      getColumnsDirection in interface Settings
      Returns:
      the columnsDirection
    • setColumnsDirection

      public void setColumnsDirection(int columnsDirection)
      Specified by:
      setColumnsDirection in interface Settings
      Parameters:
      columnsDirection - the columnsDirection to set
    • getColumnsColor

      public int getColumnsColor()
      Specified by:
      getColumnsColor in interface Settings
      Returns:
      the columnsColor
    • setColumnsColor

      public void setColumnsColor(int columnsColor)
      Specified by:
      setColumnsColor in interface Settings
      Parameters:
      columnsColor - the columnsColor to set
    • getColumnsLocked

      public int getColumnsLocked()
      Specified by:
      getColumnsLocked in interface Settings
      Returns:
      the columnsLocked
    • setColumnsLocked

      public void setColumnsLocked(int columnsLocked)
      Specified by:
      setColumnsLocked in interface Settings
      Parameters:
      columnsLocked - the columnsLocked to set
    • getMarginLeft

      public double getMarginLeft()
      Specified by:
      getMarginLeft in interface Settings
      Returns:
      the marginLeft
    • setMarginLeft

      public void setMarginLeft(double marginLeft)
      Specified by:
      setMarginLeft in interface Settings
      Parameters:
      marginLeft - the marginLeft to set
    • getMarginTop

      public double getMarginTop()
      Specified by:
      getMarginTop in interface Settings
      Returns:
      the marginTop
    • setMarginTop

      public void setMarginTop(double marginTop)
      Specified by:
      setMarginTop in interface Settings
      Parameters:
      marginTop - the marginTop to set
    • getMarginRight

      public double getMarginRight()
      Specified by:
      getMarginRight in interface Settings
      Returns:
      the marginRight
    • setMarginRight

      public void setMarginRight(double marginRight)
      Specified by:
      setMarginRight in interface Settings
      Parameters:
      marginRight - the marginRight to set
    • getMarginBottom

      public double getMarginBottom()
      Specified by:
      getMarginBottom in interface Settings
      Returns:
      the marginBottom
    • setMarginBottom

      public void setMarginBottom(double marginBottom)
      Specified by:
      setMarginBottom in interface Settings
      Parameters:
      marginBottom - the marginBottom to set
    • getMarginColor

      public int getMarginColor()
      Specified by:
      getMarginColor in interface Settings
      Returns:
      the marginColor
    • setMarginColor

      public void setMarginColor(int marginColor)
      Specified by:
      setMarginColor in interface Settings
      Parameters:
      marginColor - the marginColor to set
    • getUniformMargin

      public int getUniformMargin()
      Specified by:
      getUniformMargin in interface Settings
      Returns:
      the uniformMargin
    • setUniformMargin

      public void setUniformMargin(int uniformMargin)
      Specified by:
      setUniformMargin in interface Settings
      Parameters:
      uniformMargin - the uniformMargin to set
    • getBleedTop

      public double getBleedTop()
      Specified by:
      getBleedTop in interface Settings
      Returns:
      the bleedTop
    • setBleedTop

      public void setBleedTop(double bleedTop)
      Specified by:
      setBleedTop in interface Settings
      Parameters:
      bleedTop - the bleedTop to set
    • getBleedBottom

      public double getBleedBottom()
      Specified by:
      getBleedBottom in interface Settings
      Returns:
      the bleedBottom
    • setBleedBottom

      public void setBleedBottom(double bleedBottom)
      Specified by:
      setBleedBottom in interface Settings
      Parameters:
      bleedBottom - the bleedBottom to set
    • getBleedInner

      public double getBleedInner()
      Specified by:
      getBleedInner in interface Settings
      Returns:
      the bleedInner
    • setBleedInner

      public void setBleedInner(double bleedInner)
      Specified by:
      setBleedInner in interface Settings
      Parameters:
      bleedInner - the bleedInner to set
    • getBleedOuter

      public double getBleedOuter()
      Specified by:
      getBleedOuter in interface Settings
      Returns:
      the bleedOuter
    • setBleedOuter

      public void setBleedOuter(double bleedOuter)
      Specified by:
      setBleedOuter in interface Settings
      Parameters:
      bleedOuter - the bleedOuter to set
    • getUniformBleed

      public int getUniformBleed()
      Specified by:
      getUniformBleed in interface Settings
      Returns:
      the uniformBleed
    • setUniformBleed

      public void setUniformBleed(int uniformBleed)
      Specified by:
      setUniformBleed in interface Settings
      Parameters:
      uniformBleed - the uniformBleed to set
    • getSlugTop

      public double getSlugTop()
      Specified by:
      getSlugTop in interface Settings
      Returns:
      the slugTop
    • setSlugTop

      public void setSlugTop(double slugTop)
      Specified by:
      setSlugTop in interface Settings
      Parameters:
      slugTop - the slugTop to set
    • getSlugBottom

      public double getSlugBottom()
      Specified by:
      getSlugBottom in interface Settings
      Returns:
      the slugBottom
    • setSlugBottom

      public void setSlugBottom(double slugBottom)
      Specified by:
      setSlugBottom in interface Settings
      Parameters:
      slugBottom - the slugBottom to set
    • getSlugInner

      public double getSlugInner()
      Specified by:
      getSlugInner in interface Settings
      Returns:
      the slugInner
    • setSlugInner

      public void setSlugInner(double slugInner)
      Specified by:
      setSlugInner in interface Settings
      Parameters:
      slugInner - the slugInner to set
    • getSlugOuter

      public double getSlugOuter()
      Specified by:
      getSlugOuter in interface Settings
      Returns:
      the slugOuter
    • setSlugOuter

      public void setSlugOuter(double slugOuter)
      Specified by:
      setSlugOuter in interface Settings
      Parameters:
      slugOuter - the slugOuter to set
    • getUniformSlug

      public int getUniformSlug()
      Specified by:
      getUniformSlug in interface Settings
      Returns:
      the uniformSlug
    • setUniformSlug

      public void setUniformSlug(int uniformSlug)
      Specified by:
      setUniformSlug in interface Settings
      Parameters:
      uniformSlug - the uniformSlug to set
    • getLastUsedUid

      public int getLastUsedUid()
      Specified by:
      getLastUsedUid in interface Settings
      Returns:
      the lastUsedUid
    • setLastUsedUid

      public void setLastUsedUid(int lastUsedUid)
      Specified by:
      setLastUsedUid in interface Settings
      Parameters:
      lastUsedUid - the lastUsedUid to set
    • getPageelementsShown

      public int getPageelementsShown()
      Specified by:
      getPageelementsShown in interface Settings
      Returns:
      the pageelementsShown
    • setPageelementsShown

      public void setPageelementsShown(int pageelementsShown)
      Specified by:
      setPageelementsShown in interface Settings
      Parameters:
      pageelementsShown - the pageelementsShown to set
    • getRgbColorprofile

      public String getRgbColorprofile()
      Specified by:
      getRgbColorprofile in interface Settings
      Returns:
      the rgbColorprofile
    • setRgbColorprofile

      public void setRgbColorprofile(String rgbColorprofile)
      Specified by:
      setRgbColorprofile in interface Settings
      Parameters:
      rgbColorprofile - the rgbColorprofile to set
    • getCmykColorprofile

      public String getCmykColorprofile()
      Specified by:
      getCmykColorprofile in interface Settings
      Returns:
      the cmykColorprofile
    • setCmykColorprofile

      public void setCmykColorprofile(String cmykColorprofile)
      Specified by:
      setCmykColorprofile in interface Settings
      Parameters:
      cmykColorprofile - the cmykColorprofile to set
    • getColorPriority

      public String getColorPriority()
      Specified by:
      getColorPriority in interface Settings
      Returns:
      the colorPriority
    • setColorPriority

      public void setColorPriority(String colorPriority)
      Specified by:
      setColorPriority in interface Settings
      Parameters:
      colorPriority - the colorPriority to set