public class Position 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">
<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 Rectangle |
absoluteBox |
protected Double |
marginBottom |
protected Double |
marginLeft |
protected Double |
marginRight |
protected Double |
marginTop |
protected EnumOrientation |
orientation |
protected Rectangle |
relativeBox |
| Constructor and Description |
|---|
Position() |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getAbsoluteBox()
Gets the value of the absoluteBox property.
|
Double |
getMarginBottom()
Gets the value of the marginBottom property.
|
Double |
getMarginLeft()
Gets the value of the marginLeft property.
|
Double |
getMarginRight()
Gets the value of the marginRight property.
|
Double |
getMarginTop()
Gets the value of the marginTop property.
|
EnumOrientation |
getOrientation()
Gets the value of the orientation property.
|
Rectangle |
getRelativeBox()
Gets the value of the relativeBox property.
|
void |
setAbsoluteBox(Rectangle value)
Sets the value of the absoluteBox property.
|
void |
setMarginBottom(Double value)
Sets the value of the marginBottom property.
|
void |
setMarginLeft(Double value)
Sets the value of the marginLeft property.
|
void |
setMarginRight(Double value)
Sets the value of the marginRight property.
|
void |
setMarginTop(Double value)
Sets the value of the marginTop property.
|
void |
setOrientation(EnumOrientation value)
Sets the value of the orientation property.
|
void |
setRelativeBox(Rectangle value)
Sets the value of the relativeBox property.
|
protected Double marginBottom
protected Double marginLeft
protected Double marginRight
protected Double marginTop
protected Rectangle relativeBox
protected Rectangle absoluteBox
protected EnumOrientation orientation
public Double getMarginBottom()
Doublepublic void setMarginBottom(Double value)
value - allowed object is
Doublepublic Double getMarginLeft()
Doublepublic void setMarginLeft(Double value)
value - allowed object is
Doublepublic Double getMarginRight()
Doublepublic void setMarginRight(Double value)
value - allowed object is
Doublepublic Double getMarginTop()
Doublepublic void setMarginTop(Double value)
value - allowed object is
Doublepublic Rectangle getRelativeBox()
Stringpublic void setRelativeBox(Rectangle value)
value - allowed object is
Stringpublic Rectangle getAbsoluteBox()
Stringpublic void setAbsoluteBox(Rectangle value)
value - allowed object is
Stringpublic EnumOrientation getOrientation()
EnumOrientationpublic void setOrientation(EnumOrientation value)
value - allowed object is
EnumOrientationCopyright © 2013. All Rights Reserved.