ROI2DShape
instead.@Deprecated public abstract class ROI2DShape extends ROI2DShape
ROI2D.ROI2DPainter
ROI.ROIGroupId, ROI.ROIIdComparator, ROI.ROINameComparator, ROI.ROIPainter
DEFAULT_COLOR, DEFAULT_NORMAL_COLOR, DEFAULT_OPACITY, DEFAULT_STROKE, defaultColor, defaultOpacity, defaultShowName, defaultStroke, ID_CLASSNAME, ID_COLOR, ID_GROUPID, ID_ID, ID_NAME, ID_OPACITY, ID_PROPERTIES, ID_READONLY, ID_ROI, ID_SELECTED, ID_SHOWNAME, ID_STROKE, idComparator, nameComparator, PROPERTY_COLOR, PROPERTY_CREATING, PROPERTY_GROUPID, PROPERTY_ICON, PROPERTY_NAME, PROPERTY_OPACITY, PROPERTY_READONLY, PROPERTY_SHOWNAME, PROPERTY_STROKE, ROI_CHANGED_ALL, ROI_CHANGED_POSITION
Constructor and Description |
---|
ROI2DShape(java.awt.Shape shape)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ROI2DPath |
merge(java.util.List<ROI2DShape> rois,
ShapeUtil.BooleanOperator operator)
Deprecated.
Use
ROIUtil#merge(List, BooleanOperator) instead. |
static ROI2DPath |
merge(ROI2DShape[] rois,
ShapeUtil.ShapeOperation operation)
Deprecated.
Use
ROIUtil#merge(List, BooleanOperator) instead. |
static ROI2DPath |
substract(ROI2DShape roi1,
ROI2DShape roi2)
Deprecated.
Use
ROI.getSubtraction(ROI) instead. |
static ROI2DPath |
subtract(ROI2DShape roi1,
ROI2DShape roi2)
Deprecated.
Use
ROI.getSubtraction(ROI) instead. |
addNewPoint, addNewPoint, addPoint, addPoint, addPointAt, canAddPoint, canRemovePoint, canTranslate, computeBounds2D, computeNumberOfContourPoints, contains, contains, contains, contains, controlPointOverlayChanged, controlPointPositionChanged, getBooleanMask, getControlPoints, getDefaultName, getExclusiveUnion, getIntersection, getLength, getPathIterator, getPathIterator, getPoints, getShape, getSubtraction, getUnion, hasSelectedPoint, intersects, intersects, isOverEdge, loadFromXML, onChanged, painterChanged, removePoint, removePointAt, removeSelectedPoint, translate, unselectAllPoints
canSetBounds, canSetPosition, computeBounds5D, computeNumberOfPoints, computePerimeter, contains, contains, contains, getArea, getAsBooleanMask, getAsBooleanMask, getAsBooleanMask, getAsBooleanMask, getAsBooleanMask, getAsBooleanMask, getBooleanMask, getBooleanMask, getBooleanMask, getBooleanMask, getBooleanMask, getBooleanMask2D, getBooleanMask2D, getBounds, getBounds2D, getC, getDimension, getPerimeter, getPerimeter, getPosition, getPosition2D, getROI2DList, getROI2DList, getROI2DList, getSubROI, getT, getZ, intersects, intersects, isActiveFor, isActiveFor, isOver, isOver, isOverEdge, isOverEdge, isOverEdge, merge, saveToXML, setBounds2D, setBounds5D, setC, setPosition, setPosition2D, setPosition5D, setT, setZ, substract, subtract
add, addListener, attachTo, beginUpdate, canvasToImageDeltaX, canvasToImageDeltaY, canvasToImageLogDeltaX, canvasToImageLogDeltaX, canvasToImageLogDeltaX, canvasToImageLogDeltaX, canvasToImageLogDeltaY, canvasToImageLogDeltaY, canvasToImageLogDeltaY, canvasToImageLogDeltaY, contains, contains, copyFrom, create, create, create, create, createFromXML, delete, delete, detachFrom, detachFromAll, detachFromAll, endUpdate, exclusiveAdd, focusChanged, getAdjustedStroke, getAdjustedStroke, getBooleanMask2D, getBounds5D, getClassName, getColor, getCopy, getDefaultColor, getDefaultOpacity, getDefaultShowName, getDefaultStroke, getDisplayColor, getFirstSequence, getFocusedColor, getGroupId, getIcon, getId, getName, getNameSuffix, getNumberOfContourPoints, getNumberOfPoints, getOpacity, getOverlay, getPainter, getPosition5D, getProperties, getProperty, getPropertyValue, getROICount, getROIList, getROIList, getROIList, getROIsFromXML, getSelectedColor, getSequences, getShowName, getSimpleClassName, getStroke, getVolume, internalFocus, internalSelect, internalUnfocus, internalUnselect, intersect, intersects, isAttached, isCreating, isDefaultName, isEditable, isEmpty, isFocused, isReadOnly, isSelected, isUpdating, loadFromXML, loadROIsFromXML, merge, mergeWith, nameChanged, painterChanged, propertyChanged, remove, remove, removeListener, roiChanged, roiChanged, roiChanged, saveROIsToXML, selectionChanged, setColor, setCreating, setDefaultColor, setDefaultOpacity, setDefaultShowName, setDefaultStroke, setEditable, setFocused, setGroupId, setIcon, setMousePos, setName, setOpacity, setProperty, setPropertyValue, setReadOnly, setROIsFromXML, setSelected, setSelected, setSelectedColor, setShowName, setStroke, subtract
public ROI2DShape(java.awt.Shape shape)
@Deprecated public static ROI2DPath merge(ROI2DShape[] rois, ShapeUtil.ShapeOperation operation)
ROIUtil#merge(List, BooleanOperator)
instead.@Deprecated public static ROI2DPath merge(java.util.List<ROI2DShape> rois, ShapeUtil.BooleanOperator operator)
ROIUtil#merge(List, BooleanOperator)
instead.@Deprecated public static ROI2DPath subtract(ROI2DShape roi1, ROI2DShape roi2)
ROI.getSubtraction(ROI)
instead.@Deprecated public static ROI2DPath substract(ROI2DShape roi1, ROI2DShape roi2)
ROI.getSubtraction(ROI)
instead.