public class Tile extends ParameterType implements java.io.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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MarkObject" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</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 java.lang.Double |
clipBox |
protected java.util.List<java.lang.Double> |
ctms |
protected java.util.List<MarkObject> |
markObjects |
protected java.lang.Object |
mediaRef |
| Constructor and Description |
|---|
Tile() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getClipBox()
Gets the value of the clipBox property.
|
java.util.List<java.lang.Double> |
getCTMS()
Gets the value of the ctms property.
|
java.util.List<MarkObject> |
getMarkObjects()
Gets the value of the markObjects property.
|
java.lang.Object |
getMediaRef()
Gets the value of the mediaRef property.
|
void |
setClipBox(java.lang.Double value)
Sets the value of the clipBox property.
|
void |
setMediaRef(java.lang.Object value)
Sets the value of the mediaRef property.
|
protected java.util.List<MarkObject> markObjects
protected java.lang.Double clipBox
protected java.util.List<java.lang.Double> ctms
protected java.lang.Object mediaRef
public java.util.List<MarkObject> getMarkObjects()
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 markObjects property.
For example, to add a new item, do as follows:
getMarkObjects().add(newItem);
Objects of the following type(s) are allowed in the list
MarkObject
public java.lang.Double getClipBox()
Doublepublic void setClipBox(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.Double> getCTMS()
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 ctms property.
For example, to add a new item, do as follows:
getCTMS().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.Object getMediaRef()
Objectpublic void setMediaRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.