Uses of Class
de.postfuse.ui.EdgeArrowType

Packages that use EdgeArrowType
de.postfuse.ui   
 

Uses of EdgeArrowType in de.postfuse.ui
 

Methods in de.postfuse.ui that return EdgeArrowType
static EdgeArrowType EdgeArrowType.fromInt(int arrow_type)
           
 EdgeArrowType EdgeDesign.getArrowType()
           
static EdgeArrowType EdgeArrowType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EdgeArrowType[] EdgeArrowType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in de.postfuse.ui with parameters of type EdgeArrowType
 void EdgeDesign.setArrowType(EdgeArrowType arrowtype)