|
|||||||||||
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.CMYKEntry_Impl
describes an entry to a color table in CMYK format
-----------------------------------------------------------------------
Field Summary | |
private float |
black
|
private float |
cyan
|
private float |
magenta
|
private float |
yellow
|
Constructor Summary | |
CMYKEntry_Impl(int index,
float cyan,
float magenta,
float yellow,
float black)
|
Method Summary | |
float |
getBlack()
returns the black component (0..1) |
float |
getCyan()
returns the cyan component (0..1) |
int |
getIndex()
returns the index of the color table entry |
float |
getMagenta()
returns the magenta component (0..1) |
float |
getYellow()
returns the yellow component (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 black
private float cyan
private float magenta
private float yellow
Constructor Detail |
public CMYKEntry_Impl(int index, float cyan, float magenta, float yellow, float black)
Method Detail |
public float getBlack()
getBlack
in interface CMYKEntry
public float getCyan()
getCyan
in interface CMYKEntry
public float getMagenta()
getMagenta
in interface CMYKEntry
public float getYellow()
getYellow
in interface CMYKEntry
public java.lang.String toString()
toString
in class PseudoColorTableEntry_Impl
public int getIndex()
getIndex
in interface PseudoColorTableEntry
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |