|
PDF Clown 0.0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.stefanochizzolini.clown.documents.contents.colorSpaces.Color
it.stefanochizzolini.clown.documents.contents.colorSpaces.DeviceColor
it.stefanochizzolini.clown.documents.contents.colorSpaces.DeviceRGBColor
public class DeviceRGBColor
Device Red-Green-Blue color value [PDF:1.6:4.5.3].
| Field Summary | |
|---|---|
static DeviceRGBColor |
Black
|
static DeviceRGBColor |
Default
|
static DeviceRGBColor |
White
|
| Constructor Summary | |
|---|---|
DeviceRGBColor(double redComponent,
double greenComponent,
double blueComponent)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
double |
getBlueComponent()
Gets the blue component. |
double[] |
getComponents()
|
double |
getGreenComponent()
Gets the green component. |
double |
getRedComponent()
Gets the red component. |
int |
hashCode()
|
void |
setBlueComponent(double value)
Sets the blue component. |
void |
setGreenComponent(double value)
Sets the green component. |
void |
setRedComponent(double value)
Sets the red component. |
| Methods inherited from class it.stefanochizzolini.clown.documents.contents.colorSpaces.Color |
|---|
getColorSpace, normalizeComponent |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final DeviceRGBColor Black
public static final DeviceRGBColor White
public static final DeviceRGBColor Default
| Constructor Detail |
|---|
public DeviceRGBColor(double redComponent,
double greenComponent,
double blueComponent)
| Method Detail |
|---|
public boolean equals(Object object)
equals in class Objectpublic double getBlueComponent()
public double[] getComponents()
getComponents in class Colorpublic double getGreenComponent()
public double getRedComponent()
public int hashCode()
hashCode in class Objectpublic void setBlueComponent(double value)
public void setGreenComponent(double value)
public void setRedComponent(double value)
|
PDF Clown 0.0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||