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>
<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"/>
</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 Rectangle |
clipBox |
protected Object |
colorRef |
protected List<DeviceMark> |
deviceMark |
protected List<FitPolicy> |
fitPolicy |
protected List<ImageShift> |
imageShift |
protected List<String> |
markList |
protected String |
rotate |
protected XYPair |
trimSize |
| Constructor and Description |
|---|
PageCell() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBorder()
Gets the value of the border property.
|
Rectangle |
getClipBox()
Gets the value of the clipBox property.
|
Object |
getColorRef()
Gets the value of the colorRef property.
|
List<DeviceMark> |
getDeviceMark()
Gets the value of the deviceMark property.
|
List<FitPolicy> |
getFitPolicy()
Gets the value of the fitPolicy property.
|
List<ImageShift> |
getImageShift()
Gets the value of the imageShift property.
|
List<String> |
getMarkList()
Gets the value of the markList property.
|
String |
getRotate()
Gets the value of the rotate property.
|
XYPair |
getTrimSize()
Gets the value of the trimSize property.
|
void |
setBorder(Double value)
Sets the value of the border property.
|
void |
setClipBox(Rectangle 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.
|
void |
setTrimSize(XYPair value)
Sets the value of the trimSize property.
|
protected List<DeviceMark> deviceMark
protected List<ImageShift> imageShift
protected Rectangle clipBox
protected String rotate
protected Double border
protected XYPair trimSize
protected Object colorRef
public List<FitPolicy> getFitPolicy()
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 fitPolicy property.
For example, to add a new item, do as follows:
getFitPolicy().add(newItem);
Objects of the following type(s) are allowed in the list
FitPolicy
public List<DeviceMark> getDeviceMark()
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 deviceMark property.
For example, to add a new item, do as follows:
getDeviceMark().add(newItem);
Objects of the following type(s) are allowed in the list
DeviceMark
public List<ImageShift> getImageShift()
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 imageShift property.
For example, to add a new item, do as follows:
getImageShift().add(newItem);
Objects of the following type(s) are allowed in the list
ImageShift
public Rectangle getClipBox()
Stringpublic void setClipBox(Rectangle value)
value - allowed object is
Stringpublic 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> getMarkList()
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 markList property.
For example, to add a new item, do as follows:
getMarkList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public XYPair getTrimSize()
Stringpublic void setTrimSize(XYPair value)
value - allowed object is
Stringpublic Object getColorRef()
ObjectCopyright © 2013. All Rights Reserved.