Package | Description |
---|---|
com.serotonin.mango.view.custom | |
com.serotonin.mango.web.taglib |
Modifier and Type | Field and Description |
---|---|
private java.util.List<CustomViewChartPoint> |
CustomViewChart.points |
Modifier and Type | Method and Description |
---|---|
int |
CustomView.addChart(long duration,
int width,
int height,
java.util.List<CustomViewChartPoint> points) |
Constructor and Description |
---|
CustomViewChart(long duration,
int id,
int width,
int height,
java.util.List<CustomViewChartPoint> points) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<CustomViewChartPoint> |
ChartTag.points |