public abstract class SSJCategorySeriesCollection
extends java.lang.Object
| Constructor and Description |
|---|
SSJCategorySeriesCollection() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategory(int series)
Returns the category-value in the specified series.
|
java.awt.Color |
getColor(int series)
Gets the current plotting color of the selected series.
|
abstract double[] |
getRangeBounds()
Returns range (y-coordinates) min and max values.
|
CategoryItemRenderer |
getRenderer()
Returns the CategoryItemRenderer object associated with the current object.
|
CategoryDataset |
getSeriesCollection()
Returns the CategoryDataset object associated with the current object.
|
double |
getValue(int series,
int index)
Returns the y-value at the specified index in the specified series.
|
void |
setColor(int series,
java.awt.Color color)
Sets a new plotting color to the series series.
|
void |
setRenderer(CategoryItemRenderer renderer)
Sets the CategoryItemRenderer object associated with the current variable.
|
abstract java.lang.String |
toLatex(double YScale,
double YShift,
double ymin,
double ymax)
Formats and returns a string containing a LATEX-compatible source
code which represents this data series collection.
|
abstract java.lang.String |
toString()
Returns in a String all data contained in the current object.
|
public java.lang.String getCategory(int series)
series - required series value.public double getValue(int series,
int index)
series - required series value.index - value's index.public CategoryDataset getSeriesCollection()
public abstract double[] getRangeBounds()
public abstract java.lang.String toString()
toString in class java.lang.ObjectString.public CategoryItemRenderer getRenderer()
public void setRenderer(CategoryItemRenderer renderer)
XYChart.renderer - new CategoryItemRenderer object.public java.awt.Color getColor(int series)
public void setColor(int series,
java.awt.Color color)
series - series index.color - plotting color.public abstract java.lang.String toLatex(double YScale,
double YShift,
double ymin,
double ymax)
YScale - Range original data scale.YShift - Range original data shift value.ymin - Range min bound.ymax - Range max bound.To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.