|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Its objective is build any required element to build an GML graph.
Method Summary | |
GMLConstraint |
buildDefaultGMLConstraint()
Build the GMLConstraint specified in the GML properties file. |
GMLEdge |
buildEdge(Id source,
Id target,
boolean directed)
Build a GML edge with the specified values. |
GMLEdge |
buildEdge(Id source,
Id target,
boolean directed,
java.lang.String fill)
Build a GML edge with the specified values. |
GMLGenerator |
buildGMLGenerator()
Builds the GMLGenerator specified in the GML properties file. |
Method Detail |
public GMLEdge buildEdge(Id source, Id target, boolean directed) throws InitializationException
source
- Source node Id.target
- Destination node Id.directed
- true when the edge is directed. false in other case.
InitializationException
- if an error occurs during the initialization.public GMLEdge buildEdge(Id source, Id target, boolean directed, java.lang.String fill) throws InitializationException
source
- Source node Id.target
- Destination node Id.directed
- true when the edge is directed. false in other case.fill
- Fill color in "#RRGGBB" format.
InitializationException
- if an error occurs during the initialization.public GMLGenerator buildGMLGenerator() throws InitializationException
InitializationException
- if an error occurs during the initialization.public GMLConstraint buildDefaultGMLConstraint() throws InitializationException
InitializationException
- if an error occurs during the initialization.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |