Package org.anchoranalysis.mpp.overlay
Class OverlayMark
Object
org.anchoranalysis.overlay.Overlay
org.anchoranalysis.mpp.overlay.OverlayMark
public class OverlayMark extends Overlay
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description OverlayMark(Mark mark, RegionMembershipWithFlags regionMembership) -
Method Summary
Modifier and Type Method Description org.anchoranalysis.spatial.box.BoundingBoxbox(DrawOverlay overlayWriter, Dimensions dim)protected booleancanEqual(Object other)ObjectWithPropertiescreateObject(Dimensions dimensionsEntireImage, org.anchoranalysis.image.voxel.binary.values.BinaryValuesByte binaryValuesOut)booleanequals(Object o)intgetIdentifier()Gets the identifier of the mark.MarkgetMark()TheMarkto overlay.inthashCode()
-
Constructor Details
-
Method Details
-
box
-
createObject
public ObjectWithProperties createObject(Dimensions dimensionsEntireImage, org.anchoranalysis.image.voxel.binary.values.BinaryValuesByte binaryValuesOut) throws CreateException- Specified by:
createObjectin classOverlay- Throws:
CreateException
-
getIdentifier
public int getIdentifier()Gets the identifier of the mark.- Returns:
- the identifier of the
Mark
-
equals
-
canEqual
-
hashCode
public int hashCode() -
getMark
TheMarkto overlay.
-