Uses of Class
org.apache.xmlgraphics.java2d.color.RenderingIntent
-
Packages that use RenderingIntent 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.org.apache.xmlgraphics.java2d.color.profile Provides classes around the topic of color profiles, like support for ICC named color profiles. -
-
Uses of RenderingIntent in org.apache.xmlgraphics.java2d.color
Fields in org.apache.xmlgraphics.java2d.color declared as RenderingIntent Modifier and Type Field Description private RenderingIntent
ICCColorSpaceWithIntent. intent
Methods in org.apache.xmlgraphics.java2d.color that return RenderingIntent Modifier and Type Method Description static RenderingIntent
RenderingIntent. fromICCValue(int value)
Returns the enum value for the given integer rendering intent (as defined by the ICC specification).static RenderingIntent
RenderingIntent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RenderingIntent[]
RenderingIntent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.xmlgraphics.java2d.color with parameters of type RenderingIntent Constructor Description ICCColorSpaceWithIntent(java.awt.color.ICC_Profile p, RenderingIntent intent, java.lang.String profileName, java.lang.String profileURI)
Creates a new ICC-based color space. -
Uses of RenderingIntent in org.apache.xmlgraphics.java2d.color.profile
Fields in org.apache.xmlgraphics.java2d.color.profile declared as RenderingIntent Modifier and Type Field Description private RenderingIntent
NamedColorProfile. renderingIntent
Methods in org.apache.xmlgraphics.java2d.color.profile that return RenderingIntent Modifier and Type Method Description RenderingIntent
NamedColorProfile. getRenderingIntent()
Returns the color profile's rendering intent.private RenderingIntent
NamedColorProfileParser. getRenderingIntent(java.awt.color.ICC_Profile profile)
Constructors in org.apache.xmlgraphics.java2d.color.profile with parameters of type RenderingIntent Constructor Description NamedColorProfile(java.lang.String profileName, java.lang.String copyright, NamedColorSpace[] namedColors, RenderingIntent intent)
Creates a new named color profile.
-