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 component of CMYK color.
|
double[] |
getColorArray()
Gets array of color components.
|
double |
getG()
Gets green component of color
|
double |
getGrey()
Gets black component of gray color.
|
double |
getK()
Gets black component of CMYK color.
|
double |
getM()
Gets magenta component of CMYK color.
|
double |
getR()
Gets red component of color
|
double |
getY()
Gets yellow component of CMYK color.
|
getColor
accept, getCommand, getCommandName, getIndex, getParameters, 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 component of CMYK color.
public double getM()
Gets magenta component of CMYK color.
public double getY()
Gets yellow component of CMYK color.
public double getK()
Gets black component of CMYK color.
public double getGrey()
Gets black component of gray color.
public double[] getColorArray()
Gets array of color components.