Package | Description |
---|---|
g2d.graph |
This package contains the specialized graph members of the glyphish hierarchy.
|
g2d.swing |
This package contains some swing classes for building GUI's using the glyphish hierarchy.
|
Modifier and Type | Field and Description |
---|---|
static Dot.DotFormat |
Dot.DEFAULT_DOT_FORMAT |
Modifier and Type | Method and Description |
---|---|
static Dot.DotFormat |
Dot.int2DotFormat(int ord) |
static Dot.DotFormat |
Dot.DotFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Dot.DotFormat[] |
Dot.DotFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Dot.askDot(Dot.DotFormat type,
java.lang.String input) |
static boolean |
Dot.queryDot(Dot.DotFormat type,
java.io.File dotIn,
java.io.File dotOut)
The method to use to query the dot graph layout program.
|
static java.lang.String |
Dot.requestDot(Dot.DotFormat type,
java.lang.String input) |
void |
IOPGraph.writeGraph(java.io.File file,
Dot.DotFormat dotFormat) |
void |
IOPGraph.writeGraph(java.lang.String filepath,
Dot.DotFormat dotFormat) |
Modifier and Type | Method and Description |
---|---|
Dot.DotFormat |
ImageFilter.getType() |
Constructor and Description |
---|
ImageFilter(java.lang.String description,
Dot.DotFormat type) |
ImageFilter(java.lang.String description,
Dot.DotFormat type,
java.lang.String extension) |