org.apache.fop.util
Class ColorProfileUtil
java.lang.Object
org.apache.fop.util.ColorProfileUtil
public class ColorProfileUtil
extends java.lang.Object
Helper methods for handling color profiles.
static String | getICCProfileDescription(ICC_Profile profile) - Returns the profile description of an ICC profile
|
static boolean | isDefaultsRGB(ICC_Profile profile) - Indicates whether a given color profile is identical to the default sRGB profile
provided by the Java class library.
|
getICCProfileDescription
public static String getICCProfileDescription(ICC_Profile profile)
Returns the profile description of an ICC profile
isDefaultsRGB
public static boolean isDefaultsRGB(ICC_Profile profile)
Indicates whether a given color profile is identical to the default sRGB profile
provided by the Java class library.
profile
- the color profile to check
- true if it is the default sRGB profile
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.