public class CompositeOverlay extends AbstractROIOverlay<CompositeRegionOfInterest>
Modifier and Type | Class and Description |
---|---|
static class |
CompositeOverlay.Operation |
Overlay.ArrowStyle, Overlay.LineStyle
Constructor and Description |
---|
CompositeOverlay() |
CompositeOverlay(Context context) |
CompositeOverlay(Context context,
int numDimensions) |
Modifier and Type | Method and Description |
---|---|
void |
and(Overlay o) |
void |
doOperation(CompositeOverlay.Operation op,
Overlay o) |
List<Overlay> |
getSubcomponents() |
void |
move(double[] deltas) |
void |
not(Overlay o) |
void |
or(Overlay o) |
void |
readExternal(ObjectInput in) |
void |
remove(Overlay o) |
void |
startWith(Overlay o) |
void |
writeExternal(ObjectOutput out) |
void |
xor(Overlay o) |
getRegionOfInterest, setRegionOfInterest
delete, duplicate, getAlpha, getFillColor, getLineColor, getLineEndArrowStyle, getLineStartArrowStyle, getLineStyle, getLineWidth, numDimensions, 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 CompositeOverlay()
public CompositeOverlay(Context context)
public CompositeOverlay(Context context, int numDimensions)
public void move(double[] deltas)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class AbstractOverlay
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AbstractOverlay
IOException
public void startWith(Overlay o)
public void and(Overlay o)
public void or(Overlay o)
public void xor(Overlay o)
public void not(Overlay o)
public void remove(Overlay o)
public void doOperation(CompositeOverlay.Operation op, Overlay o)
Copyright © 2014–2022 ImageJ. All rights reserved.