public interface PieModel<X extends Comparable,S extends Comparable>
This is open source software released under the Apache 2.0 License
| Modifier and Type | Method and Description |
|---|---|
void |
apply(com.zavtech.morpheus.frame.DataFrame<?,S> frame,
S itemKey,
S valueKey)
Applies data from the valueKey column in the DataFrame, using items from the itemKey column
|
void |
apply(com.zavtech.morpheus.frame.DataFrame<X,S> frame)
Applies data from the first numeric column in the DataFrame, using row keys as items
|
void |
apply(com.zavtech.morpheus.frame.DataFrame<X,S> frame,
S valueKey)
Applies data from the specified column in the DataFrame, using row keys as items
|
void |
clear(boolean notify)
Clears all data for this dataset
|
boolean |
isEmpty()
Returns true if this dataset is empty
|
Iterable<X> |
keys()
Returns an iterable for section keys
|
boolean isEmpty()
Iterable<X> keys()
void clear(boolean notify)
notify - if true, fire notification eventvoid apply(com.zavtech.morpheus.frame.DataFrame<X,S> frame)
frame - the DataFrame referencevoid apply(com.zavtech.morpheus.frame.DataFrame<X,S> frame, S valueKey)
frame - the DataFrame referencevalueKey - the column key that contains the pie plor data valuesvoid apply(com.zavtech.morpheus.frame.DataFrame<?,S> frame, S itemKey, S valueKey)
frame - the DataFrame referencevalueKey - the column key that contains the pie plor data valuesitemKey - the column key that contains the pie plot labelsCopyright 2014-2017, Xavier Witdouck