public class AutomatedOverPrintParams extends ParameterType implements 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 Boolean |
knockOutCMYKWhite |
protected Double |
lineArtBlackLevel |
protected Boolean |
overPrintBlackLineArt |
protected Boolean |
overPrintBlackText |
protected Double |
textBlackLevel |
protected Integer |
textSizeThreshold |
| Constructor and Description |
|---|
AutomatedOverPrintParams() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getLineArtBlackLevel()
Gets the value of the lineArtBlackLevel property.
|
Double |
getTextBlackLevel()
Gets the value of the textBlackLevel property.
|
Integer |
getTextSizeThreshold()
Gets the value of the textSizeThreshold property.
|
Boolean |
isKnockOutCMYKWhite()
Gets the value of the knockOutCMYKWhite property.
|
Boolean |
isOverPrintBlackLineArt()
Gets the value of the overPrintBlackLineArt property.
|
Boolean |
isOverPrintBlackText()
Gets the value of the overPrintBlackText property.
|
void |
setKnockOutCMYKWhite(Boolean value)
Sets the value of the knockOutCMYKWhite property.
|
void |
setLineArtBlackLevel(Double value)
Sets the value of the lineArtBlackLevel property.
|
void |
setOverPrintBlackLineArt(Boolean value)
Sets the value of the overPrintBlackLineArt property.
|
void |
setOverPrintBlackText(Boolean value)
Sets the value of the overPrintBlackText property.
|
void |
setTextBlackLevel(Double value)
Sets the value of the textBlackLevel property.
|
void |
setTextSizeThreshold(Integer value)
Sets the value of the textSizeThreshold property.
|
protected Double textBlackLevel
protected Boolean knockOutCMYKWhite
protected Integer textSizeThreshold
protected Double lineArtBlackLevel
protected Boolean overPrintBlackLineArt
protected Boolean overPrintBlackText
public Double getTextBlackLevel()
Doublepublic void setTextBlackLevel(Double value)
value - allowed object is
Doublepublic Boolean isKnockOutCMYKWhite()
Booleanpublic void setKnockOutCMYKWhite(Boolean value)
value - allowed object is
Booleanpublic Integer getTextSizeThreshold()
Integerpublic void setTextSizeThreshold(Integer value)
value - allowed object is
Integerpublic Double getLineArtBlackLevel()
Doublepublic void setLineArtBlackLevel(Double value)
value - allowed object is
Doublepublic Boolean isOverPrintBlackLineArt()
Booleanpublic void setOverPrintBlackLineArt(Boolean value)
value - allowed object is
Booleanpublic Boolean isOverPrintBlackText()
BooleanCopyright © 2013. All Rights Reserved.