A C D E F G I J L M O P R S T U

D

DefaultDrawingModel - class org.jdrawing.DefaultDrawingModel.
This is default implementation of DrawingModel interface.
DefaultDrawingModel() - Constructor for class org.jdrawing.DefaultDrawingModel
 
DefaultDrawingModelCache - class org.jdrawing.DefaultDrawingModelCache.
Default implementation of DrawingModelCache interface.
DefaultDrawingModelCache() - Constructor for class org.jdrawing.DefaultDrawingModelCache
 
DrawingElement - interface org.jdrawing.DrawingElement.
Interface for self-renderable drawing elements.
DrawingElementRenderer - interface org.jdrawing.DrawingElementRenderer.
Defines the requirements for an object that displays a drawing element.
DrawingModel - interface org.jdrawing.DrawingModel.
The interface that defines a suitable data model for a JDrawing.
DrawingModelCache - interface org.jdrawing.DrawingModelCache.
The interface that defines a model cache for JDrawing.
DrawingModelCacheEvent - class org.jdrawing.event.DrawingModelCacheEvent.
Encapsulates information describing changes to a drawing model cache, and used to notify drawing model cache listeners of the change.
DrawingModelCacheEvent(Object) - Constructor for class org.jdrawing.event.DrawingModelCacheEvent
Used to create an event when the drawing has changed in some way.
DrawingModelCacheEvent(Object, Rectangle) - Constructor for class org.jdrawing.event.DrawingModelCacheEvent
Used to create an event when some area of the drawing has changed in some way.
DrawingModelCacheListener - interface org.jdrawing.event.DrawingModelCacheListener.
Defines the interface for an object that listens to changes in a DrawingModelCache.
DrawingModelEvent - class org.jdrawing.event.DrawingModelEvent.
Encapsulates information describing changes to a drawing model, and used to notify drawing model listeners of the change.
DrawingModelEvent(Object) - Constructor for class org.jdrawing.event.DrawingModelEvent
Used to create an event when the model has changed in some way.
DrawingModelEvent(Object, Object[]) - Constructor for class org.jdrawing.event.DrawingModelEvent
Used to create an event when some elements of the model have been changed, inserted or removed.
DrawingModelListener - interface org.jdrawing.event.DrawingModelListener.
Defines the interface for an object that listens to changes in a DrawingModel.
drawingChanged(DrawingModelCacheEvent) - Method in class org.jdrawing.JDrawing
Invoked after the drawing has changed in some way.
drawingChanged(DrawingModelCacheEvent) - Method in interface org.jdrawing.event.DrawingModelCacheListener
Invoked after the drawing has changed in some way.

A C D E F G I J L M O P R S T U