public class Position
extends java.lang.Object
implements java.io.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">
<attribute name="MarginBottom" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MarginLeft" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MarginRight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MarginTop" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="RelativeBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="AbsoluteBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="Orientation" type="{http://www.CIP4.org/JDFSchema_2_0}EnumOrientation" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
absoluteBox |
protected java.lang.Double |
marginBottom |
protected java.lang.Double |
marginLeft |
protected java.lang.Double |
marginRight |
protected java.lang.Double |
marginTop |
protected EnumOrientation |
orientation |
protected java.lang.Double |
relativeBox |
| Constructor and Description |
|---|
Position() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getAbsoluteBox()
Gets the value of the absoluteBox property.
|
java.lang.Double |
getMarginBottom()
Gets the value of the marginBottom property.
|
java.lang.Double |
getMarginLeft()
Gets the value of the marginLeft property.
|
java.lang.Double |
getMarginRight()
Gets the value of the marginRight property.
|
java.lang.Double |
getMarginTop()
Gets the value of the marginTop property.
|
EnumOrientation |
getOrientation()
Gets the value of the orientation property.
|
java.lang.Double |
getRelativeBox()
Gets the value of the relativeBox property.
|
void |
setAbsoluteBox(java.lang.Double value)
Sets the value of the absoluteBox property.
|
void |
setMarginBottom(java.lang.Double value)
Sets the value of the marginBottom property.
|
void |
setMarginLeft(java.lang.Double value)
Sets the value of the marginLeft property.
|
void |
setMarginRight(java.lang.Double value)
Sets the value of the marginRight property.
|
void |
setMarginTop(java.lang.Double value)
Sets the value of the marginTop property.
|
void |
setOrientation(EnumOrientation value)
Sets the value of the orientation property.
|
void |
setRelativeBox(java.lang.Double value)
Sets the value of the relativeBox property.
|
protected java.lang.Double marginBottom
protected java.lang.Double marginLeft
protected java.lang.Double marginRight
protected java.lang.Double marginTop
protected java.lang.Double relativeBox
protected java.lang.Double absoluteBox
protected EnumOrientation orientation
public java.lang.Double getMarginBottom()
Doublepublic void setMarginBottom(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMarginLeft()
Doublepublic void setMarginLeft(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMarginRight()
Doublepublic void setMarginRight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMarginTop()
Doublepublic void setMarginTop(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getRelativeBox()
Doublepublic void setRelativeBox(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getAbsoluteBox()
Doublepublic void setAbsoluteBox(java.lang.Double value)
value - allowed object is
Doublepublic EnumOrientation getOrientation()
EnumOrientationpublic void setOrientation(EnumOrientation value)
value - allowed object is
EnumOrientationCopyright © 2012. All Rights Reserved.