Uses of Class
org.apache.xmlgraphics.java2d.color.NamedColorSpace
-
Packages that use NamedColorSpace Package Description org.apache.xmlgraphics.java2d.color.profile Provides classes around the topic of color profiles, like support for ICC named color profiles. -
-
Uses of NamedColorSpace in org.apache.xmlgraphics.java2d.color.profile
Fields in org.apache.xmlgraphics.java2d.color.profile declared as NamedColorSpace Modifier and Type Field Description private NamedColorSpace[]NamedColorProfile. namedColorsMethods in org.apache.xmlgraphics.java2d.color.profile that return NamedColorSpace Modifier and Type Method Description NamedColorSpaceNamedColorProfile. getNamedColor(java.lang.String name)Returns a named color.NamedColorSpace[]NamedColorProfile. getNamedColors()Returns the array of named colors.private NamedColorSpace[]NamedColorProfileParser. readNamedColors(java.awt.color.ICC_Profile profile, java.lang.String profileName, java.lang.String profileURI)Constructors in org.apache.xmlgraphics.java2d.color.profile with parameters of type NamedColorSpace Constructor Description NamedColorProfile(java.lang.String profileName, java.lang.String copyright, NamedColorSpace[] namedColors, RenderingIntent intent)Creates a new named color profile.
-