public abstract class BasicSetColorOperator extends SetColorOperator
Base class for set color operators.
Modifier and Type | Method and Description |
---|---|
double |
getB()
Gets red component of color
|
double |
getC()
Gets cyan compoent of CMYK color.
|
double[] |
getColorArray()
Gets array of color components.
|
double |
getG()
Gets green component of color
|
double |
getGrey()
Gets black compoent of gray color.
|
double |
getK()
Gets black compoent of CMYK color.
|
double |
getM()
Gets magenta compoent of CMYK color.
|
double |
getR()
Gets red component of color
|
double |
getY()
Gets yellow compoent of CMYK color.
|
getColor
accept, clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public double getR()
Gets red component of color
public double getG()
Gets green component of color
public double getB()
Gets red component of color
public double getC()
Gets cyan compoent of CMYK color.
public double getM()
Gets magenta compoent of CMYK color.
public double getY()
Gets yellow compoent of CMYK color.
public double getK()
Gets black compoent of CMYK color.
public double getGrey()
Gets black compoent of gray color.
public double[] getColorArray()
Gets array of color components.