net.refractions.udig.tool.edit
Class SplitLineOp

java.lang.Object
  extended by net.refractions.udig.tool.edit.SplitLineOp

public class SplitLineOp
extends java.lang.Object

Splits a line at the selected points.

Since:
1.1.0
Author:
Jesse

Constructor Summary
SplitLineOp()
           
 
Method Summary
 void op(Display display, java.lang.Object target, IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitLineOp

public SplitLineOp()
Method Detail

op

public void op(Display display,
               java.lang.Object target,
               IProgressMonitor monitor)
        throws java.lang.Exception
Throws:
java.lang.Exception