public class DensityMeasuringField extends ParameterType implements Serializable
Java class for DensityMeasuringField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DensityMeasuringField">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="ToleranceDotGain" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Setup" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Density" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="DotGain" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Percentage" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ToleranceCyan" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ToleranceMagenta" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ToleranceBlack" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ToleranceYellow" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Screen" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Center" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Diameter" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ColorMeasurementConditionsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
center |
protected Object |
colorMeasurementConditionsRef |
protected String |
density |
protected Double |
diameter |
protected Double |
dotGain |
protected Double |
percentage |
protected String |
screen |
protected String |
setup |
protected XYPair |
toleranceBlack |
protected XYPair |
toleranceCyan |
protected XYPair |
toleranceDotGain |
protected XYPair |
toleranceMagenta |
protected XYPair |
toleranceYellow |
| Constructor and Description |
|---|
DensityMeasuringField() |
| Modifier and Type | Method and Description |
|---|---|
XYPair |
getCenter()
Gets the value of the center property.
|
Object |
getColorMeasurementConditionsRef()
Gets the value of the colorMeasurementConditionsRef property.
|
String |
getDensity()
Gets the value of the density property.
|
Double |
getDiameter()
Gets the value of the diameter property.
|
Double |
getDotGain()
Gets the value of the dotGain property.
|
Double |
getPercentage()
Gets the value of the percentage property.
|
String |
getScreen()
Gets the value of the screen property.
|
String |
getSetup()
Gets the value of the setup property.
|
XYPair |
getToleranceBlack()
Gets the value of the toleranceBlack property.
|
XYPair |
getToleranceCyan()
Gets the value of the toleranceCyan property.
|
XYPair |
getToleranceDotGain()
Gets the value of the toleranceDotGain property.
|
XYPair |
getToleranceMagenta()
Gets the value of the toleranceMagenta property.
|
XYPair |
getToleranceYellow()
Gets the value of the toleranceYellow property.
|
void |
setCenter(XYPair value)
Sets the value of the center property.
|
void |
setColorMeasurementConditionsRef(Object value)
Sets the value of the colorMeasurementConditionsRef property.
|
void |
setDensity(String value)
Sets the value of the density property.
|
void |
setDiameter(Double value)
Sets the value of the diameter property.
|
void |
setDotGain(Double value)
Sets the value of the dotGain property.
|
void |
setPercentage(Double value)
Sets the value of the percentage property.
|
void |
setScreen(String value)
Sets the value of the screen property.
|
void |
setSetup(String value)
Sets the value of the setup property.
|
void |
setToleranceBlack(XYPair value)
Sets the value of the toleranceBlack property.
|
void |
setToleranceCyan(XYPair value)
Sets the value of the toleranceCyan property.
|
void |
setToleranceDotGain(XYPair value)
Sets the value of the toleranceDotGain property.
|
void |
setToleranceMagenta(XYPair value)
Sets the value of the toleranceMagenta property.
|
void |
setToleranceYellow(XYPair value)
Sets the value of the toleranceYellow property.
|
protected XYPair toleranceDotGain
protected String setup
protected String density
protected Double dotGain
protected Double percentage
protected XYPair toleranceCyan
protected XYPair toleranceMagenta
protected XYPair toleranceBlack
protected XYPair toleranceYellow
protected String screen
protected XYPair center
protected Double diameter
protected Object colorMeasurementConditionsRef
public XYPair getToleranceDotGain()
Stringpublic void setToleranceDotGain(XYPair value)
value - allowed object is
Stringpublic String getSetup()
Stringpublic void setSetup(String value)
value - allowed object is
Stringpublic String getDensity()
Stringpublic void setDensity(String value)
value - allowed object is
Stringpublic Double getDotGain()
Doublepublic void setDotGain(Double value)
value - allowed object is
Doublepublic Double getPercentage()
Doublepublic void setPercentage(Double value)
value - allowed object is
Doublepublic XYPair getToleranceCyan()
Stringpublic void setToleranceCyan(XYPair value)
value - allowed object is
Stringpublic XYPair getToleranceMagenta()
Stringpublic void setToleranceMagenta(XYPair value)
value - allowed object is
Stringpublic XYPair getToleranceBlack()
Stringpublic void setToleranceBlack(XYPair value)
value - allowed object is
Stringpublic XYPair getToleranceYellow()
Stringpublic void setToleranceYellow(XYPair value)
value - allowed object is
Stringpublic String getScreen()
Stringpublic void setScreen(String value)
value - allowed object is
Stringpublic XYPair getCenter()
Stringpublic void setCenter(XYPair value)
value - allowed object is
Stringpublic Double getDiameter()
Doublepublic void setDiameter(Double value)
value - allowed object is
Doublepublic Object getColorMeasurementConditionsRef()
ObjectCopyright © 2013. All Rights Reserved.