public class PageCell extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FitPolicy" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DeviceMark" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ImageShift" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="ClipBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="Rotate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Border" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MarkList" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="TrimSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ColorRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
border |
protected Double |
clipBox |
protected Object |
colorRef |
protected List<DeviceMark> |
deviceMarks |
protected List<FitPolicy> |
fitPolicies |
protected List<ImageShift> |
imageShifts |
protected List<String> |
markLists |
protected String |
rotate |
protected List<Double> |
trimSizes |
| Constructor and Description |
|---|
PageCell() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBorder()
Gets the value of the border property.
|
Double |
getClipBox()
Gets the value of the clipBox property.
|
Object |
getColorRef()
Gets the value of the colorRef property.
|
List<DeviceMark> |
getDeviceMarks()
Gets the value of the deviceMarks property.
|
List<FitPolicy> |
getFitPolicies()
Gets the value of the fitPolicies property.
|
List<ImageShift> |
getImageShifts()
Gets the value of the imageShifts property.
|
List<String> |
getMarkLists()
Gets the value of the markLists property.
|
String |
getRotate()
Gets the value of the rotate property.
|
List<Double> |
getTrimSizes()
Gets the value of the trimSizes property.
|
void |
setBorder(Double value)
Sets the value of the border property.
|
void |
setClipBox(Double value)
Sets the value of the clipBox property.
|
void |
setColorRef(Object value)
Sets the value of the colorRef property.
|
void |
setRotate(String value)
Sets the value of the rotate property.
|
protected List<ImageShift> imageShifts
protected List<DeviceMark> deviceMarks
protected Double clipBox
protected String rotate
protected Double border
protected Object colorRef
public List<ImageShift> getImageShifts()
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 imageShifts property.
For example, to add a new item, do as follows:
getImageShifts().add(newItem);
Objects of the following type(s) are allowed in the list
ImageShift
public List<DeviceMark> getDeviceMarks()
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 deviceMarks property.
For example, to add a new item, do as follows:
getDeviceMarks().add(newItem);
Objects of the following type(s) are allowed in the list
DeviceMark
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 Double getClipBox()
Doublepublic void setClipBox(Double value)
value - allowed object is
Doublepublic String getRotate()
Stringpublic void setRotate(String value)
value - allowed object is
Stringpublic Double getBorder()
Doublepublic void setBorder(Double value)
value - allowed object is
Doublepublic List<String> getMarkLists()
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 markLists property.
For example, to add a new item, do as follows:
getMarkLists().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<Double> getTrimSizes()
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 trimSizes property.
For example, to add a new item, do as follows:
getTrimSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Object getColorRef()
ObjectCopyright © 2012. All Rights Reserved.