ColorWithAlternatives
@Deprecated public final class ColorExt extends Color
This class extends java.awt.Color class keeping track of the original color property values specified by the fo user in a rgb-icc call.
black, BLACK, blue, BLUE, cyan, CYAN, DARK_GRAY, darkGray, gray, GRAY, green, GREEN, LIGHT_GRAY, lightGray, magenta, MAGENTA, orange, ORANGE, pink, PINK, red, RED, white, WHITE, yellow, YELLOW
BITMASK, OPAQUE, TRANSLUCENT
Modifier and Type | Method and Description |
---|---|
static ColorExt |
createFromFoRgbIcc(float redReplacement,
float greenReplacement,
float blueReplacement,
String profileName,
String profileSrc,
ColorSpace colorSpace,
float[] iccValues)
Deprecated.
Create ColorExt object backup up FO's rgb-icc color function
|
static ColorExt |
createFromSvgIccColor(float red,
float green,
float blue,
float opacity,
String profileName,
String profileHref,
ColorSpace profileCS,
float[] colorValues)
Deprecated.
Create ColorExt object backing up SVG's icc-color function.
|
boolean |
equals(Object obj)
Deprecated.
|
String |
getIccProfileName()
Deprecated.
Get ICC profile name
|
String |
getIccProfileSrc()
Deprecated.
Get ICC profile source
|
ColorSpace |
getOrigColorSpace()
Deprecated.
|
float[] |
getOriginalColorComponents()
Deprecated.
Returns the original color values.
|
int |
hashCode()
Deprecated.
|
String |
toFunctionCall()
Deprecated.
Create string representation of fop-rgb-icc function call to map this
ColorExt settings
|
brighter, createContext, darker, decode, getAlpha, getBlue, getColor, getColor, getColor, getColorComponents, getColorComponents, getColorSpace, getComponents, getComponents, getGreen, getHSBColor, getRed, getRGB, getRGBColorComponents, getRGBComponents, getTransparency, HSBtoRGB, RGBtoHSB, toString
public static ColorExt createFromFoRgbIcc(float redReplacement, float greenReplacement, float blueReplacement, String profileName, String profileSrc, ColorSpace colorSpace, float[] iccValues)
redReplacement
- Red part of RGB replacement color that will be used when ICC
profile can not be loadedgreenReplacement
- Green part of RGB replacement color that will be used when ICC
profile can not be loadedblueReplacement
- Blue part of RGB replacement color that will be used when ICC
profile can not be loadedprofileName
- Name of ICC profileprofileSrc
- Source of ICC profilecolorSpace
- ICC ColorSpace for the ICC profileiccValues
- color valuespublic static ColorExt createFromSvgIccColor(float red, float green, float blue, float opacity, String profileName, String profileHref, ColorSpace profileCS, float[] colorValues)
red
- Red value resulting from the conversion from the user provided
(icc) color values to the batik (rgb) color spacegreen
- Green value resulting from the conversion from the user
provided (icc) color values to the batik (rgb) color spaceblue
- Blue value resulting from the conversion from the user
provided (icc) color values to the batik (rgb) color spaceopacity
- OpacityprofileName
- ICC profile nameprofileHref
- the URI to the color profileprofileCS
- ICC ColorSpace profilecolorValues
- ICC color valuespublic String getIccProfileName()
public String getIccProfileSrc()
public ColorSpace getOrigColorSpace()
public float[] getOriginalColorComponents()
public String toFunctionCall()
Copyright © 2025 Apache Software Foundation. All rights reserved.