net.refractions.udig.tools.edit.commands
Class DrawEndPointsCommand
java.lang.Object
AbstractDrawCommand
net.refractions.udig.tools.edit.commands.DrawEndPointsCommand
public class DrawEndPointsCommand
- extends AbstractDrawCommand
Draws the two end points of the Shape provided by the Provider
- Since:
- 1.1.0
- Author:
- jones
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DrawEndPointsCommand
public DrawEndPointsCommand(MouseTracker tracker,
provider)
- Parameters:
IBlockingProvider
-
run
public void run(IProgressMonitor monitor)
throws java.lang.Exception
- Throws:
java.lang.Exception
getProvider
public getProvider()
- Returns:
- Returns the IBlockingProvider.
setProvider
public void setProvider( provider)
- Parameters:
IBlockingProvider
- The IBlockingProvider to set.
isShowMouseOver
public boolean isShowMouseOver()
- Returns true if the vertex should be filled when the mouse is over it.
- Returns:
- Returns true if the vertex should be filled when the mouse is over it.
setShowMouseOver
public void setShowMouseOver(boolean showMouseOver)
- Parameters:
showMouseOver
- true if vertex should be filled when mouse is over.
getValidArea
public java.awt.Rectangle getValidArea()