|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttreebolic.provider.dot.DotParser
public class DotParser
Dot parser
Constructor Summary | |
---|---|
DotParser()
|
Method Summary | |
---|---|
private static java.lang.Integer |
getStyle(att.grappa.Attribute thisStrokeAttribute,
att.grappa.Attribute thisFromAttribute,
att.grappa.Attribute thisToAttribute,
att.grappa.Attribute thisHiddenAttribute)
Style factory |
private static att.grappa.Graph |
parseDotGraph(java.net.URL thisURL)
Parse dot graph |
protected static Graph |
parseGraph(att.grappa.Graph thisDotGraph)
Parse treebolic graph from dot graph |
static Model |
parseModel(java.net.URL thisUrl)
Parse model from dot document url |
protected static Settings |
parseSettings(att.grappa.Graph thisDotGraph)
Parse treebolic settings from dot file |
private static Tree |
parseTree(att.grappa.Graph thisDotGraph)
Parse tree from dot graph |
static Tree |
parseTree(java.net.URL thisUrl)
Parse tree from dot document url |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DotParser()
Method Detail |
---|
public static Model parseModel(java.net.URL thisUrl)
public static Tree parseTree(java.net.URL thisUrl)
private static att.grappa.Graph parseDotGraph(java.net.URL thisURL)
thisURL
- dot file url
protected static Graph parseGraph(att.grappa.Graph thisDotGraph)
private static Tree parseTree(att.grappa.Graph thisDotGraph)
protected static Settings parseSettings(att.grappa.Graph thisDotGraph)
private static java.lang.Integer getStyle(att.grappa.Attribute thisStrokeAttribute, att.grappa.Attribute thisFromAttribute, att.grappa.Attribute thisToAttribute, att.grappa.Attribute thisHiddenAttribute)
thisStrokeAttribute
- stroke attributethisFromAttribute
- from-terminator attributethisToAttribute
- to-terminator attributethisHiddenAttribute
- hidden attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |