程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
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)
返回带有指定名称的该类型的枚举常量。
|
static RenderingIntent[] |
RenderingIntent.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
构造器和说明 |
---|
ICCColorSpaceWithIntent(ICC_Profile p,
RenderingIntent intent,
String profileName,
String profileURI)
Creates a new ICC-based color space.
|
限定符和类型 | 方法和说明 |
---|---|
RenderingIntent |
NamedColorProfile.getRenderingIntent()
Returns the color profile's rendering intent.
|
构造器和说明 |
---|
NamedColorProfile(String profileName,
String copyright,
NamedColorSpace[] namedColors,
RenderingIntent intent)
Creates a new named color profile.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.