|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchrriis.grammar.rrdiagram.RRElement
chrriis.grammar.rrdiagram.RRText
public class RRText
Nested Class Summary | |
---|---|
static class |
RRText.Type
|
Nested classes/interfaces inherited from class chrriis.grammar.rrdiagram.RRElement |
---|
RRElement.LayoutInfo |
Constructor Summary | |
---|---|
RRText(RRText.Type type,
String text,
String link)
|
Method Summary | |
---|---|
protected void |
computeLayoutInfo(RRDiagramToSVG rrDiagramToSVG)
|
String |
getLink()
|
String |
getText()
|
RRText.Type |
getType()
|
protected void |
toSVG(RRDiagramToSVG rrDiagramToSVG,
int xOffset,
int yOffset,
RRDiagram.SvgContent svgContent)
|
Methods inherited from class chrriis.grammar.rrdiagram.RRElement |
---|
getLayoutInfo, setLayoutInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RRText(RRText.Type type, String text, String link)
Method Detail |
---|
public RRText.Type getType()
public String getText()
public String getLink()
protected void computeLayoutInfo(RRDiagramToSVG rrDiagramToSVG)
computeLayoutInfo
in class RRElement
protected void toSVG(RRDiagramToSVG rrDiagramToSVG, int xOffset, int yOffset, RRDiagram.SvgContent svgContent)
toSVG
in class RRElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |