public class ImageSetterParams extends ParameterType implements Serializable
Java class for ImageSetterParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageSetterParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FitPolicy" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="TransferCurve" type="{http://www.CIP4.org/JDFSchema_2_0}TransferFunction" />
<attribute name="Polarity" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="CenterAcross" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="CutMedia" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="NonPrintableMarginLeft" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="NonPrintableMarginTop" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MirrorAround" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="NonPrintableMarginRight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AdvanceDistance" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Resolution" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ManualFeed" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="RollCut" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="SourceWorkStyle" type="{http://www.CIP4.org/JDFSchema_2_0}EnumWorkStyle" />
<attribute name="NonPrintableMarginBottom" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Sides" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="BurnOutArea" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
advanceDistance |
protected List<Double> |
burnOutAreas |
protected String |
centerAcross |
protected Boolean |
cutMedia |
protected List<FitPolicy> |
fitPolicies |
protected Boolean |
manualFeed |
protected Object |
mediaRef |
protected String |
mirrorAround |
protected Double |
nonPrintableMarginBottom |
protected Double |
nonPrintableMarginLeft |
protected Double |
nonPrintableMarginRight |
protected Double |
nonPrintableMarginTop |
protected String |
polarity |
protected List<Double> |
resolutions |
protected Double |
rollCut |
protected String |
sides |
protected EnumWorkStyle |
sourceWorkStyle |
protected List<Double> |
transferCurves |
| Constructor and Description |
|---|
ImageSetterParams() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAdvanceDistance()
Gets the value of the advanceDistance property.
|
List<Double> |
getBurnOutAreas()
Gets the value of the burnOutAreas property.
|
String |
getCenterAcross()
Gets the value of the centerAcross property.
|
Boolean |
getCutMedia()
Gets the value of the cutMedia property.
|
List<FitPolicy> |
getFitPolicies()
Gets the value of the fitPolicies property.
|
Boolean |
getManualFeed()
Gets the value of the manualFeed property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
String |
getMirrorAround()
Gets the value of the mirrorAround property.
|
Double |
getNonPrintableMarginBottom()
Gets the value of the nonPrintableMarginBottom property.
|
Double |
getNonPrintableMarginLeft()
Gets the value of the nonPrintableMarginLeft property.
|
Double |
getNonPrintableMarginRight()
Gets the value of the nonPrintableMarginRight property.
|
Double |
getNonPrintableMarginTop()
Gets the value of the nonPrintableMarginTop property.
|
String |
getPolarity()
Gets the value of the polarity property.
|
List<Double> |
getResolutions()
Gets the value of the resolutions property.
|
Double |
getRollCut()
Gets the value of the rollCut property.
|
String |
getSides()
Gets the value of the sides property.
|
EnumWorkStyle |
getSourceWorkStyle()
Gets the value of the sourceWorkStyle property.
|
List<Double> |
getTransferCurves()
Gets the value of the transferCurves property.
|
void |
setAdvanceDistance(Double value)
Sets the value of the advanceDistance property.
|
void |
setCenterAcross(String value)
Sets the value of the centerAcross property.
|
void |
setCutMedia(Boolean value)
Sets the value of the cutMedia property.
|
void |
setManualFeed(Boolean value)
Sets the value of the manualFeed property.
|
void |
setMediaRef(Object value)
Sets the value of the mediaRef property.
|
void |
setMirrorAround(String value)
Sets the value of the mirrorAround property.
|
void |
setNonPrintableMarginBottom(Double value)
Sets the value of the nonPrintableMarginBottom property.
|
void |
setNonPrintableMarginLeft(Double value)
Sets the value of the nonPrintableMarginLeft property.
|
void |
setNonPrintableMarginRight(Double value)
Sets the value of the nonPrintableMarginRight property.
|
void |
setNonPrintableMarginTop(Double value)
Sets the value of the nonPrintableMarginTop property.
|
void |
setPolarity(String value)
Sets the value of the polarity property.
|
void |
setRollCut(Double value)
Sets the value of the rollCut property.
|
void |
setSides(String value)
Sets the value of the sides property.
|
void |
setSourceWorkStyle(EnumWorkStyle value)
Sets the value of the sourceWorkStyle property.
|
protected String polarity
protected String centerAcross
protected Boolean cutMedia
protected Double nonPrintableMarginLeft
protected Double nonPrintableMarginTop
protected String mirrorAround
protected Double nonPrintableMarginRight
protected Double advanceDistance
protected Boolean manualFeed
protected Double rollCut
protected EnumWorkStyle sourceWorkStyle
protected Double nonPrintableMarginBottom
protected String sides
protected Object mediaRef
public List<FitPolicy> getFitPolicies()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the fitPolicies property.
For example, to add a new item, do as follows:
getFitPolicies().add(newItem);
Objects of the following type(s) are allowed in the list
FitPolicy
public List<Double> getTransferCurves()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the transferCurves property.
For example, to add a new item, do as follows:
getTransferCurves().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public String getPolarity()
Stringpublic void setPolarity(String value)
value - allowed object is
Stringpublic String getCenterAcross()
Stringpublic void setCenterAcross(String value)
value - allowed object is
Stringpublic Boolean getCutMedia()
Booleanpublic void setCutMedia(Boolean value)
value - allowed object is
Booleanpublic Double getNonPrintableMarginLeft()
Doublepublic void setNonPrintableMarginLeft(Double value)
value - allowed object is
Doublepublic Double getNonPrintableMarginTop()
Doublepublic void setNonPrintableMarginTop(Double value)
value - allowed object is
Doublepublic String getMirrorAround()
Stringpublic void setMirrorAround(String value)
value - allowed object is
Stringpublic Double getNonPrintableMarginRight()
Doublepublic void setNonPrintableMarginRight(Double value)
value - allowed object is
Doublepublic Double getAdvanceDistance()
Doublepublic void setAdvanceDistance(Double value)
value - allowed object is
Doublepublic List<Double> getResolutions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the resolutions property.
For example, to add a new item, do as follows:
getResolutions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Boolean getManualFeed()
Booleanpublic void setManualFeed(Boolean value)
value - allowed object is
Booleanpublic Double getRollCut()
Doublepublic void setRollCut(Double value)
value - allowed object is
Doublepublic EnumWorkStyle getSourceWorkStyle()
EnumWorkStylepublic void setSourceWorkStyle(EnumWorkStyle value)
value - allowed object is
EnumWorkStylepublic Double getNonPrintableMarginBottom()
Doublepublic void setNonPrintableMarginBottom(Double value)
value - allowed object is
Doublepublic String getSides()
Stringpublic void setSides(String value)
value - allowed object is
Stringpublic List<Double> getBurnOutAreas()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the burnOutAreas property.
For example, to add a new item, do as follows:
getBurnOutAreas().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Object getMediaRef()
ObjectCopyright © 2012. All Rights Reserved.