Class ChartSeriePoint
java.lang.Object
com.almis.awe.model.entities.screen.component.chart.ChartSeriePoint
- All Implemented Interfaces:
Copyable
,Serializable
Bean to define a chart serie point
- Author:
- pvidal
- See Also:
-
Constructor Summary
ConstructorDescriptionChartSeriePoint
(ChartSeriePoint seriePoint) Copy constructorChartSeriePoint
(Object... points) Constructor range point -
Method Summary
Modifier and TypeMethodDescriptioncopy()
Get a copy of this elementList<com.fasterxml.jackson.databind.JsonNode>
Get position pointvoid
setPositionPoint
(List<com.fasterxml.jackson.databind.JsonNode> positionPoint) Set position point
-
Constructor Details
-
ChartSeriePoint
Copy constructor- Parameters:
seriePoint
- series point
-
ChartSeriePoint
Constructor range point- Parameters:
points
- Point list
-
-
Method Details