tico.editor.handler
Class TOvalMarqueeHandler

java.lang.Object
  extended by org.jgraph.graph.BasicMarqueeHandler
      extended by tico.editor.handler.TBasicMarqueeHandler
          extended by tico.editor.handler.TComponentMarqueeHandler
              extended by tico.editor.handler.TOvalMarqueeHandler

public class TOvalMarqueeHandler
extends TComponentMarqueeHandler

Marquee handler which allows to insert, in a boardContainer board, a new oval of the selected dimension.

Version:
1.0 Nov 20, 2006
Author:
Pablo Muñoz

Constructor Summary
TOvalMarqueeHandler(TBoardContainer boardContainer)
          Creates a new TOvalMarqueeHandler 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

TOvalMarqueeHandler

public TOvalMarqueeHandler(TBoardContainer boardContainer)
Creates a new TOvalMarqueeHandler for the specified boardContainer.

Parameters:
boardContainer - The specified boardContainer
Method Detail

overlay

public void overlay(org.jgraph.JGraph graph,
                    java.awt.Graphics g,
                    boolean clear)
Overrides:
overlay in class org.jgraph.graph.BasicMarqueeHandler