JHotDraw 7.0.6

Uses of Interface
org.jhotdraw.draw.FigureListener

Packages that use FigureListener
org.jhotdraw.draw Defines a framework for drawing editors. 
org.jhotdraw.samples.svg A sample drawing editor with limited support for Scalable Vector Graphics Mobile 1.2 (SVG Mobile 1.2). 
 

Uses of FigureListener in org.jhotdraw.draw
 

Classes in org.jhotdraw.draw that implement FigureListener
 class AbstractFigureListener
          AbstractFigureListener.
 class AbstractHandle
          AbstractHandle.
 class BezierControlPointHandle
          BezierControlPointHandle.
 class BezierNodeHandle
          BezierNodeHandle.
 class BezierScaleHandle
          A Handle to scale and rotate a BezierFigure.
 class BidirectionalConnectionTool
          A tool that can be used to connect figures, to split connections, and to join two segments of a connection.
 class ChangeConnectionEndHandle
          Handle to reconnect the end of a connection to another figure.
 class ChangeConnectionHandle
          ChangeConnectionHandle factors the common code for handles that can be used to reconnect connections.
 class ChangeConnectionStartHandle
          Handle to reconnect the start of a connection to another figure.
 class CloseHandle
          CloseHandle.
 class ConnectionHandle
          A handle to connect figures.
 class ConnectionTool
          A tool that can be used to connect figures, to split connections, and to join two segments of a connection.
 class DefaultDrawing
          DefaultDrawing.
 class FontSizeHandle
          FontSizeHandle.
 class LabelFigure
          LabelFigure.
 class LocatorHandle
          A LocatorHandle implements a Handle by delegating the location requests to a Locator object.
 class MoveHandle
          A handle that changes the location of the owning figure.
 class NullHandle
          A handle that doesn't change the owned figure.
 class QuadTreeDrawing
          QuadTreeDrawing uses a QuadTree2DDouble to improve responsiveness of drawings which contain many figures.
 class RotateHandle
          A Handle to rotate a Figure.
 class RoundRectRadiusHandle
          A Handle to manipulate the radius of a round lead rectangle.
 class TriangleRotationHandler
          A Handle to rotate a TriangleFigure Based on RadiusHandle
 

Methods in org.jhotdraw.draw with parameters of type FigureListener
 void Figure.addFigureListener(FigureListener l)
          Adds a listener for FigureEvent's.
 void AbstractFigure.addFigureListener(FigureListener l)
           
 void Figure.removeFigureListener(FigureListener l)
          Removes a listener for FigureEvent's.
 void AbstractFigure.removeFigureListener(FigureListener l)
           
 

Uses of FigureListener in org.jhotdraw.samples.svg
 

Classes in org.jhotdraw.samples.svg that implement FigureListener
 class SVGDrawing
          SVGDrawing.
 


Copyright 1996-2006 © JHotDraw.org