|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgraph.graph.BasicMarqueeHandler
tico.editor.handler.TBasicMarqueeHandler
tico.editor.handler.TComponentMarqueeHandler
tico.editor.handler.TRoundRectMarqueeHandler
public class TRoundRectMarqueeHandler
Marquee handler which allows to insert, in a boardContainer
board, a new roundRect
of the selected dimension.
Constructor Summary | |
---|---|
TRoundRectMarqueeHandler(TBoardContainer boardContainer)
Creates a new TRoundRectMarqueeHandler for the specified
boardContainer . |
Method Summary | |
---|---|
void |
overlay(org.jgraph.JGraph graph,
java.awt.Graphics g,
boolean clear)
|
Methods inherited from class tico.editor.handler.TComponentMarqueeHandler |
---|
handleMarqueeEvent, isForceMarqueeEvent |
Methods inherited from class tico.editor.handler.TBasicMarqueeHandler |
---|
mousePressed, mouseReleased |
Methods inherited from class org.jgraph.graph.BasicMarqueeHandler |
---|
getCurrentPoint, getGraphForEvent, getMarqueeBounds, getPreviousCursor, getStartPoint, isMarqueeTriggerEvent, mouseDragged, mouseMoved, paint, setCurrentPoint, setMarqueeBounds, setPreviousCursor, setStartPoint |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TRoundRectMarqueeHandler(TBoardContainer boardContainer)
TRoundRectMarqueeHandler
for the specified
boardContainer
.
boardContainer
- The specified boardContainer
Method Detail |
---|
public void overlay(org.jgraph.JGraph graph, java.awt.Graphics g, boolean clear)
overlay
in class org.jgraph.graph.BasicMarqueeHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |