public class LineOverlay extends AbstractROIOverlay<LineRegionOfInterest>
Overlay.ArrowStyle, Overlay.LineStyle
Constructor and Description |
---|
LineOverlay() |
LineOverlay(Context context) |
LineOverlay(Context context,
double[] ptStart,
double[] ptEnd) |
Modifier and Type | Method and Description |
---|---|
void |
getLineEnd(double[] pt) |
double |
getLineEnd(int dim) |
void |
getLineStart(double[] pt) |
double |
getLineStart(int dim) |
void |
move(double[] deltas) |
int |
numDimensions() |
void |
readExternal(ObjectInput in) |
void |
setLineEnd(double[] pt) |
void |
setLineEnd(double val,
int dim) |
void |
setLineStart(double[] pt) |
void |
setLineStart(double val,
int dim) |
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 LineOverlay()
public LineOverlay(Context context)
public LineOverlay(Context context, double[] ptStart, double[] ptEnd)
public void getLineStart(double[] pt)
public void getLineEnd(double[] pt)
public void setLineStart(double[] pt)
public void setLineEnd(double[] pt)
public double getLineStart(int dim)
public double getLineEnd(int dim)
public void setLineStart(double val, int dim)
public void setLineEnd(double val, int dim)
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.