public class CustomViewChart extends CustomViewComponent
Modifier and Type | Field and Description |
---|---|
private long |
duration |
private int |
height |
private java.util.List<CustomViewChartPoint> |
points |
private int |
width |
Constructor and Description |
---|
CustomViewChart(long duration,
int id,
int width,
int height,
java.util.List<CustomViewChartPoint> points) |
Modifier and Type | Method and Description |
---|---|
protected void |
createStateImpl(RuntimeManager rtm,
javax.servlet.http.HttpServletRequest request,
CustomComponentState state) |
createState, getId
private final long duration
private final int width
private final int height
private final java.util.List<CustomViewChartPoint> points
public CustomViewChart(long duration, int id, int width, int height, java.util.List<CustomViewChartPoint> points)
protected void createStateImpl(RuntimeManager rtm, javax.servlet.http.HttpServletRequest request, CustomComponentState state)
createStateImpl
in class CustomViewComponent