Uses of Interface
objectdraw.Drawable2DInterface

Uses of Drawable2DInterface in objectdraw
 

Subinterfaces of Drawable2DInterface in objectdraw
 interface Resizable2DInterface
          Resizable2DInterface describes the methods available for manipulating objects on a DrawingCanvas that can be resized under program control.
 

Classes in objectdraw that implement Drawable2DInterface
 class FilledArc
          FilledArc is an implementation of a drawable filled arc object.
 class FilledOval
          FilledOval is an implementation of a drawable filled oval object.
 class FilledRect
          FilledRect is an implementation of a drawable filled rectangle object.
 class FilledRoundedRect
          FilledRoundedRect is an implementation of a drawable filled rounded rectangle object.
 class FramedArc
          FramedArc is an implementation of a drawable framed arc object.
 class FramedOval
          FramedOval is an implementation of a drawable framed oval object.
 class FramedRect
          FramedRect is an implementation of a drawable framed rectangle object.
 class FramedRoundedRect
          FramedRoundedRect is an implementation of a drawable framed rounded rectangle object.
 class Text
          Text is an implementation of text strings that can be drawn on a Drawingcanvas.
 class VisibleImage
          A VisibleImage represents an Image that can be drawn on the canvas.
 

Methods in objectdraw with parameters of type Drawable2DInterface
 boolean Drawable2DInterface.overlaps(Drawable2DInterface item)
          Determines if another Drawable's bounding rectangle overlaps with this object's bounding rectangle.