Uses of Class
de.postfuse.ui.NodeShape

Packages that use NodeShape
de.postfuse.ui   
de.postfuse.ui.filter   
 

Uses of NodeShape in de.postfuse.ui
 

Methods in de.postfuse.ui that return NodeShape
static NodeShape NodeShape.fromInt(int shape)
           
 NodeShape NodeDesign.getShape()
           
static NodeShape NodeShape.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeShape[] NodeShape.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 NodeShape
 void NodeDesign.setShape(NodeShape shape)
           
 

Uses of NodeShape in de.postfuse.ui.filter
 

Constructors in de.postfuse.ui.filter with parameters of type NodeShape
HasShapeFilter(NodeShape shape)