| Package | Description |
|---|---|
| org.jzy3d.chart.factories | |
| org.jzy3d.chart2d | |
| org.jzy3d.plot2d.primitives | |
| org.jzy3d.plot3d.rendering.legends.series |
| Modifier and Type | Method and Description |
|---|---|
Serie2d |
IChartComponentFactory.newSerie(String name,
Serie2d.Type type) |
Serie2d |
ChartComponentFactory.newSerie(String name,
Serie2d.Type type) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Serie2d> |
SerieManager.series |
protected Map<String,Serie2d> |
Chart2d.series |
| Modifier and Type | Method and Description |
|---|---|
Serie2d |
Chart2dGroup.getSerie(int chartKey,
int serieKey)
Return the 2d serie of a chart.
|
Serie2d |
SerieManager.getSerie(String name,
Serie2d.Type type) |
Serie2d |
Chart2d.getSerie(String name,
Serie2d.Type type) |
Serie2d |
Chart2dGroup.getSerie(String chartKey,
String serieKey) |
protected Serie2d |
SerieManager.newSerie(String name,
Serie2d.Type type,
Serie2d serie) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Serie2d> |
SerieManager.getSeries() |
| Modifier and Type | Method and Description |
|---|---|
protected Serie2d |
SerieManager.newSerie(String name,
Serie2d.Type type,
Serie2d serie) |
void |
Chart2d.setSerie(Serie2d serie) |
| Modifier and Type | Method and Description |
|---|---|
void |
Chart2d.setSeries(Collection<Serie2d> series) |
void |
Chart2d.setSeries(Map<String,Serie2d> series) |
| Modifier and Type | Class and Description |
|---|---|
class |
LineSerie2d |
class |
LineSerie2dSplitted |
class |
ScatterPointSerie2d |
class |
ScatterSerie2d |
| Modifier and Type | Field and Description |
|---|---|
protected Serie2d |
AWTSerieLegend.serie |
| Modifier and Type | Field and Description |
|---|---|
protected List<Serie2d> |
AWTSeriesLegend.series |
| Modifier and Type | Method and Description |
|---|---|
void |
AWTSeriesLegend.addSerie(Serie2d serie) |
| Constructor and Description |
|---|
AWTSerieLegend(Serie2d serie) |
| Constructor and Description |
|---|
AWTSeriesLegend(List<Serie2d> series) |
AWTSeriesLegend(List<Serie2d> series,
Color foreground,
Color background) |
Copyright © 2021. All rights reserved.