Class CIELABMeasuringField
- 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">
<attribute name="Center" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="CIELab" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}LabColor" />
<attribute name="Diameter" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="Percentages" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" />
<attribute name="ScreenRuling" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" />
<attribute name="ScreenShape" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Tolerance" type="{http://www.w3.org/2001/XMLSchema}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the center property.Gets the value of the cieLab property.Gets the value of the diameter property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the percentages property.Gets the value of the screenRuling property.Gets the value of the screenShape property.Gets the value of the tolerance property.inthashCode()voidSets the value of the center property.voidsetDiameter(Float value) Sets the value of the diameter property.voidsetScreenShape(String value) Sets the value of the screenShape property.voidsetTolerance(Float value) Sets the value of the tolerance property.withCenter(XYPair value) withCIELab(Float... values) withCIELab(Collection<Float> values) withDiameter(Float value) withPercentages(Float... values) withPercentages(Collection<Float> values) withScreenRuling(Float... values) withScreenRuling(Collection<Float> values) withScreenShape(String value) withTolerance(Float value)
-
Field Details
-
center
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected XYPair center -
cieLab
-
diameter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float diameter -
percentages
-
screenRuling
-
screenShape
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String screenShape -
tolerance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float tolerance
-
-
Constructor Details
-
CIELABMeasuringField
public CIELABMeasuringField()
-
-
Method Details
-
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
-
getCIELab
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Float> getCIELab()Gets the value of the cieLab 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 cieLab property.For example, to add a new item, do as follows:
getCIELab().add(newItem);
Objects of the following type(s) are allowed in the list
Float- Returns:
- The value of the cieLab property.
-
getDiameter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getDiameter()Gets the value of the diameter property.- Returns:
- possible object is
Float
-
setDiameter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setDiameter(Float value) Sets the value of the diameter property.- Parameters:
value- allowed object isFloat
-
getPercentages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Float> getPercentages()Gets the value of the percentages 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 percentages property.For example, to add a new item, do as follows:
getPercentages().add(newItem);
Objects of the following type(s) are allowed in the list
Float- Returns:
- The value of the percentages property.
-
getScreenRuling
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Float> getScreenRuling()Gets the value of the screenRuling 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 screenRuling property.For example, to add a new item, do as follows:
getScreenRuling().add(newItem);
Objects of the following type(s) are allowed in the list
Float- Returns:
- The value of the screenRuling property.
-
getScreenShape
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getScreenShape()Gets the value of the screenShape property.- Returns:
- possible object is
String
-
setScreenShape
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setScreenShape(String value) Sets the value of the screenShape property.- Parameters:
value- allowed object isString
-
getTolerance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getTolerance()Gets the value of the tolerance property.- Returns:
- possible object is
Float
-
setTolerance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setTolerance(Float value) Sets the value of the tolerance property.- Parameters:
value- allowed object isFloat
-
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
-
withCenter
-
withCIELab
-
withCIELab
-
withDiameter
-
withPercentages
-
withPercentages
-
withScreenRuling
-
withScreenRuling
-
withScreenShape
-
withTolerance
-
equals
-
hashCode
public int hashCode()
-