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, setRegionOfInterestdelete, duplicate, getAlpha, getFillColor, getLineColor, getLineEndArrowStyle, getLineStartArrowStyle, getLineStyle, getLineWidth, realMax, realMax, realMax, realMin, realMin, realMin, rebuild, register, setAlpha, setFillColor, setLineColor, setLineEndArrowStyle, setLineStartArrowStyle, setLineStyle, setLineWidth, updatecompareTo, context, decrementReferences, getContext, getName, incrementReferences, publish, setContext, setName, toStringaverageScaleaxes, axis, setAxisclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdecrementReferences, incrementReferencesmaxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPointaverageScaledimensionIndexaxes, axis, setAxiscontext, getContext, setContextpublic 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 EuclideanSpacenumDimensions in class AbstractOverlaypublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class AbstractOverlayIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class AbstractOverlayIOExceptionClassNotFoundExceptionpublic void move(double[] deltas)
Copyright © 2014–2022 ImageJ. All rights reserved.