java.lang.Objectorg.jfree.data.general.Series
org.jfree.data.xy.MatrixSeries
org.jfree.data.xy.NormalizedMatrixSeries
All Implemented Interfaces:
Serializable, Cloneable
getItem method, it is normalized, that is, divided by the
total sum of all items. It can be also be scaled by setting a scale factor.
| Field Summary | ||
|---|---|---|
| public static final double | DEFAULT_SCALE_FACTOR | The default scale factor. |
| Fields inherited from org.jfree.data.xy.MatrixSeries: |
|---|
| data |
| Constructor: |
|---|
|
| Method from org.jfree.data.xy.NormalizedMatrixSeries Summary: |
|---|
| getItem, getScaleFactor, setScaleFactor, update, zeroAll |
| Methods from org.jfree.data.xy.MatrixSeries: |
|---|
| equals, get, getColumnsCount, getItem, getItemColumn, getItemCount, getItemRow, getRowCount, update, zeroAll |
| Methods from org.jfree.data.general.Series: |
|---|
| addChangeListener, addPropertyChangeListener, clone, equals, firePropertyChange, fireSeriesChanged, getDescription, getItemCount, getKey, getNotify, hashCode, isEmpty, notifyListeners, removeChangeListener, removePropertyChangeListener, setDescription, setKey, setNotify |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.jfree.data.xy.NormalizedMatrixSeries Detail: |
|---|
|
|
|
|
|