public class ColorControlStrip extends ParameterType implements java.io.Serializable
Java class for ColorControlStrip complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColorControlStrip">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DensityMeasuringField" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CIELABMeasuringField" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Rotation" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Size" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Center" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="StripType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="SeparationNames" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Double> |
centers |
protected java.util.List<CIELABMeasuringField> |
cielabMeasuringFields |
protected java.util.List<DensityMeasuringField> |
densityMeasuringFields |
protected java.lang.Double |
rotation |
protected java.util.List<java.lang.String> |
separationNames |
protected java.util.List<java.lang.Double> |
sizes |
protected java.lang.String |
stripType |
| Constructor and Description |
|---|
ColorControlStrip() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Double> |
getCenters()
Gets the value of the centers property.
|
java.util.List<CIELABMeasuringField> |
getCIELABMeasuringFields()
Gets the value of the cielabMeasuringFields property.
|
java.util.List<DensityMeasuringField> |
getDensityMeasuringFields()
Gets the value of the densityMeasuringFields property.
|
java.lang.Double |
getRotation()
Gets the value of the rotation property.
|
java.util.List<java.lang.String> |
getSeparationNames()
Gets the value of the separationNames property.
|
java.util.List<java.lang.Double> |
getSizes()
Gets the value of the sizes property.
|
java.lang.String |
getStripType()
Gets the value of the stripType property.
|
void |
setRotation(java.lang.Double value)
Sets the value of the rotation property.
|
void |
setStripType(java.lang.String value)
Sets the value of the stripType property.
|
protected java.util.List<CIELABMeasuringField> cielabMeasuringFields
protected java.util.List<DensityMeasuringField> densityMeasuringFields
protected java.lang.Double rotation
protected java.util.List<java.lang.Double> sizes
protected java.util.List<java.lang.Double> centers
protected java.lang.String stripType
protected java.util.List<java.lang.String> separationNames
public java.util.List<CIELABMeasuringField> getCIELABMeasuringFields()
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 cielabMeasuringFields property.
For example, to add a new item, do as follows:
getCIELABMeasuringFields().add(newItem);
Objects of the following type(s) are allowed in the list
CIELABMeasuringField
public java.util.List<DensityMeasuringField> getDensityMeasuringFields()
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 densityMeasuringFields property.
For example, to add a new item, do as follows:
getDensityMeasuringFields().add(newItem);
Objects of the following type(s) are allowed in the list
DensityMeasuringField
public java.lang.Double getRotation()
Doublepublic void setRotation(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.Double> getSizes()
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 sizes property.
For example, to add a new item, do as follows:
getSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Double> getCenters()
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 centers property.
For example, to add a new item, do as follows:
getCenters().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getStripType()
Stringpublic void setStripType(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getSeparationNames()
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 separationNames property.
For example, to add a new item, do as follows:
getSeparationNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.