public class AngleOverlay extends AbstractROIOverlay<AngleRegionOfInterest>
Overlay.ArrowStyle, Overlay.LineStyle
Constructor and Description |
---|
AngleOverlay() |
AngleOverlay(Context context) |
AngleOverlay(Context context,
double[] ctr,
double[] end1,
double[] end2) |
Modifier and Type | Method and Description |
---|---|
void |
getCenter(double[] pt) |
double |
getCenter(int dim) |
void |
getPoint1(double[] pt) |
double |
getPoint1(int dim) |
void |
getPoint2(double[] pt) |
double |
getPoint2(int dim) |
void |
move(double[] deltas) |
int |
numDimensions() |
void |
readExternal(ObjectInput in) |
void |
setCenter(double[] pt) |
void |
setCenter(double val,
int dim) |
void |
setPoint1(double[] pt) |
void |
setPoint1(double val,
int dim) |
void |
setPoint2(double[] pt) |
void |
setPoint2(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 AngleOverlay()
public AngleOverlay(Context context)
public AngleOverlay(Context context, double[] ctr, double[] end1, double[] end2)
public void getCenter(double[] pt)
public void getPoint1(double[] pt)
public void getPoint2(double[] pt)
public void setCenter(double[] pt)
public void setPoint1(double[] pt)
public void setPoint2(double[] pt)
public double getCenter(int dim)
public double getPoint1(int dim)
public double getPoint2(int dim)
public void setCenter(double val, int dim)
public void setPoint1(double val, int dim)
public void setPoint2(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.