Uses of Class
edu.upc.dama.dex.core.Export.NodeExport.Shape

Packages that use Export.NodeExport.Shape
edu.upc.dama.dex.core Provides the main DEX classes with all the basic but complete funcionality for graph and data manipulation. 
 

Uses of Export.NodeExport.Shape in edu.upc.dama.dex.core
 

Fields in edu.upc.dama.dex.core declared as Export.NodeExport.Shape
static Export.NodeExport.Shape Export.NodeExport.Shape.BOX
          Box shape.
static Export.NodeExport.Shape Export.NodeExport.Shape.ROUND
          Round shape.
 

Methods in edu.upc.dama.dex.core that return Export.NodeExport.Shape
 Export.NodeExport.Shape Export.NodeExport.getShape()
          Gets the node shape.
static Export.NodeExport.Shape Export.NodeExport.Shape.valueOf(java.lang.String name)
           
static Export.NodeExport.Shape[] Export.NodeExport.Shape.values()
           
 

Methods in edu.upc.dama.dex.core with parameters of type Export.NodeExport.Shape
 void Export.NodeExport.setShape(Export.NodeExport.Shape shape)
          Sets the node shape.