public class Tile extends ParameterType implements Serializable
Java class for Tile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tile">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MarkObject" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ClipBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="CTM" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Rectangle |
clipBox |
protected Matrix |
ctm |
protected List<MarkObject> |
markObject |
protected Object |
mediaRef |
| Constructor and Description |
|---|
Tile() |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getClipBox()
Gets the value of the clipBox property.
|
Matrix |
getCTM()
Gets the value of the ctm property.
|
List<MarkObject> |
getMarkObject()
Gets the value of the markObject property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
void |
setClipBox(Rectangle value)
Sets the value of the clipBox property.
|
void |
setCTM(Matrix value)
Sets the value of the ctm property.
|
void |
setMediaRef(Object value)
Sets the value of the mediaRef property.
|
protected List<MarkObject> markObject
protected Rectangle clipBox
protected Matrix ctm
protected Object mediaRef
public List<MarkObject> getMarkObject()
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 markObject property.
For example, to add a new item, do as follows:
getMarkObject().add(newItem);
Objects of the following type(s) are allowed in the list
MarkObject
public Rectangle getClipBox()
Stringpublic void setClipBox(Rectangle value)
value - allowed object is
Stringpublic void setCTM(Matrix value)
value - allowed object is
Stringpublic Object getMediaRef()
ObjectCopyright © 2013. All Rights Reserved.