Uses of Class
org.apache.xmlgraphics.java2d.color.GrayScaleColorConverter
-
Packages that use GrayScaleColorConverter 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 GrayScaleColorConverter in org.apache.xmlgraphics.java2d.color
Fields in org.apache.xmlgraphics.java2d.color declared as GrayScaleColorConverter Modifier and Type Field Description private static GrayScaleColorConverter
GrayScaleColorConverter. SINGLETON
Methods in org.apache.xmlgraphics.java2d.color that return GrayScaleColorConverter Modifier and Type Method Description static GrayScaleColorConverter
GrayScaleColorConverter. getInstance()
Returns a singleton instance.
-