Uses of Class
com.horstmann.violet.framework.Direction

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

Uses of Direction in com.horstmann.violet
 

Methods in com.horstmann.violet with parameters of type Direction
 java.awt.geom.Point2D ObjectNode.getConnectionPoint(Direction d)
           
 java.awt.geom.Point2D FieldNode.getConnectionPoint(Direction d)
           
 java.awt.geom.Point2D CircularStateNode.getConnectionPoint(Direction d)
           
 java.awt.geom.Point2D ImplicitParameterNode.getConnectionPoint(Direction d)
           
 java.awt.geom.Point2D CallNode.getConnectionPoint(Direction d)
           
 java.awt.geom.Point2D PointNode.getConnectionPoint(Direction d)
           
 

Uses of Direction in com.horstmann.violet.framework
 

Fields in com.horstmann.violet.framework declared as Direction
static Direction Direction.EAST
           
static Direction Direction.NORTH
           
static Direction Direction.SOUTH
           
static Direction Direction.WEST
           
 

Methods in com.horstmann.violet.framework that return Direction
 Direction Direction.turn(double angle)
          Turns this direction by an angle.
 

Methods in com.horstmann.violet.framework with parameters of type Direction
 java.awt.geom.Point2D RectangularNode.getConnectionPoint(Direction d)
           
 java.awt.geom.Point2D Node.getConnectionPoint(Direction d)
          Get the best connection point to connect this node with another node.