Package | Description |
---|---|
g2d.graph |
This package contains the specialized graph members of the glyphish hierarchy.
|
g2d.util |
This package contains some utility classes for building GUI's using the glyphish hierarchy.
|
Modifier and Type | Field and Description |
---|---|
protected Pair<IOPNode,IOPNode> |
Highlighter.pair |
Modifier and Type | Field and Description |
---|---|
java.util.HashMap<java.lang.Integer,Pair<IOPEdge,IOPEdge>> |
Seed.modifiedEdges |
Modifier and Type | Method and Description |
---|---|
void |
Highlighter.highlightPair(Pair<IOPNode,IOPNode> pair) |
Modifier and Type | Method and Description |
---|---|
protected void |
Seed.setModifiedEdges(java.util.HashMap<java.lang.Integer,Pair<IOPEdge,IOPEdge>> modifiedEdges) |
Modifier and Type | Method and Description |
---|---|
static <A,B> Pair<A,B> |
Pair.create(A a,
B b)
Convenience method for creating an appropriately typed pair.
|