JHotDraw 7.0.6

Uses of Class
org.jhotdraw.draw.AttributeKeys.Orientation

Packages that use AttributeKeys.Orientation
org.jhotdraw.draw Defines a framework for drawing editors. 
 

Uses of AttributeKeys.Orientation in org.jhotdraw.draw
 

Fields in org.jhotdraw.draw with type parameters of type AttributeKeys.Orientation
static AttributeKey<AttributeKeys.Orientation> AttributeKeys.ORIENTATION
          Specifies the direction of the triangle.
 

Methods in org.jhotdraw.draw that return AttributeKeys.Orientation
static AttributeKeys.Orientation AttributeKeys.Orientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AttributeKeys.Orientation[] AttributeKeys.Orientation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.jhotdraw.draw with parameters of type AttributeKeys.Orientation
TriangleFigure(AttributeKeys.Orientation direction)
           
TriangleFigure(double x, double y, double width, double height, AttributeKeys.Orientation direction)
           
 


Copyright 1996-2006 © JHotDraw.org