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

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

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

Methods in org.apache.pivot.wtk.media.drawing that return Arc.Type
 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 org.apache.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.