public class ColorCorrectionOp extends Object implements 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 Double |
adjustContrast |
protected Double |
adjustCyanRed |
protected Double |
adjustHue |
protected Double |
adjustLightness |
protected Double |
adjustMagentaGreen |
protected Double |
adjustSaturation |
protected Double |
adjustYellowBlue |
protected Object |
fileSpecRef |
protected List<String> |
objectTags |
protected List<EnumSourceObjects> |
sourceObjects |
| Constructor and Description |
|---|
ColorCorrectionOp() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAdjustContrast()
Gets the value of the adjustContrast property.
|
Double |
getAdjustCyanRed()
Gets the value of the adjustCyanRed property.
|
Double |
getAdjustHue()
Gets the value of the adjustHue property.
|
Double |
getAdjustLightness()
Gets the value of the adjustLightness property.
|
Double |
getAdjustMagentaGreen()
Gets the value of the adjustMagentaGreen property.
|
Double |
getAdjustSaturation()
Gets the value of the adjustSaturation property.
|
Double |
getAdjustYellowBlue()
Gets the value of the adjustYellowBlue property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
List<String> |
getObjectTags()
Gets the value of the objectTags property.
|
List<EnumSourceObjects> |
getSourceObjects()
Gets the value of the sourceObjects property.
|
void |
setAdjustContrast(Double value)
Sets the value of the adjustContrast property.
|
void |
setAdjustCyanRed(Double value)
Sets the value of the adjustCyanRed property.
|
void |
setAdjustHue(Double value)
Sets the value of the adjustHue property.
|
void |
setAdjustLightness(Double value)
Sets the value of the adjustLightness property.
|
void |
setAdjustMagentaGreen(Double value)
Sets the value of the adjustMagentaGreen property.
|
void |
setAdjustSaturation(Double value)
Sets the value of the adjustSaturation property.
|
void |
setAdjustYellowBlue(Double value)
Sets the value of the adjustYellowBlue property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
protected Double adjustContrast
protected Double adjustYellowBlue
protected Double adjustSaturation
protected List<EnumSourceObjects> sourceObjects
protected Double adjustHue
protected Double adjustLightness
protected Double adjustMagentaGreen
protected Double adjustCyanRed
protected Object fileSpecRef
public Double getAdjustContrast()
Doublepublic void setAdjustContrast(Double value)
value - allowed object is
Doublepublic List<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 Double getAdjustYellowBlue()
Doublepublic void setAdjustYellowBlue(Double value)
value - allowed object is
Doublepublic Double getAdjustSaturation()
Doublepublic void setAdjustSaturation(Double value)
value - allowed object is
Doublepublic 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 Double getAdjustHue()
Doublepublic void setAdjustHue(Double value)
value - allowed object is
Doublepublic Double getAdjustLightness()
Doublepublic void setAdjustLightness(Double value)
value - allowed object is
Doublepublic Double getAdjustMagentaGreen()
Doublepublic void setAdjustMagentaGreen(Double value)
value - allowed object is
Doublepublic Double getAdjustCyanRed()
Doublepublic void setAdjustCyanRed(Double value)
value - allowed object is
Doublepublic Object getFileSpecRef()
ObjectCopyright © 2013. All Rights Reserved.