|
JHotDraw 7.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jhotdraw.draw.FigureAdapter
public class FigureAdapter
FigureAdapter implements the FigureListener interface with empty methods.
Constructor Summary | |
---|---|
FigureAdapter()
|
Method Summary | |
---|---|
void |
areaInvalidated(FigureEvent e)
Sent when the drawing area used by the figure needs to be repainted. |
void |
attributeChanged(FigureEvent e)
Sent when an attribute of the figure has changed. |
void |
figureAdded(FigureEvent e)
Sent when a figure was added to a drawing. |
void |
figureChanged(FigureEvent e)
Sent when the geometry (for example the bounds) of the figure has changed. |
void |
figureHandlesChanged(FigureEvent e)
Sent when handles of a Figure have been added, removed or replaced. |
void |
figureRemoved(FigureEvent e)
Sent when a figure was removed from a drawing. |
void |
figureRequestRemove(FigureEvent e)
Sent when the figure requests to be removed from a drawing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FigureAdapter()
Method Detail |
---|
public void areaInvalidated(FigureEvent e)
FigureListener
areaInvalidated
in interface FigureListener
public void attributeChanged(FigureEvent e)
FigureListener
attributeChanged
in interface FigureListener
public void figureAdded(FigureEvent e)
FigureListener
figureAdded
in interface FigureListener
public void figureChanged(FigureEvent e)
FigureListener
figureChanged
in interface FigureListener
public void figureRemoved(FigureEvent e)
FigureListener
figureRemoved
in interface FigureListener
public void figureRequestRemove(FigureEvent e)
FigureListener
figureRequestRemove
in interface FigureListener
public void figureHandlesChanged(FigureEvent e)
FigureListener
DrawingViews listen to this event to repopulate the Handles.
A Figure should not fire this event, if just the state or the location of Handle has changed.
figureHandlesChanged
in interface FigureListener
|
Copyright 1996-2007 (c) JHotDraw.org. Some rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |