chrriis.grammar.rrdiagram
Class RRElement
java.lang.Object
chrriis.grammar.rrdiagram.RRElement
- Direct Known Subclasses:
- RRBreak, RRChoice, RRLine, RRLoop, RRSequence, RRText
public abstract class RRElement
- extends Object
- Author:
- Christopher Deckers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RRElement
public RRElement()
setLayoutInfo
public void setLayoutInfo(RRElement.LayoutInfo layoutInfo)
getLayoutInfo
public RRElement.LayoutInfo getLayoutInfo()
computeLayoutInfo
protected abstract void computeLayoutInfo(RRDiagramToSVG rrDiagramToSVG)
toSVG
protected abstract void toSVG(RRDiagramToSVG rrDiagramToSVG,
int xOffset,
int yOffset,
RRDiagram.SvgContent svgContent)