|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.stefanochizzolini.clown.documents.contents.colorSpaces.Color it.stefanochizzolini.clown.documents.contents.colorSpaces.DeviceColor it.stefanochizzolini.clown.documents.contents.colorSpaces.DeviceCMYKColor
public class DeviceCMYKColor
Device Cyan-Magenta-Yellow-Key color value [PDF:1.6:4.5.3].
The 'Key' component is renamed 'Black' to avoid semantic ambiguities.
Field Summary | |
---|---|
static DeviceCMYKColor |
Black
|
static DeviceCMYKColor |
Default
|
static DeviceCMYKColor |
White
|
Constructor Summary | |
---|---|
DeviceCMYKColor(double cyanComponent,
double magentaComponent,
double yellowComponent,
double blackComponent)
|
Method Summary | |
---|---|
double |
getBlackComponent()
Gets the black (key) component. |
double[] |
getComponents()
|
double |
getCyanComponent()
Gets the cyan component. |
double |
getMagentaComponent()
Gets the magenta component. |
double |
getYellowComponent()
Gets the yellow component. |
void |
setBlackComponent(double value)
Sets the black (key) component. |
void |
setCyanComponent(double value)
Sets the cyan component. |
void |
setMagentaComponent(double value)
Sets the magenta component. |
void |
setYellowComponent(double value)
Sets the yellow component. |
Methods inherited from class it.stefanochizzolini.clown.documents.contents.colorSpaces.Color |
---|
getColorSpace, normalizeComponent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DeviceCMYKColor Black
public static final DeviceCMYKColor White
public static final DeviceCMYKColor Default
Constructor Detail |
---|
public DeviceCMYKColor(double cyanComponent, double magentaComponent, double yellowComponent, double blackComponent)
Method Detail |
---|
public double getBlackComponent()
public double[] getComponents()
getComponents
in class Color
public double getCyanComponent()
public double getMagentaComponent()
public double getYellowComponent()
public void setBlackComponent(double value)
public void setCyanComponent(double value)
public void setMagentaComponent(double value)
public void setYellowComponent(double value)
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |