Package org.cip4.jdflib.util.cxf
Class CxFColorObject
- java.lang.Object
-
- org.cip4.jdflib.util.cxf.CxFBase
-
- org.cip4.jdflib.util.cxf.CxFColorObject
-
public class CxFColorObject extends CxFBase
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JDFLabColorgetCieLab()JDFCMYKColorgetCMYKColor()JDFColorgetJDFColor()JDFRGBColorgetRGBColor()JDFTransferFunctiongetSpectrum()-
Methods inherited from class org.cip4.jdflib.util.cxf.CxFBase
getXPathAttribute, getXPathElement, toString
-
-
-
-
Method Detail
-
getJDFColor
public JDFColor getJDFColor()
- Returns:
-
getCieLab
public JDFLabColor getCieLab()
- Returns:
-
getRGBColor
public JDFRGBColor getRGBColor()
- Returns:
-
getSpectrum
public JDFTransferFunction getSpectrum()
- Returns:
-
getCMYKColor
public JDFCMYKColor getCMYKColor()
- Returns:
-
-