Uses of Package
com.horstmann.violet.framework

Packages that use com.horstmann.violet.framework
com.horstmann.violet   
com.horstmann.violet.framework   
 

Classes in com.horstmann.violet.framework used by com.horstmann.violet
AbstractNode
          A class that supplies convenience implementations for a number of methods in the Node interface
Direction
          This class describes a direction in the 2D plane.
Edge
          An edge in a graph.
EditorFrame
          This desktop frame contains panes that show graphs.
Graph
          A graph consisting of selectable nodes and edges.
Grid
          A grid to which points and rectangles can be "snapped".
MultiLineString
          A string that can extend over multiple lines.
Node
          A node in a graph.
PropertySelector
          A helper class for showing names of objects in a property sheet that allows the user to pick one of a finite set of named values.
RectangularNode
          A node that has a rectangular shape.
SegmentedLineEdge
          An edge that is composed of multiple line segments
SerializableEnumeration
          This class is a superclass for enumerated types that can be serialized.
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.
 

Classes in com.horstmann.violet.framework used by com.horstmann.violet.framework
AbstractNode
          A class that supplies convenience implementations for a number of methods in the Node interface
Direction
          This class describes a direction in the 2D plane.
Edge
          An edge in a graph.
ExtensionFilter
          A file filter that accepts all files with a given set of extensions.
FileService
           
FileService.Open
          An Open object encapsulates the stream and name of the file that the user selected for opening.
FileService.Save
          A Save object encapsulates the stream and name of the file that the user selected for saving.
Graph
          A graph consisting of selectable nodes and edges.
GraphPanel
          A panel to draw a graph
Grid
          A grid to which points and rectangles can be "snapped".
Node
          A node in a graph.
PreferencesService
          A service for storing and loading user preferences.
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.