|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.util.ColorProfileUtil
public class ColorProfileUtil
Helper methods for handling color profiles.
Constructor Summary | |
---|---|
ColorProfileUtil()
|
Method Summary | |
---|---|
static java.lang.String |
getICCProfileDescription(java.awt.color.ICC_Profile profile)
Returns the profile description of an ICC profile |
static boolean |
isDefaultsRGB(java.awt.color.ICC_Profile profile)
Indicates whether a given color profile is identical to the default sRGB profile provided by the Java class library. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorProfileUtil()
Method Detail |
---|
public static java.lang.String getICCProfileDescription(java.awt.color.ICC_Profile profile)
profile
- the profile
public static boolean isDefaultsRGB(java.awt.color.ICC_Profile profile)
profile
- the color profile to check
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |