|
xmlgraphics-commons 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.java2d.color.profile.NamedColorProfile
public class NamedColorProfile
Simplified in-memory representation of an ICC named color profile.
Constructor Summary | |
---|---|
NamedColorProfile(String profileName,
String copyright,
NamedColorSpace[] namedColors,
RenderingIntent intent)
Creates a new named color profile. |
Method Summary | |
---|---|
String |
getCopyright()
Returns the profile copyright. |
NamedColorSpace |
getNamedColor(String name)
Returns a named color. |
NamedColorSpace[] |
getNamedColors()
Returns the array of named colors. |
String |
getProfileName()
Returns the profile name. |
RenderingIntent |
getRenderingIntent()
Returns the color profile's rendering intent. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NamedColorProfile(String profileName, String copyright, NamedColorSpace[] namedColors, RenderingIntent intent)
profileName
- the profile namecopyright
- the copyrightnamedColors
- the array of named colorsintent
- the rendering intentMethod Detail |
---|
public RenderingIntent getRenderingIntent()
ICC_Profile
.ic*)public NamedColorSpace[] getNamedColors()
public NamedColorSpace getNamedColor(String name)
name
- the color name
public String getProfileName()
public String getCopyright()
public String toString()
toString
in class Object
|
xmlgraphics-commons 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |