|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.brewer.color.SampleScheme
DOCUMENT ME!
Constructor Summary | |
SampleScheme()
Creates a new instance of SampleScheme |
Method Summary | |
int |
getMaxCount()
Getter for the max colour count |
int |
getMinCount()
Getter for the min colour count |
int[] |
getSampleScheme(int length)
Indexed getter for property sampleScheme. |
void |
setSampleScheme(int length,
int[] sampleScheme)
Indexed setter for property sampleScheme. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SampleScheme()
Method Detail |
public int[] getSampleScheme(int length)
length
- Index of the property.
index
.public void setSampleScheme(int length, int[] sampleScheme)
length
- Index of the property.sampleScheme
- New value of the property at index
.public int getMinCount()
public int getMaxCount()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |