Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package iiuf.swing.graph

Interface Summary
EdgeMarker Edge marker interface.
GraphNodeComponent Graph node component interface.
GraphRouter Interface for graph edge routers / painters.
NodeLayouter Node layouter interface.
 

Class Summary
AbstractGraphEdgeFactory Graph edge factory.
AbstractNodeComponentFactory Component factory for COMPONENT attribute of graph nodes in a GraphPanel.
AbstractPortFactory Port list factory for GRAPH_NODE_PORT attribute of graph ports in a GraphPanel.
AbstractPropertiesFactory Properties factory for PROPERTIES attribute of graph nodes in a GraphPanel.
ConnectingNode The connecting node of a graph panel.
DefaultNL Default (no-op) node layouter.
DistanceOrderedNL Node layouter implementation that orders nodes starting by their distance from a source node.
DOM DOM handlers for graph visual objects.
EdgeEditor Editor panel for edge style.
EdgeEditor.LineWidthEditor  
EdgeEditor.MarkerRenderer  
EdgeEditor.MarkerWrapper  
EdgeEditor.StrokeRenderer  
EdgeEditor.StrokeWrapper  
EquilateralTriangleMarker Equilateral triangular edge marker.
ForceDirectedNL Force directred node layout node layouter.
GeometryEditor Graph node geometry editor.
GeometryEditor.NumberEditor  
GraphEdge Graph edge encapsulation.
GraphEdgeUtils Utils for graph edges.
GraphLayout  
GraphNodePort Visual hints & implementation for rendering ports on a graph node.
GraphPanel Graph visualizer class.
GraphPanel.GraphView  
GraphPanel.Scroller  
GraphPanelEditor Graph editor implementation.
GraphPanelEditor.CmpCard  
GraphPanelEditor.CmpCardB  
GraphPanelEditor.CmpCardH  
GraphPanelEditor.CmpCardL  
GraphPanelEditor.CmpCardR  
GraphPanelEditor.CmpCardT  
GraphPanelEditor.CmpCardV  
LabelMarker JLabel based edge marker.
OrthogonalRouter Orthogonal edge router, connects two points using orthogonal bends only.
SelectionModel  
StraightLineRouter Straight line edge router, connects directly two points doesn't check any crossing etc..
StyleEditor Editor panel for component font, alignment, foreground color and background color.
StyleEditor.FontSizeEditor  
StyleEditor.Style  
TreeNL Node layouter implementation that orderes the node in a tree starting from a start node.