|
xmlgraphics-commons 1.5rc1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RenderingIntent | |
---|---|
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 |
---|
Methods in org.apache.xmlgraphics.java2d.color that return RenderingIntent | |
---|---|
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(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 | |
---|---|
ICCColorSpaceWithIntent(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 RenderingIntent | |
---|---|
RenderingIntent |
NamedColorProfile.getRenderingIntent()
Returns the color profile's rendering intent. |
Constructors in org.apache.xmlgraphics.java2d.color.profile with parameters of type RenderingIntent | |
---|---|
NamedColorProfile(String profileName,
String copyright,
NamedColorSpace[] namedColors,
RenderingIntent intent)
Creates a new named color profile. |
|
xmlgraphics-commons 1.5rc1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |