Uses of Class
pivot.wtk.media.drawing.Arc.Type

Packages that use Arc.Type
pivot.wtk.media.drawing Contains a set of primitives for constructing vector-based drawings. 
 

Uses of Arc.Type in pivot.wtk.media.drawing
 

Methods in pivot.wtk.media.drawing that return Arc.Type
static Arc.Type Arc.Type.decode(String value)
           
 Arc.Type Arc.getType()
           
static Arc.Type Arc.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Arc.Type[] Arc.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pivot.wtk.media.drawing with parameters of type Arc.Type
 void Arc.setType(Arc.Type type)
           
 void ArcListener.typeChanged(Arc arc, Arc.Type previousType)
          Called when an arc's closure type has changed.