Package | Description |
---|---|
de.uni_due.inf.ti.graph.io |
Modifier and Type | Method and Description |
---|---|
GraphExporter.Format |
GraphExporter.getFormat()
Returns the graphics format this GraphExporter exports to.
|
static GraphExporter.Format |
GraphExporter.Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphExporter.Format[] |
GraphExporter.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DotExporter(boolean alwaysHyper,
GraphExporter.Format format)
Creates a new DotExporter instance.
|
GraphExporter(GraphExporter.Format format)
Creates a new GraphExporter instance.
|