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, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitactivate, configure, deactivate, getCursor, getDescription, isActiveInAppFrame, isAlwaysActive, onKeyDown, onKeyUp, onMouseClick, onMouseMove, onMouseWheelgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic 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.