Uses of Class
pivot.wtk.media.drawing.Shape

Packages that use Shape
pivot.wtk.media.drawing Contains classes used to construct vector-based drawings. 
 

Uses of Shape in pivot.wtk.media.drawing
 

Subclasses of Shape in pivot.wtk.media.drawing
 class Clone
          Shape representing a copy of another shape.
 class Ellipse
           
 class Group
          Shape representing a collection of other shapes.
 class Polygon
           
 class Rectangle
          Shape representing a rectangle.
 class Text
          Shape representing a block of text.
 

Methods in pivot.wtk.media.drawing that return Shape
 Shape Group.get(int index)
           
 Shape Group.getDescendantAt(int x, int y)
           
 Shape Group.getShapeAt(int x, int y)
           
 Shape Clone.getSource()
           
 Shape Group.update(int index, Shape shape)
           
 

Methods in pivot.wtk.media.drawing that return types with arguments of type Shape
 java.util.Iterator<Shape> Group.iterator()
           
 Sequence<Shape> Group.remove(int index, int count)
           
 

Methods in pivot.wtk.media.drawing with parameters of type Shape
 int Group.add(Shape shape)
           
 int Group.indexOf(Shape shape)
           
 void Group.insert(Shape shape, int index)
           
 int Group.remove(Shape shape)
           
 void Clone.setSource(Shape source)
           
 Shape Group.update(int index, Shape shape)