net.java.dev.joode.graphics2D.tool
Class CreateBodyCircleTool

java.lang.Object
  extended by net.java.dev.joode.graphics2D.tool.AbstractTool
      extended by net.java.dev.joode.graphics2D.tool.CreateTool
          extended by net.java.dev.joode.graphics2D.tool.CreateBodyCircleTool
All Implemented Interfaces:
java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.util.EventListener, ViewTool, WorldStepListener

public class CreateBodyCircleTool
extends CreateTool


Field Summary
 
Fields inherited from class net.java.dev.joode.graphics2D.tool.AbstractTool
tools
 
Constructor Summary
CreateBodyCircleTool()
           
 
Method Summary
 javax.swing.Icon getIcon()
          returns null, subclasses should probably overide this
 
Methods inherited from class net.java.dev.joode.graphics2D.tool.CreateTool
mouseClicked
 
Methods inherited from class net.java.dev.joode.graphics2D.tool.AbstractTool
activate, deactivate, getLabel, install, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, notifyQuickStep, notifyStep, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateBodyCircleTool

public CreateBodyCircleTool()
Method Detail

getIcon

public javax.swing.Icon getIcon()
Description copied from class: AbstractTool
returns null, subclasses should probably overide this

Specified by:
getIcon in interface ViewTool
Overrides:
getIcon in class AbstractTool
Returns: