org.jbpm.form.builder.services.model.items
public class LineGraphRepresentation extends FormItemRepresentation
Constructor and Description |
---|
LineGraphRepresentation() |
Modifier and Type | Method and Description |
---|---|
boolean |
addColumn(String key,
String value) |
boolean |
addTuple(int x,
int y,
Object obj) |
boolean |
equals(Object obj) |
Map<String,Object> |
getDataMap() |
List<Map.Entry<String,String>> |
getDataStructure() |
List<List<String>> |
getDataTable() |
String |
getGraphTitle() |
String |
getGraphXTitle() |
String |
getGraphYTitle() |
int |
getOffsetHeight() |
int |
getOffsetWidth() |
int |
hashCode() |
void |
setDataMap(Map<String,Object> data) |
void |
setDataStructure(List<Map.Entry<String,String>> dataStructure) |
void |
setDataTable(List<List<String>> dataTable) |
void |
setGraphTitle(String graphTitle) |
void |
setGraphXTitle(String graphXTitle) |
void |
setGraphYTitle(String graphYTitle) |
addEffectClass, getEffectClasses, getEventActions, getExternal, getHeight, getInput, getItemValidations, getOutput, getTypeId, getWidth, setEffectClasses, setEventActions, setExternal, setHeight, setInput, setItemValidations, setOutput, setWidth
public boolean addTuple(int x, int y, Object obj)
public String getGraphTitle()
public void setGraphTitle(String graphTitle)
public String getGraphXTitle()
public void setGraphXTitle(String graphXTitle)
public String getGraphYTitle()
public void setGraphYTitle(String graphYTitle)
public void setDataMap(Map<String,Object> data) throws FormEncodingException
setDataMap
in interface Mappable
setDataMap
in class FormItemRepresentation
FormEncodingException
public Map<String,Object> getDataMap()
getDataMap
in interface Mappable
getDataMap
in class FormItemRepresentation
public int hashCode()
hashCode
in class FormItemRepresentation
public boolean equals(Object obj)
equals
in class FormItemRepresentation
public int getOffsetWidth()
public int getOffsetHeight()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.