Interface Settings
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
SettingsImpl
public interface Settings extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetBleedBottom()doublegetBleedInner()doublegetBleedOuter()doublegetBleedTop()java.lang.StringgetBlendingspace()java.lang.StringgetCmykColorprofile()java.lang.StringgetColorPriority()intgetColumnsColor()intgetColumnsDirection()doublegetColumnsGutter()intgetColumnsLocked()intgetColumnsNum()doublegetDefaultPageheight()doublegetDefaultPagewidth()java.lang.StringgetFirstPageType()java.lang.StringgetIntention()intgetLastUsedUid()doublegetMarginBottom()intgetMarginColor()doublegetMarginLeft()doublegetMarginRight()doublegetMarginTop()intgetPagebinding()intgetPageelementsShown()intgetRestartPagenum()java.lang.StringgetRgbColorprofile()doublegetSlugBottom()doublegetSlugInner()doublegetSlugOuter()doublegetSlugTop()intgetStartpage()intgetUniformBleed()intgetUniformMargin()intgetUniformSlug()booleanisFacingPages()voidsetBleedBottom(double bleedBottom)voidsetBleedInner(double bleedInner)voidsetBleedOuter(double bleedOuter)voidsetBleedTop(double bleedTop)voidsetBlendingspace(java.lang.String blendingspace)voidsetCmykColorprofile(java.lang.String cmykColorprofile)voidsetColorPriority(java.lang.String colorPriority)voidsetColumnsColor(int columnsColor)voidsetColumnsDirection(int columnsDirection)voidsetColumnsGutter(double columnsGutter)voidsetColumnsLocked(int columnsLocked)voidsetColumnsNum(int columnsNum)voidsetDefaultPageheight(double defaultPageheight)voidsetDefaultPagewidth(double defaultPagewidth)voidsetFacingPages(boolean facingPages)voidsetFirstPageType(java.lang.String firstPageType)voidsetIntention(java.lang.String intention)voidsetLastUsedUid(int lastUsedUid)voidsetMarginBottom(double marginBottom)voidsetMarginColor(int marginColor)voidsetMarginLeft(double marginLeft)voidsetMarginRight(double marginRight)voidsetMarginTop(double marginTop)voidsetPagebinding(int pagebinding)voidsetPageelementsShown(int pageelementsShown)voidsetRestartPagenum(int restartPagenum)voidsetRgbColorprofile(java.lang.String rgbColorprofile)voidsetSlugBottom(double slugBottom)voidsetSlugInner(double slugInner)voidsetSlugOuter(double slugOuter)voidsetSlugTop(double slugTop)voidsetStartpage(int startpage)voidsetUniformBleed(int uniformBleed)voidsetUniformMargin(int uniformMargin)voidsetUniformSlug(int uniformSlug)
-
-
-
Method Detail
-
getDefaultPagewidth
double getDefaultPagewidth()
- Returns:
- the defaultPagewidth
-
setDefaultPagewidth
void setDefaultPagewidth(double defaultPagewidth)
- Parameters:
defaultPagewidth- the defaultPagewidth to set
-
getDefaultPageheight
double getDefaultPageheight()
- Returns:
- the defaultPageheight
-
setDefaultPageheight
void setDefaultPageheight(double defaultPageheight)
- Parameters:
defaultPageheight- the defaultPageheight to set
-
isFacingPages
boolean isFacingPages()
- Returns:
- the facingPages
-
setFacingPages
void setFacingPages(boolean facingPages)
- Parameters:
facingPages- the facingPages to set
-
getFirstPageType
java.lang.String getFirstPageType()
- Returns:
- the firstPageType
-
setFirstPageType
void setFirstPageType(java.lang.String firstPageType)
- Parameters:
firstPageType- the firstPageType to set
-
getIntention
java.lang.String getIntention()
- Returns:
- the intention
-
setIntention
void setIntention(java.lang.String intention)
- Parameters:
intention- the intention to set
-
getBlendingspace
java.lang.String getBlendingspace()
- Returns:
- the blendingspace
-
setBlendingspace
void setBlendingspace(java.lang.String blendingspace)
- Parameters:
blendingspace- the blendingspace to set
-
getStartpage
int getStartpage()
- Returns:
- the startpage
-
setStartpage
void setStartpage(int startpage)
- Parameters:
startpage- the startpage to set
-
getRestartPagenum
int getRestartPagenum()
- Returns:
- the restartPagenum
-
setRestartPagenum
void setRestartPagenum(int restartPagenum)
- Parameters:
restartPagenum- the restartPagenum to set
-
getPagebinding
int getPagebinding()
- Returns:
- the pagebinding
-
setPagebinding
void setPagebinding(int pagebinding)
- Parameters:
pagebinding- the pagebinding to set
-
getColumnsNum
int getColumnsNum()
- Returns:
- the columnsNum
-
setColumnsNum
void setColumnsNum(int columnsNum)
- Parameters:
columnsNum- the columnsNum to set
-
getColumnsGutter
double getColumnsGutter()
- Returns:
- the columnsGutter
-
setColumnsGutter
void setColumnsGutter(double columnsGutter)
- Parameters:
columnsGutter- the columnsGutter to set
-
getColumnsDirection
int getColumnsDirection()
- Returns:
- the columnsDirection
-
setColumnsDirection
void setColumnsDirection(int columnsDirection)
- Parameters:
columnsDirection- the columnsDirection to set
-
getColumnsColor
int getColumnsColor()
- Returns:
- the columnsColor
-
setColumnsColor
void setColumnsColor(int columnsColor)
- Parameters:
columnsColor- the columnsColor to set
-
getColumnsLocked
int getColumnsLocked()
- Returns:
- the columnsLocked
-
setColumnsLocked
void setColumnsLocked(int columnsLocked)
- Parameters:
columnsLocked- the columnsLocked to set
-
getMarginLeft
double getMarginLeft()
- Returns:
- the marginLeft
-
setMarginLeft
void setMarginLeft(double marginLeft)
- Parameters:
marginLeft- the marginLeft to set
-
getMarginTop
double getMarginTop()
- Returns:
- the marginTop
-
setMarginTop
void setMarginTop(double marginTop)
- Parameters:
marginTop- the marginTop to set
-
getMarginRight
double getMarginRight()
- Returns:
- the marginRight
-
setMarginRight
void setMarginRight(double marginRight)
- Parameters:
marginRight- the marginRight to set
-
getMarginBottom
double getMarginBottom()
- Returns:
- the marginBottom
-
setMarginBottom
void setMarginBottom(double marginBottom)
- Parameters:
marginBottom- the marginBottom to set
-
getMarginColor
int getMarginColor()
- Returns:
- the marginColor
-
setMarginColor
void setMarginColor(int marginColor)
- Parameters:
marginColor- the marginColor to set
-
getUniformMargin
int getUniformMargin()
- Returns:
- the uniformMargin
-
setUniformMargin
void setUniformMargin(int uniformMargin)
- Parameters:
uniformMargin- the uniformMargin to set
-
getBleedTop
double getBleedTop()
- Returns:
- the bleedTop
-
setBleedTop
void setBleedTop(double bleedTop)
- Parameters:
bleedTop- the bleedTop to set
-
getBleedBottom
double getBleedBottom()
- Returns:
- the bleedBottom
-
setBleedBottom
void setBleedBottom(double bleedBottom)
- Parameters:
bleedBottom- the bleedBottom to set
-
getBleedInner
double getBleedInner()
- Returns:
- the bleedInner
-
setBleedInner
void setBleedInner(double bleedInner)
- Parameters:
bleedInner- the bleedInner to set
-
getBleedOuter
double getBleedOuter()
- Returns:
- the bleedOuter
-
setBleedOuter
void setBleedOuter(double bleedOuter)
- Parameters:
bleedOuter- the bleedOuter to set
-
getUniformBleed
int getUniformBleed()
- Returns:
- the uniformBleed
-
setUniformBleed
void setUniformBleed(int uniformBleed)
- Parameters:
uniformBleed- the uniformBleed to set
-
getSlugTop
double getSlugTop()
- Returns:
- the slugTop
-
setSlugTop
void setSlugTop(double slugTop)
- Parameters:
slugTop- the slugTop to set
-
getSlugBottom
double getSlugBottom()
- Returns:
- the slugBottom
-
setSlugBottom
void setSlugBottom(double slugBottom)
- Parameters:
slugBottom- the slugBottom to set
-
getSlugInner
double getSlugInner()
- Returns:
- the slugInner
-
setSlugInner
void setSlugInner(double slugInner)
- Parameters:
slugInner- the slugInner to set
-
getSlugOuter
double getSlugOuter()
- Returns:
- the slugOuter
-
setSlugOuter
void setSlugOuter(double slugOuter)
- Parameters:
slugOuter- the slugOuter to set
-
getUniformSlug
int getUniformSlug()
- Returns:
- the uniformSlug
-
setUniformSlug
void setUniformSlug(int uniformSlug)
- Parameters:
uniformSlug- the uniformSlug to set
-
getLastUsedUid
int getLastUsedUid()
- Returns:
- the lastUsedUid
-
setLastUsedUid
void setLastUsedUid(int lastUsedUid)
- Parameters:
lastUsedUid- the lastUsedUid to set
-
getPageelementsShown
int getPageelementsShown()
- Returns:
- the pageelementsShown
-
setPageelementsShown
void setPageelementsShown(int pageelementsShown)
- Parameters:
pageelementsShown- the pageelementsShown to set
-
getRgbColorprofile
java.lang.String getRgbColorprofile()
- Returns:
- the rgbColorprofile
-
setRgbColorprofile
void setRgbColorprofile(java.lang.String rgbColorprofile)
- Parameters:
rgbColorprofile- the rgbColorprofile to set
-
getCmykColorprofile
java.lang.String getCmykColorprofile()
- Returns:
- the cmykColorprofile
-
setCmykColorprofile
void setCmykColorprofile(java.lang.String cmykColorprofile)
- Parameters:
cmykColorprofile- the cmykColorprofile to set
-
getColorPriority
java.lang.String getColorPriority()
- Returns:
- the colorPriority
-
setColorPriority
void setColorPriority(java.lang.String colorPriority)
- Parameters:
colorPriority- the colorPriority to set
-
-