|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCH.ifa.draw.standard.AbstractHandle
CH.ifa.draw.standard.LocatorHandle
CH.ifa.draw.standard.NullHandle
public class NullHandle
A handle that doesn't change the owned figure. Its only purpose is to show feedback that a figure is selected.
NullObject
NullObject enables to treat handles that don't do
anything in the same way as other handles.
Field Summary | |
---|---|
protected Locator |
fLocator
The handle's locator. |
Fields inherited from class CH.ifa.draw.standard.AbstractHandle |
---|
HANDLESIZE |
Constructor Summary | |
---|---|
NullHandle(Figure owner,
Locator locator)
|
Method Summary | |
---|---|
void |
draw(java.awt.Graphics g)
Draws the NullHandle. |
Methods inherited from class CH.ifa.draw.standard.LocatorHandle |
---|
locate |
Methods inherited from class CH.ifa.draw.standard.AbstractHandle |
---|
containsPoint, displayBox, invokeEnd, invokeEnd, invokeStart, invokeStart, invokeStep, invokeStep, owner |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Locator fLocator
Constructor Detail |
---|
public NullHandle(Figure owner, Locator locator)
Method Detail |
---|
public void draw(java.awt.Graphics g)
draw
in interface Handle
draw
in class AbstractHandle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |