public class LabelingParams extends ParameterType implements Serializable
Java class for LabelingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LabelingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="CTM" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="Position" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Application" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
application |
protected Matrix |
ctm |
protected String |
position |
| Constructor and Description |
|---|
LabelingParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication()
Gets the value of the application property.
|
Matrix |
getCTM()
Gets the value of the ctm property.
|
String |
getPosition()
Gets the value of the position property.
|
void |
setApplication(String value)
Sets the value of the application property.
|
void |
setCTM(Matrix value)
Sets the value of the ctm property.
|
void |
setPosition(String value)
Sets the value of the position property.
|
protected Matrix ctm
protected String position
protected String application
public void setCTM(Matrix value)
value - allowed object is
Stringpublic String getPosition()
Stringpublic void setPosition(String value)
value - allowed object is
Stringpublic String getApplication()
StringCopyright © 2013. All Rights Reserved.