|
|||||||||||
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.HLSEntry_Impl
HLS entry of a color table
-----------------------------------------------------------------------
Field Summary | |
private float |
hue
|
private float |
lightness
|
private float |
saturation
|
Constructor Summary | |
HLSEntry_Impl(int index,
float hue,
float lightness,
float saturation)
|
Method Summary | |
float |
getHue()
returns the hue value of a HLS entry (0..1) |
int |
getIndex()
returns the index of the color table entry |
float |
getLightness()
returns the lightness value of a HLS entry (0..1) |
float |
getSaturation()
returns the saturation value of a HLS 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 hue
private float lightness
private float saturation
Constructor Detail |
public HLSEntry_Impl(int index, float hue, float lightness, float saturation)
Method Detail |
public float getHue()
getHue
in interface HLSEntry
public float getLightness()
getLightness
in interface HLSEntry
public float getSaturation()
getSaturation
in interface HLSEntry
public int getIndex()
getIndex
in interface PseudoColorTableEntry
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |