Uses of Class
data.Shape

Packages that use Shape
data   
gui   
system   
 

Uses of Shape in data
 

Methods in data that return Shape
 Shape Group.getShape(int index)
          Returns the Shape at index.
 

Methods in data with parameters of type Shape
 void Group.addShape(Shape shape)
          Adds the given Shape to this Group.
 

Uses of Shape in gui
 

Methods in gui with parameters of type Shape
protected  void CurvedCanvas.drawShape(Graphics g, Shape shape, Point origin)
          Draws the given shape on the given graphics context.
 

Uses of Shape in system
 

Methods in system that return Shape
protected  Shape CurveReader.convertToShape(kirk.io.sdl.SDLElement sdlelement)
          Converts the given SDLElement into a Shape, providing it represents one (it has to have "shape" as name, and be an SDL normal element).