public class ColorCorrectionOp
extends java.lang.Object
implements java.io.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="AdjustContrast" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ObjectTags" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="AdjustYellowBlue" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AdjustSaturation" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="SourceObjects">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumSourceObjects" />
</simpleType>
</attribute>
<attribute name="AdjustHue" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AdjustLightness" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AdjustMagentaGreen" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AdjustCyanRed" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
adjustContrast |
protected java.lang.Double |
adjustCyanRed |
protected java.lang.Double |
adjustHue |
protected java.lang.Double |
adjustLightness |
protected java.lang.Double |
adjustMagentaGreen |
protected java.lang.Double |
adjustSaturation |
protected java.lang.Double |
adjustYellowBlue |
protected java.lang.Object |
fileSpecRef |
protected java.util.List<java.lang.String> |
objectTags |
protected java.util.List<EnumSourceObjects> |
sourceObjects |
| Constructor and Description |
|---|
ColorCorrectionOp() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getAdjustContrast()
Gets the value of the adjustContrast property.
|
java.lang.Double |
getAdjustCyanRed()
Gets the value of the adjustCyanRed property.
|
java.lang.Double |
getAdjustHue()
Gets the value of the adjustHue property.
|
java.lang.Double |
getAdjustLightness()
Gets the value of the adjustLightness property.
|
java.lang.Double |
getAdjustMagentaGreen()
Gets the value of the adjustMagentaGreen property.
|
java.lang.Double |
getAdjustSaturation()
Gets the value of the adjustSaturation property.
|
java.lang.Double |
getAdjustYellowBlue()
Gets the value of the adjustYellowBlue property.
|
java.lang.Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
java.util.List<java.lang.String> |
getObjectTags()
Gets the value of the objectTags property.
|
java.util.List<EnumSourceObjects> |
getSourceObjects()
Gets the value of the sourceObjects property.
|
void |
setAdjustContrast(java.lang.Double value)
Sets the value of the adjustContrast property.
|
void |
setAdjustCyanRed(java.lang.Double value)
Sets the value of the adjustCyanRed property.
|
void |
setAdjustHue(java.lang.Double value)
Sets the value of the adjustHue property.
|
void |
setAdjustLightness(java.lang.Double value)
Sets the value of the adjustLightness property.
|
void |
setAdjustMagentaGreen(java.lang.Double value)
Sets the value of the adjustMagentaGreen property.
|
void |
setAdjustSaturation(java.lang.Double value)
Sets the value of the adjustSaturation property.
|
void |
setAdjustYellowBlue(java.lang.Double value)
Sets the value of the adjustYellowBlue property.
|
void |
setFileSpecRef(java.lang.Object value)
Sets the value of the fileSpecRef property.
|
protected java.lang.Double adjustContrast
protected java.util.List<java.lang.String> objectTags
protected java.lang.Double adjustYellowBlue
protected java.lang.Double adjustSaturation
protected java.util.List<EnumSourceObjects> sourceObjects
protected java.lang.Double adjustHue
protected java.lang.Double adjustLightness
protected java.lang.Double adjustMagentaGreen
protected java.lang.Double adjustCyanRed
protected java.lang.Object fileSpecRef
public java.lang.Double getAdjustContrast()
Doublepublic void setAdjustContrast(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.String> getObjectTags()
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 set method for the objectTags property.
For example, to add a new item, do as follows:
getObjectTags().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.Double getAdjustYellowBlue()
Doublepublic void setAdjustYellowBlue(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getAdjustSaturation()
Doublepublic void setAdjustSaturation(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<EnumSourceObjects> getSourceObjects()
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 set method for the sourceObjects property.
For example, to add a new item, do as follows:
getSourceObjects().add(newItem);
Objects of the following type(s) are allowed in the list
EnumSourceObjects
public java.lang.Double getAdjustHue()
Doublepublic void setAdjustHue(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getAdjustLightness()
Doublepublic void setAdjustLightness(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getAdjustMagentaGreen()
Doublepublic void setAdjustMagentaGreen(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getAdjustCyanRed()
Doublepublic void setAdjustCyanRed(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Object getFileSpecRef()
Objectpublic void setFileSpecRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.