|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.model.cv.PseudoColorTableEntry_Impl
org.deegree_impl.model.cv.RGBAEnty_Impl
the interface defines a RGBA entry to a color table
-----------------------------------------------------------------------
| Field Summary | |
private float |
alpha
|
private float |
blue
|
private float |
green
|
private float |
red
|
| Constructor Summary | |
(package private) |
RGBAEnty_Impl(int index,
float red,
float green,
float blue,
float alpha)
|
| Method Summary | |
float |
getAlpha()
returns the alpha component of the color table entry (0..1) |
float |
getBlue()
returns the blue component of the color table entry (0..1) |
float |
getGreen()
returns the green component of the color table entry (0..1) |
int |
getIndex()
returns the index of the color table entry |
float |
getRed()
returns the red component of the color table entry (0..1) |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.deegree.model.coverage.PseudoColorTableEntry |
getIndex |
| Field Detail |
private float red
private float green
private float blue
private float alpha
| Constructor Detail |
RGBAEnty_Impl(int index,
float red,
float green,
float blue,
float alpha)
| Method Detail |
public float getRed()
getRed in interface RGBAEntypublic float getGreen()
getGreen in interface RGBAEntypublic float getBlue()
getBlue in interface RGBAEntypublic float getAlpha()
getAlpha in interface RGBAEntypublic int getIndex()
getIndex in interface PseudoColorTableEntrypublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||