public abstract class AbstractLineTool extends AbstractTool
Constructor and Description |
---|
AbstractLineTool() |
Modifier and Type | Method and Description |
---|---|
long |
getLineWidth()
Gets the drawing width for lines (in pixels).
|
void |
onMouseDown(MsPressedEvent evt)
On mouse down the start point of a series of lines is established.
|
void |
onMouseDrag(MsDraggedEvent evt)
On mouse drag a series of lines are drawn.
|
void |
onMouseUp(MsReleasedEvent evt)
On mouse up all resources are freed.
|
void |
setLineWidth(long w)
Sets the drawing width for lines (in pixels).
|
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
activate, configure, deactivate, getCursor, getDescription, isActiveInAppFrame, isAlwaysActive, onKeyDown, onKeyUp, onMouseClick, onMouseMove, onMouseWheel
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public void setLineWidth(long w)
public long getLineWidth()
public void onMouseDown(MsPressedEvent evt)
public void onMouseUp(MsReleasedEvent evt)
public void onMouseDrag(MsDraggedEvent evt)
Copyright © 2014–2022 ImageJ. All rights reserved.