Class ColorControlStrip
- All Implemented Interfaces:
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">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CIELABMeasuringField" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ColorMeasurementConditions" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DensityMeasuringField" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Patch" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Center" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Rotation" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="Separations" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<attribute name="Size" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="StripType" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XYPairprotected List<CIELABMeasuringField> protected ColorMeasurementConditionsprotected List<DensityMeasuringField> protected Floatprotected XYPairprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the center property.Gets the value of the cielabMeasuringField property.Gets the value of the colorMeasurementConditions property.Gets the value of the densityMeasuringField property.Gets a map that contains attributes that aren't bound to any typed property on this class.getPatch()Gets the value of the patch property.Gets the value of the rotation property.Gets the value of the separations property.getSize()Gets the value of the size property.Gets the value of the stripType property.inthashCode()voidSets the value of the center property.voidSets the value of the colorMeasurementConditions property.voidsetRotation(Float value) Sets the value of the rotation property.voidSets the value of the size property.voidsetStripType(String value) Sets the value of the stripType property.withCenter(XYPair value) withCIELABMeasuringField(CIELABMeasuringField... values) withDensityMeasuringField(DensityMeasuringField... values) withPatch(Collection<Patch> values) withRotation(Float value) withSeparations(String... values) withSeparations(Collection<String> values) withStripType(String value)
-
Field Details
-
cielabMeasuringField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<CIELABMeasuringField> cielabMeasuringField -
colorMeasurementConditions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected ColorMeasurementConditions colorMeasurementConditions -
densityMeasuringField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<DensityMeasuringField> densityMeasuringField -
patch
-
center
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected XYPair center -
rotation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float rotation -
separations
-
size
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected XYPair size -
stripType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String stripType
-
-
Constructor Details
-
ColorControlStrip
public ColorControlStrip()
-
-
Method Details
-
getCIELABMeasuringField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<CIELABMeasuringField> getCIELABMeasuringField()Gets the value of the cielabMeasuringField property.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
setmethod for the cielabMeasuringField property.For example, to add a new item, do as follows:
getCIELABMeasuringField().add(newItem);
Objects of the following type(s) are allowed in the list
CIELABMeasuringField- Returns:
- The value of the cielabMeasuringField property.
-
getColorMeasurementConditions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public ColorMeasurementConditions getColorMeasurementConditions()Gets the value of the colorMeasurementConditions property.- Returns:
- possible object is
ColorMeasurementConditions
-
setColorMeasurementConditions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setColorMeasurementConditions(ColorMeasurementConditions value) Sets the value of the colorMeasurementConditions property.- Parameters:
value- allowed object isColorMeasurementConditions
-
getDensityMeasuringField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<DensityMeasuringField> getDensityMeasuringField()Gets the value of the densityMeasuringField property.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
setmethod for the densityMeasuringField property.For example, to add a new item, do as follows:
getDensityMeasuringField().add(newItem);
Objects of the following type(s) are allowed in the list
DensityMeasuringField- Returns:
- The value of the densityMeasuringField property.
-
getPatch
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Patch> getPatch()Gets the value of the patch property.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
setmethod for the patch property.For example, to add a new item, do as follows:
getPatch().add(newItem);
Objects of the following type(s) are allowed in the list
Patch- Returns:
- The value of the patch property.
-
getCenter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public XYPair getCenter()Gets the value of the center property.- Returns:
- possible object is
String
-
setCenter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setCenter(XYPair value) Sets the value of the center property.- Parameters:
value- allowed object isString
-
getRotation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getRotation()Gets the value of the rotation property.- Returns:
- possible object is
Float
-
setRotation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setRotation(Float value) Sets the value of the rotation property.- Parameters:
value- allowed object isFloat
-
getSeparations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<String> getSeparations()Gets the value of the separations property.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
setmethod for the separations property.For example, to add a new item, do as follows:
getSeparations().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the separations property.
-
getSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public XYPair getSize()Gets the value of the size property.- Returns:
- possible object is
String
-
setSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setSize(XYPair value) Sets the value of the size property.- Parameters:
value- allowed object isString
-
getStripType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getStripType()Gets the value of the stripType property.- Returns:
- possible object is
String
-
setStripType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setStripType(String value) Sets the value of the stripType property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Map<QName,String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
withCIELABMeasuringField
-
withCIELABMeasuringField
-
withColorMeasurementConditions
-
withDensityMeasuringField
-
withDensityMeasuringField
-
withPatch
-
withPatch
-
withCenter
-
withRotation
-
withSeparations
-
withSeparations
-
withSize
-
withStripType
-
equals
-
hashCode
public int hashCode()
-