Uses of Class
edu.neu.ccs.gui.AbstractPaintable

Packages that use AbstractPaintable
edu.neu.ccs.gui Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. 
 

Uses of AbstractPaintable in edu.neu.ccs.gui
 

Subclasses of AbstractPaintable in edu.neu.ccs.gui
 class AbstractMutatablePaintable
          The abstract class AbstractMutatablePaintable defines objects that extend AbstractPaintable and implement MutatablePaintable.
 class ClippingWrapper
          The class ClippingWrapper will wrap a Paintable and a clipping Shape to obtain a Paintable that clips the original Paintable to the Shape.
 class ImagePaintable
          An ImagePaintable creates an AbstractPaintable using an image, image icon, filename, or URL.
 class ImagePaintableLite
          An ImagePaintableLite creates an AbstractPaintable using an image filename or an image URL.
 class MutatableWrapper
          The class MutatableWrapper will wrap a Paintable object to obtain an object that implements MutatablePaintable and SupportsPropertyChange.
 class PaintableSequence
          A PaintableSequence encapsulates a sequence of Paintable objects.
 class ShapePaintable
          A ShapePaintable creates an AbstractPaintable using a Shape object and other related data.
 class TextPaintable
          A TextPaintable creates a Paintable using a string, a font, and other related data.