Uses of Class
org.apache.xmlgraphics.java2d.color.profile.NamedColorProfile
-
Packages that use NamedColorProfile 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 NamedColorProfile in org.apache.xmlgraphics.java2d.color.profile
Methods in org.apache.xmlgraphics.java2d.color.profile that return NamedColorProfile Modifier and Type Method Description NamedColorProfile
NamedColorProfileParser. parseProfile(java.awt.color.ICC_Profile profile)
Parses a named color profile (NCP).NamedColorProfile
NamedColorProfileParser. parseProfile(java.awt.color.ICC_Profile profile, java.lang.String profileName, java.lang.String profileURI)
Parses a named color profile (NCP).
-