|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.fluxion.runcible.graph.view.factory.DotEdgeViewFactory
public class DotEdgeViewFactory
A type of EdgeViewFactory that produces a dot-format view over edges.
For more details on the dot syntax, see http://www.graphviz.org/doc/info/lang.html.
This class produces views of a concrete type, DotEdgeView which can
then be used to produce a graph imade using the GraphViz suite of tools.
DotEdgeView,
DotGraphViewFactory| Constructor Summary | |
|---|---|
DotEdgeViewFactory()
Default constructor |
|
| Method Summary | |
|---|---|
ColorScheme |
getColorScheme()
Gets the ColorScheme being used by this particular
DotEdgeViewFactory. |
DotEdgeView |
getEdgeView()
Generate an EdgeView. |
void |
setColorScheme(ColorScheme colorScheme)
Sets the ColorScheme to use for DotEdgeViewFactory. |
void |
visit(Edge edge)
Visit this Edge |
protected void |
visit(IsAEdge edge)
|
protected void |
visit(NestedEdge edge)
|
protected void |
visit(ValueEdge edge)
|
protected void |
visit(WalkEdge edge)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DotEdgeViewFactory()
| Method Detail |
|---|
public DotEdgeView getEdgeView()
EdgeViewFactoryEdgeView.
getEdgeView in interface EdgeViewFactorypublic ColorScheme getColorScheme()
ColorScheme being used by this particular
DotEdgeViewFactory.
ColorScheme being usedpublic void setColorScheme(ColorScheme colorScheme)
ColorScheme to use for DotEdgeViewFactory.
colorScheme - the ColorScheme being usedpublic void visit(Edge edge)
EdgeVisitorEdge
visit in interface EdgeVisitoredge - the edge to visitprotected void visit(NestedEdge edge)
protected void visit(ValueEdge edge)
protected void visit(WalkEdge edge)
protected void visit(IsAEdge edge)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||