Uses of Class
gizmoball.shape.UnionShape

Packages that use UnionShape
gizmoball.shape   
 

Uses of UnionShape in gizmoball.shape
 

Subclasses of UnionShape in gizmoball.shape
 class FlipperShape
          This class, implementing the Shape interface, represents a flipper shape, consisting of two circles connected by edges tangent to the circles.
 

Methods in gizmoball.shape that return UnionShape
 UnionShape UnionShape.rotate(Angle theta, Vect centerOfRotation)
          returns a new UnionShape rotated by specified angle around center of rotation
 UnionShape UnionShape.translate(Vect v)
          returns a new UnionShape translated by specified vector.