public class Poster extends java.lang.Object implements java.lang.Comparable<Poster>
Constructor and Description |
---|
Poster() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Poster arg0) |
java.util.HashMap<java.lang.String,java.lang.String> |
getConfig()
Return a reference to the poster config map.
|
int |
getDpi() |
int |
getMarginB() |
int |
getMarginL() |
int |
getMarginR() |
int |
getMarginT() |
int |
getMasterMid() |
double |
getMultiplier() |
java.lang.String |
getName() |
java.lang.String |
getOutputPath() |
int |
getOverSprayB() |
int |
getOverSprayL() |
int |
getOverSprayR() |
int |
getOverSprayT() |
double |
getPaperHeight() |
double |
getPaperWidth() |
int |
getPid() |
double |
getProjectHeight() |
double |
getProjectWidth() |
void |
setConfig(java.util.HashMap<java.lang.String,java.lang.String> config)
Set the map of config parameters.
|
void |
setDpi(int dpi) |
void |
setMarginB(int marginB) |
void |
setMarginL(int marginL) |
void |
setMarginR(int marginR) |
void |
setMarginT(int marginT) |
void |
setMasterMid(int masterMid) |
void |
setMultiplier(double multiplier) |
void |
setName(java.lang.String name) |
void |
setOutputPath(java.lang.String outputPath) |
void |
setOverSprayB(int overSprayB) |
void |
setOverSprayL(int overSprayL) |
void |
setOverSprayR(int overSprayR) |
void |
setOverSprayT(int overSprayT) |
void |
setPaperHeight(double paperHeight) |
void |
setPaperWidth(double paperWidth) |
void |
setPid(int pid) |
void |
setProjectHeight(double projectHeight) |
void |
setProjectWidth(double projectWidth) |
public java.util.HashMap<java.lang.String,java.lang.String> getConfig()
public void setConfig(java.util.HashMap<java.lang.String,java.lang.String> config)
config
- the config to setpublic int getDpi()
public void setDpi(int dpi)
dpi
- the dpi to setpublic double getPaperWidth()
public void setPaperWidth(double paperWidth)
paperWidth
- the paperWidth to setpublic double getPaperHeight()
public void setPaperHeight(double paperHeight)
paperHeight
- the paperHeight to setpublic double getMultiplier()
public void setMultiplier(double multiplier)
multiplier
- the multiplier to setpublic double getProjectWidth()
public void setProjectWidth(double projectWidth)
projectWidth
- the projectWidth to setpublic double getProjectHeight()
public void setProjectHeight(double projectHeight)
projectHeight
- the projectHeight to setpublic int compareTo(Poster arg0)
compareTo
in interface java.lang.Comparable<Poster>
public int getOverSprayL()
public void setOverSprayL(int overSprayL)
overSprayL
- the amount of left overSpray to setpublic int getOverSprayT()
public void setOverSprayT(int overSprayT)
overSprayT
- the amount of top overSpray to setpublic int getOverSprayR()
public void setOverSprayR(int overSprayR)
overSprayR
- the amount of right overSpray to setpublic int getOverSprayB()
public void setOverSprayB(int overSprayB)
overSprayB
- the amount of bottom overSpray to setpublic int getMarginL()
public void setMarginL(int marginL)
marginL
- the marginL to setpublic int getMarginR()
public void setMarginR(int marginR)
marginR
- the marginR to setpublic int getMarginT()
public void setMarginT(int marginT)
marginT
- the marginT to setpublic int getMarginB()
public void setMarginB(int marginB)
marginB
- the marginB to setpublic int getPid()
public void setPid(int pid)
pid
- the pid to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic int getMasterMid()
public void setMasterMid(int masterMid)
masterMid
- the masterMid to setpublic java.lang.String getOutputPath()
public void setOutputPath(java.lang.String outputPath)
outputPath
- the outputPath to set