Uses of Class
org.apache.xmlgraphics.java2d.color.CIELabColorSpace
-
Packages that use CIELabColorSpace Package Description org.apache.xmlgraphics.java2d.color Provides additional color infrastructure so SVG and XSL-FO implementations can store additional color information and do things like specialized color conversions. -
-
Uses of CIELabColorSpace in org.apache.xmlgraphics.java2d.color
Fields in org.apache.xmlgraphics.java2d.color declared as CIELabColorSpace Modifier and Type Field Description private static CIELabColorSpaceColorSpaces. cieLabD50private static CIELabColorSpaceColorSpaces. cieLabD65Methods in org.apache.xmlgraphics.java2d.color that return CIELabColorSpace Modifier and Type Method Description static CIELabColorSpaceColorSpaces. getCIELabColorSpaceD50()Returns an instance of the CIE L*a*b* color space using the D50 white point.static CIELabColorSpaceColorSpaces. getCIELabColorSpaceD65()Returns an instance of the CIE L*a*b* color space using the D65 white point.
-