Uses of Enum
org.apache.xmlgraphics.java2d.color.RenderingIntent
Packages that use RenderingIntent
Package
Description
Provides additional color infrastructure so SVG and XSL-FO implementations can store additional color information and do things like specialized color conversions.
Provides classes around the topic of color profiles, like support for ICC named color profiles.
-
Uses of RenderingIntent in org.apache.xmlgraphics.java2d.color
Methods in org.apache.xmlgraphics.java2d.color that return RenderingIntentModifier and TypeMethodDescriptionstatic RenderingIntent
RenderingIntent.fromICCValue
(int value) Returns the enum value for the given integer rendering intent (as defined by the ICC specification).static RenderingIntent
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 RenderingIntentModifierConstructorDescriptionICCColorSpaceWithIntent
(ICC_Profile p, RenderingIntent intent, String profileName, String profileURI) Creates a new ICC-based color space. -
Uses of RenderingIntent in org.apache.xmlgraphics.java2d.color.profile
Methods in org.apache.xmlgraphics.java2d.color.profile that return RenderingIntentModifier and TypeMethodDescriptionNamedColorProfile.getRenderingIntent()
Returns the color profile's rendering intent.Constructors in org.apache.xmlgraphics.java2d.color.profile with parameters of type RenderingIntentModifierConstructorDescriptionNamedColorProfile
(String profileName, String copyright, NamedColorSpace[] namedColors, RenderingIntent intent) Creates a new named color profile.