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.
|
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.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
RenderingIntent |
NamedColorProfile.getRenderingIntent() |
Returns the color profile's rendering intent.
|
Constructor | Description |
---|---|
NamedColorProfile(java.lang.String profileName,
java.lang.String copyright,
NamedColorSpace[] namedColors,
RenderingIntent intent) |
Creates a new named color profile.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.