Interface | Description |
---|---|
Edge |
An edge in a graph.
|
Node |
A node in a graph.
|
Class | Description |
---|---|
AbstractEdge |
A class that supplies convenience implementations for
a number of methods in the Edge interface type.
|
ClassDiagramGraph |
A UML class diagram.
|
ClassNode |
A class node in a class diagram.
|
ClassRelationshipEdge |
An edge that is shaped like a line with up to
three segments with an arrowhead
|
EnumEditor |
A property editor for enumerated types.
|
Graph |
A graph consisting of selectable nodes and edges.
|
GraphFrame |
This frame shows the toolbar and the graph.
|
GraphPanel |
A panel to draw a graph
|
MultiLineString |
A string that can extend over multiple lines.
|
MultiLineStringEditor |
A property editor for the MultiLineString type.
|
PointNode |
An inivisible node that is used in the toolbar to draw an
edge.
|
PropertySheet |
A component filled with editors for all editable properties
of an object.
|
RectangularNode |
A node that has a rectangular shape.
|
SegmentedLineEdge |
An edge that is composed of multiple line segments
|
ShapeEdge |
A class that assumes that an edge can yield its shape
and then takes advantage of the fact that containment testing can
be done by stroking the shape with a fat stroke.
|
ToolBar |
A tool bar that contains node and edge prototype icons.
|
UMLEditor |
A program for editing UML diagrams.
|
Enum | Description |
---|---|
ArrowHead |
This class defines arrowheads of various shapes.
|
BentStyle |
A style for a segmented line that indicates the number
and sequence of bends.
|
LineStyle |
This enumeration defines line styles of various shapes.
|