public class CustomView
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private User |
authorityUser |
private java.util.List<CustomViewComponent> |
components |
private java.util.List<DataPointVO> |
pointCache |
Constructor and Description |
---|
CustomView(User authorityUser) |
Modifier and Type | Method and Description |
---|---|
int |
addChart(long duration,
int width,
int height,
java.util.List<CustomViewChartPoint> points) |
int |
addPoint(DataPointVO dataPointVO,
boolean raw,
java.lang.String disabledValue,
boolean time) |
User |
getAuthorityUser() |
java.util.List<CustomViewComponent> |
getComponents() |
DataPointVO |
getPoint(java.lang.String xid) |
private final User authorityUser
private final java.util.List<CustomViewComponent> components
private final java.util.List<DataPointVO> pointCache
public CustomView(User authorityUser)
public User getAuthorityUser()
public int addPoint(DataPointVO dataPointVO, boolean raw, java.lang.String disabledValue, boolean time)
public int addChart(long duration, int width, int height, java.util.List<CustomViewChartPoint> points)
public java.util.List<CustomViewComponent> getComponents()
public DataPointVO getPoint(java.lang.String xid)