chrriis.grammar.rrdiagram
Class RRLoop
java.lang.Object
chrriis.grammar.rrdiagram.RRElement
chrriis.grammar.rrdiagram.RRLoop
public class RRLoop
- extends RRElement
- Author:
- Christopher Deckers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RRLoop
public RRLoop(RRElement rrElement,
RRElement loopElement)
- Parameters:
loopElement
- can be null.
RRLoop
public RRLoop(RRElement rrElement,
RRElement loopElement,
int minRepetitionCount,
Integer maxRepetitionCount)
computeLayoutInfo
protected void computeLayoutInfo(RRDiagramToSVG rrDiagramToSVG)
- Specified by:
computeLayoutInfo
in class RRElement
toSVG
protected void toSVG(RRDiagramToSVG rrDiagramToSVG,
int xOffset,
int yOffset,
RRDiagram.SvgContent svgContent)
- Specified by:
toSVG
in class RRElement