Uses of Interface
objectdraw.DrawableInterface

Uses of DrawableInterface in objectdraw
 

Subinterfaces of DrawableInterface in objectdraw
 interface Drawable1DInterface
          Drawable1DInterface describes the methods available for manipulating lines drawn on a DrawingCanvas.
 interface Drawable2DInterface
          Drawable2DInterface describes the methods available for manipulating two-dimensional objects placed on a DrawingCanvas.
 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 DrawableInterface
 class AngLine
          AngLine is a variant of Line where the constructor takes a starting point and angle from the horizontal rather than two end points.
(package private)  class objectdraw.Arc
          Arc is an abstract class to be used as a superclass of FilledArc and FramedArc.
(package private)  class objectdraw.Drawable
          Drawable is a general base class for objects being placed on a DrawingCanvas.
(package private)  class objectdraw.Drawable2D
          Drawable2D extends Drawable and defines a set of accessor methods for the width, height, and location of Drawable objects.
 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 Line
          Line is an implementation of a drawable line segment object.
(package private)  class objectdraw.Oval
          Oval is an abstract base class representing drawable oval objects.
(package private)  class objectdraw.Rect
          Rect is an abstract class representing rectangle objects.
(package private)  class objectdraw.Rectangular
          Rectangular is an abstract class that can be specialized to a drawable two-dimensional object.
(package private)  class objectdraw.Resizable2D
          Resizable2D is the implementation of the Resizable2D interface which defines mutator methods for two dimensional, drawable objects.
(package private)  class objectdraw.RoundedRect
          RoundedRect is an abstract base class for drawable rounded rectangular objects.
 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.