public class FitPolicy extends ParameterType implements Serializable
Java class for FitPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FitPolicy">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="GutterPolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="RotatePolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="SizePolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ClipOffset" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="MinGutter" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
clipOffset |
protected String |
gutterPolicy |
protected XYPair |
minGutter |
protected String |
rotatePolicy |
protected String |
sizePolicy |
| Constructor and Description |
|---|
FitPolicy() |
| Modifier and Type | Method and Description |
|---|---|
XYPair |
getClipOffset()
Gets the value of the clipOffset property.
|
String |
getGutterPolicy()
Gets the value of the gutterPolicy property.
|
XYPair |
getMinGutter()
Gets the value of the minGutter property.
|
String |
getRotatePolicy()
Gets the value of the rotatePolicy property.
|
String |
getSizePolicy()
Gets the value of the sizePolicy property.
|
void |
setClipOffset(XYPair value)
Sets the value of the clipOffset property.
|
void |
setGutterPolicy(String value)
Sets the value of the gutterPolicy property.
|
void |
setMinGutter(XYPair value)
Sets the value of the minGutter property.
|
void |
setRotatePolicy(String value)
Sets the value of the rotatePolicy property.
|
void |
setSizePolicy(String value)
Sets the value of the sizePolicy property.
|
protected String gutterPolicy
protected String rotatePolicy
protected String sizePolicy
protected XYPair clipOffset
protected XYPair minGutter
public String getGutterPolicy()
Stringpublic void setGutterPolicy(String value)
value - allowed object is
Stringpublic String getRotatePolicy()
Stringpublic void setRotatePolicy(String value)
value - allowed object is
Stringpublic String getSizePolicy()
Stringpublic void setSizePolicy(String value)
value - allowed object is
Stringpublic XYPair getClipOffset()
Stringpublic void setClipOffset(XYPair value)
value - allowed object is
Stringpublic XYPair getMinGutter()
StringCopyright © 2013. All Rights Reserved.