public class SelectionSpecify extends ContextCommand
Overlay to an ImageDisplay.
Specification is by dialog rather than by gui manipulation.| Constructor and Description |
|---|
SelectionSpecify() |
| Modifier and Type | Method and Description |
|---|---|
ImageDisplay |
getDisplay() |
long |
getHeight() |
long |
getPointX() |
long |
getPointY() |
long |
getWidth() |
boolean |
isCentered() |
boolean |
isOval() |
void |
run() |
void |
setCentered(boolean centered) |
void |
setDisplay(ImageDisplay display) |
void |
setHeight(long h) |
void |
setOval(boolean oval) |
void |
setPointX(long px) |
void |
setPointY(long py) |
void |
setWidth(long w) |
cancel, getCancelReason, isCanceledcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetContextpublic void run()
public long getPointX()
public void setPointX(long px)
public long getPointY()
public void setPointY(long py)
public long getWidth()
public void setWidth(long w)
public long getHeight()
public void setHeight(long h)
public boolean isCentered()
public void setCentered(boolean centered)
public boolean isOval()
public void setOval(boolean oval)
public ImageDisplay getDisplay()
public void setDisplay(ImageDisplay display)
Copyright © 2014–2022 ImageJ. All rights reserved.