Package | Description |
---|---|
JSci.awt | |
JSci.swing |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCategoryGraph2DModel
The DefaultCategoryGraph2DModel class provides a default implementation
of the CategoryGraph2DModel interface.
|
Modifier and Type | Field and Description |
---|---|
protected CategoryGraph2DModel |
CategoryGraph2D.model
Data model.
|
Modifier and Type | Method and Description |
---|---|
CategoryGraph2DModel |
CategoryGraph2D.getModel()
Returns the model used by this graph.
|
Modifier and Type | Method and Description |
---|---|
void |
CategoryGraph2D.setModel(CategoryGraph2DModel cgm)
Sets the data plotted by this graph to the specified data.
|
Constructor and Description |
---|
BarGraph(CategoryGraph2DModel cgm)
Constructs a bar graph.
|
CategoryGraph2D(CategoryGraph2DModel cgm)
Constructs a 2D category graph.
|
LayeredBarGraph(CategoryGraph2DModel gm)
Constructs a layered bar graph.
|
PieChart(CategoryGraph2DModel cgm)
Constructs a pie chart.
|
StackedBarGraph(CategoryGraph2DModel gm)
Constructs a stacked bar graph.
|
Modifier and Type | Field and Description |
---|---|
protected CategoryGraph2DModel |
JCategoryGraph2D.model
Data model.
|
Modifier and Type | Method and Description |
---|---|
CategoryGraph2DModel |
JCategoryGraph2D.getModel()
Returns the model used by this graph.
|
Modifier and Type | Method and Description |
---|---|
void |
JCategoryGraph2D.setModel(CategoryGraph2DModel cgm)
Sets the data plotted by this graph to the specified data.
|
Constructor and Description |
---|
JBarGraph(CategoryGraph2DModel cgm)
Constructs a bar graph.
|
JCategoryGraph2D(CategoryGraph2DModel cgm)
Constructs a 2D category graph.
|
JLayeredBarGraph(CategoryGraph2DModel gm)
Constructs a layered bar graph.
|
JPieChart(CategoryGraph2DModel cgm)
Constructs a pie chart.
|
JStackedBarGraph(CategoryGraph2DModel gm)
Constructs a stacked bar graph.
|