public class AutomatedOverPrintParams extends ParameterType implements java.io.Serializable
Java class for AutomatedOverPrintParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutomatedOverPrintParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="TextBlackLevel" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="KnockOutCMYKWhite" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="TextSizeThreshold" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="LineArtBlackLevel" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="OverPrintBlackLineArt" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="OverPrintBlackText" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
knockOutCMYKWhite |
protected java.lang.Double |
lineArtBlackLevel |
protected java.lang.Boolean |
overPrintBlackLineArt |
protected java.lang.Boolean |
overPrintBlackText |
protected java.lang.Double |
textBlackLevel |
protected java.lang.Integer |
textSizeThreshold |
| Constructor and Description |
|---|
AutomatedOverPrintParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getKnockOutCMYKWhite()
Gets the value of the knockOutCMYKWhite property.
|
java.lang.Double |
getLineArtBlackLevel()
Gets the value of the lineArtBlackLevel property.
|
java.lang.Boolean |
getOverPrintBlackLineArt()
Gets the value of the overPrintBlackLineArt property.
|
java.lang.Boolean |
getOverPrintBlackText()
Gets the value of the overPrintBlackText property.
|
java.lang.Double |
getTextBlackLevel()
Gets the value of the textBlackLevel property.
|
java.lang.Integer |
getTextSizeThreshold()
Gets the value of the textSizeThreshold property.
|
void |
setKnockOutCMYKWhite(java.lang.Boolean value)
Sets the value of the knockOutCMYKWhite property.
|
void |
setLineArtBlackLevel(java.lang.Double value)
Sets the value of the lineArtBlackLevel property.
|
void |
setOverPrintBlackLineArt(java.lang.Boolean value)
Sets the value of the overPrintBlackLineArt property.
|
void |
setOverPrintBlackText(java.lang.Boolean value)
Sets the value of the overPrintBlackText property.
|
void |
setTextBlackLevel(java.lang.Double value)
Sets the value of the textBlackLevel property.
|
void |
setTextSizeThreshold(java.lang.Integer value)
Sets the value of the textSizeThreshold property.
|
protected java.lang.Double textBlackLevel
protected java.lang.Boolean knockOutCMYKWhite
protected java.lang.Integer textSizeThreshold
protected java.lang.Double lineArtBlackLevel
protected java.lang.Boolean overPrintBlackLineArt
protected java.lang.Boolean overPrintBlackText
public java.lang.Double getTextBlackLevel()
Doublepublic void setTextBlackLevel(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Boolean getKnockOutCMYKWhite()
Booleanpublic void setKnockOutCMYKWhite(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getTextSizeThreshold()
Integerpublic void setTextSizeThreshold(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Double getLineArtBlackLevel()
Doublepublic void setLineArtBlackLevel(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Boolean getOverPrintBlackLineArt()
Booleanpublic void setOverPrintBlackLineArt(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getOverPrintBlackText()
Booleanpublic void setOverPrintBlackText(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2012. All Rights Reserved.