
public interface ClassStylingPolicy extends StylingPolicy
| Modifier and Type | Method and Description | 
|---|---|
int | 
classSize(int cnum)
Get the number of elements in the styling class. 
 | 
int | 
getMaxStyle()
Get the maximum style in use. 
 | 
int | 
getMinStyle()
Get the minimum style in use. 
 | 
int | 
getStyleForDBID(DBIDRef id)
Get the style number for a particular object 
 | 
DBIDIter | 
iterateClass(int cnum)
Iterate over all objects from a given class. 
 | 
getColorForDBIDint getStyleForDBID(DBIDRef id)
id - Object IDint getMinStyle()
int getMaxStyle()
DBIDIter iterateClass(int cnum)
cnum - Class numberint classSize(int cnum)
cnum - Class number