Package org.apache.fop.util
Class ColorProfileUtil
- java.lang.Object
-
- org.apache.fop.util.ColorProfileUtil
-
public final class ColorProfileUtil extends java.lang.Object
Deprecated.use org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil directlyHelper methods for handling color profiles.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ColorProfileUtil()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.String
getICCProfileDescription(java.awt.color.ICC_Profile profile)
Deprecated.use org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil directlystatic boolean
isDefaultsRGB(java.awt.color.ICC_Profile profile)
Deprecated.use org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil directly
-
-
-
Method Detail
-
getICCProfileDescription
public static java.lang.String getICCProfileDescription(java.awt.color.ICC_Profile profile)
Deprecated.use org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil directlyReturns the profile description of an ICC profile- Parameters:
profile
- the profile- Returns:
- the description
-
isDefaultsRGB
public static boolean isDefaultsRGB(java.awt.color.ICC_Profile profile)
Deprecated.use org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil directlyIndicates whether a given color profile is identical to the default sRGB profile provided by the Java class library.- Parameters:
profile
- the color profile to check- Returns:
- true if it is the default sRGB profile
-
-