|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Export.Type | |
|---|---|
| edu.upc.dama.dex.core | Provides the main DEX classes with all the basic but complete funcionality for graph and data manipulation. |
| Uses of Export.Type in edu.upc.dama.dex.core |
|---|
| Fields in edu.upc.dama.dex.core declared as Export.Type | |
|---|---|
static Export.Type |
Export.Type.GRAPHML
Export to GraphML format. |
static Export.Type |
Export.Type.GRAPHVIZ
Export to Graphviz format. |
static Export.Type |
Export.Type.YGRAPHML
Export to YGRAPHML format. |
| Methods in edu.upc.dama.dex.core that return Export.Type | |
|---|---|
static Export.Type |
Export.Type.valueOf(java.lang.String name)
|
static Export.Type[] |
Export.Type.values()
|
| Methods in edu.upc.dama.dex.core with parameters of type Export.Type | |
|---|---|
void |
Graph.export(java.io.PrintWriter ps,
Export.Type type,
Export extra)
Exports the Graph. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||