Interface Settings
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SettingsImpl
-
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledoubleintintdoubleintintdoubledoubleintdoubleintdoubledoubledoubleintintintdoubledoubledoubledoubleintintintintbooleanvoidsetBleedBottom(double bleedBottom) voidsetBleedInner(double bleedInner) voidsetBleedOuter(double bleedOuter) voidsetBleedTop(double bleedTop) voidsetBlendingspace(String blendingspace) voidsetCmykColorprofile(String cmykColorprofile) voidsetColorPriority(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(String firstPageType) voidsetIntention(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(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 Details
-
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
String getFirstPageType()- Returns:
- the firstPageType
-
setFirstPageType
- Parameters:
firstPageType- the firstPageType to set
-
getIntention
String getIntention()- Returns:
- the intention
-
setIntention
- Parameters:
intention- the intention to set
-
getBlendingspace
String getBlendingspace()- Returns:
- the blendingspace
-
setBlendingspace
- 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
String getRgbColorprofile()- Returns:
- the rgbColorprofile
-
setRgbColorprofile
- Parameters:
rgbColorprofile- the rgbColorprofile to set
-
getCmykColorprofile
String getCmykColorprofile()- Returns:
- the cmykColorprofile
-
setCmykColorprofile
- Parameters:
cmykColorprofile- the cmykColorprofile to set
-
getColorPriority
String getColorPriority()- Returns:
- the colorPriority
-
setColorPriority
- Parameters:
colorPriority- the colorPriority to set
-