Package | Description |
---|---|
g2d.graph |
This package contains the specialized graph members of the glyphish hierarchy.
|
Modifier and Type | Method and Description |
---|---|
static DotAttributes |
DotAttributes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DotAttributes[] |
DotAttributes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
DotNodeAttributes.getDotAttribute(DotAttributes attr) |
java.lang.String |
DotNodeAttributes.renderDotAttribute(DotAttributes attr,
java.lang.Object value) |
void |
DotNodeAttributes.setDotAttribute(DotAttributes attr,
boolean value) |
void |
DotNodeAttributes.setDotAttribute(DotAttributes attr,
double value) |
void |
DotNodeAttributes.setDotAttribute(DotAttributes attr,
int value) |
void |
DotNodeAttributes.setDotAttribute(DotAttributes attr,
java.lang.Object value) |