public class ChartElement extends Object
Constructor and Description |
---|
ChartElement() |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(String name,
ChartAttribute attribute) |
ChartAttribute |
getAttribute(String name) |
LinkedHashMap<String,ChartAttribute> |
getAttributes() |
Class<? extends ChartItem> |
getChartItemClass() |
String |
getItem() |
void |
read(Element chartElem,
FlowChartSystem flowChartSystem) |
void |
setItem(String item) |
String |
toString() |
public ChartElement()
public void addAttribute(String name, ChartAttribute attribute)
public ChartAttribute getAttribute(String name)
public Class<? extends ChartItem> getChartItemClass()
public LinkedHashMap<String,ChartAttribute> getAttributes()
public void read(Element chartElem, FlowChartSystem flowChartSystem) throws MaltChainedException
MaltChainedException
Copyright 2007-2014 Johan Hall, Jens Nilsson and Joakim Nivre.