public class PointOverlay extends AbstractROIOverlay<RectangleRegionOfInterest>
Overlay.ArrowStyle, Overlay.LineStyle
Constructor and Description |
---|
PointOverlay() |
PointOverlay(Context context) |
PointOverlay(Context context,
double[] pt) |
PointOverlay(Context context,
List<double[]> pts) |
Modifier and Type | Method and Description |
---|---|
double[] |
getPoint(int i) |
List<double[]> |
getPoints() |
void |
move(double[] deltas) |
int |
numDimensions() |
void |
readExternal(ObjectInput in) |
void |
setPoint(int i,
double[] pt) |
void |
setPoints(List<double[]> pts) |
void |
writeExternal(ObjectOutput out) |
getRegionOfInterest, setRegionOfInterest
delete, duplicate, getAlpha, getFillColor, getLineColor, getLineEndArrowStyle, getLineStartArrowStyle, getLineStyle, getLineWidth, realMax, realMax, realMax, realMin, realMin, realMin, rebuild, register, setAlpha, setFillColor, setLineColor, setLineEndArrowStyle, setLineStartArrowStyle, setLineStyle, setLineWidth, update
compareTo, context, decrementReferences, getContext, getName, incrementReferences, publish, setContext, setName, toString
averageScale
axes, axis, setAxis
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
decrementReferences, incrementReferences
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint
averageScale
dimensionIndex
axes, axis, setAxis
context, getContext, setContext
public PointOverlay()
public PointOverlay(Context context)
public PointOverlay(Context context, double[] pt)
public List<double[]> getPoints()
public void setPoints(List<double[]> pts)
public void setPoint(int i, double[] pt)
public double[] getPoint(int i)
public int numDimensions()
numDimensions
in interface EuclideanSpace
numDimensions
in class AbstractOverlay
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AbstractOverlay
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class AbstractOverlay
IOException
ClassNotFoundException
public void move(double[] deltas)
Copyright © 2014–2022 ImageJ. All rights reserved.