public class BinaryMaskOverlay<U extends BitType,V extends Img<U>> extends AbstractROIOverlay<BinaryMaskRegionOfInterest<U,V>>
Overlay.ArrowStyle, Overlay.LineStyle
Constructor and Description |
---|
BinaryMaskOverlay() |
BinaryMaskOverlay(Context context) |
BinaryMaskOverlay(Context context,
BinaryMaskRegionOfInterest<U,V> roi) |
Modifier and Type | Method and Description |
---|---|
Overlay |
duplicate() |
void |
move(double[] deltas) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
getRegionOfInterest, setRegionOfInterest
delete, 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 BinaryMaskOverlay()
public BinaryMaskOverlay(Context context)
public BinaryMaskOverlay(Context context, BinaryMaskRegionOfInterest<U,V> roi)
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 Overlay duplicate()
duplicate
in interface Overlay
duplicate
in class AbstractOverlay
public void move(double[] deltas)
Copyright © 2014–2022 ImageJ. All rights reserved.