public class NamedColorProfile
extends java.lang.Object
Constructor | Description |
---|---|
NamedColorProfile(java.lang.String profileName,
java.lang.String copyright,
NamedColorSpace[] namedColors,
RenderingIntent intent) |
Creates a new named color profile.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCopyright() |
Returns the profile copyright.
|
NamedColorSpace |
getNamedColor(java.lang.String name) |
Returns a named color.
|
NamedColorSpace[] |
getNamedColors() |
Returns the array of named colors.
|
java.lang.String |
getProfileName() |
Returns the profile name.
|
RenderingIntent |
getRenderingIntent() |
Returns the color profile's rendering intent.
|
java.lang.String |
toString() |
public NamedColorProfile(java.lang.String profileName, java.lang.String copyright, NamedColorSpace[] namedColors, RenderingIntent intent)
profileName
- the profile namecopyright
- the copyrightnamedColors
- the array of named colorsintent
- the rendering intentpublic RenderingIntent getRenderingIntent()
ICC_Profile
.ic*)public NamedColorSpace[] getNamedColors()
public NamedColorSpace getNamedColor(java.lang.String name)
name
- the color namepublic java.lang.String getProfileName()
public java.lang.String getCopyright()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.