public class PosterParams extends ContactParams implements java.lang.Cloneable
logger
Constructor and Description |
---|
PosterParams() |
Modifier and Type | Method and Description |
---|---|
PosterParams |
clone() |
XY |
getGeneratedOffsetXY() |
XY |
getMasterPicXY() |
Poster |
getPoster() |
XY |
getSheetsXY() |
XY |
getSheetXY() |
boolean |
isCalibration() |
void |
setCalibration() |
void |
setGeneratedOffsetXY(XY generatedOffsetXY)
The poster set is centered on the available sheets.
|
void |
setMasterPicXY(XY masterPicXY) |
void |
setPoster(Poster poster) |
void |
setSheetsXY(XY sheetsXY)
Set the number of horizontal and vertical sheets that make up the full Poster set
|
void |
setSheetXY(XY sheetXY) |
equals, equalsPics, getCid, getContactNumber, getEngineName, getOutputDirectory, getRankMax, getRankMin, getSetName, getSize, getUid, getUuid, setCid, setContactNumber, setEngineName, setOutputDirectory, setRankMax, setRankMin, setRankMinMax, setSetName, setSetSize, setSize
public PosterParams clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public Poster getPoster()
public void setPoster(Poster poster)
poster
- the poster to setpublic XY getSheetXY()
public void setSheetXY(XY sheetXY)
sheetXY
- the sheetXY to setpublic XY getMasterPicXY()
public void setMasterPicXY(XY masterPicXY)
masterPicXY
- the width and height of the masterPic to setpublic XY getSheetsXY()
public void setSheetsXY(XY sheetsXY)
sheetsX
- the sheetsX to setpublic XY getGeneratedOffsetXY()
public void setGeneratedOffsetXY(XY generatedOffsetXY)
generatedOffsetX
- the generatedOffsetX to setpublic boolean isCalibration()
public void setCalibration()
calibration
- the calibration to set