public class MTBRegion2DSetROI
extends ij.gui.Roi
MTBRegion2DSet
in the ImageJ
ROI-Manager. All entries of the region 2D set are listed in one Roi-Manager
entry.MTBRegion2DSet
,
Serialized FormModifier and Type | Field and Description |
---|---|
private MTBBorder2DSet |
borderSet
Set of borders of the 2D regions.
|
private MTBRegion2DSet |
regionSet
Set of 2D regions.
|
ANGLE, asp_bk, aspect, cachedMask, center, clipboard, clipHeight, clipWidth, clipX, clipY, COMPOSITE, constrain, CONSTRUCTING, defaultFillColor, FERET_ARRAY_POINTOFFSET, FERET_ARRAYSIZE, fillColor, flattenScale, FREELINE, FREEROI, HANDLE_SIZE, handleColor, ic, ignoreClipRect, imp, instanceColor, LINE, lineWidth, mag, MOVING, MOVING_HANDLE, nonScalable, NORMAL, NOT_PASTING, oldHeight, oldWidth, oldX, oldY, onePixelWide, OVAL, overlay, pasteMode, POINT, POLYGON, POLYLINE, previousRoi, RECTANGLE, RESIZING, ROIColor, stroke, strokeColor, TRACED_ROI, type, updateFullWindow, wideLine, xMax, yMax
Constructor and Description |
---|
MTBRegion2DSetROI(MTBRegion2DSet regSet,
String roiLabel)
Constructor to create a new Roi-Manager-Object, based on a MTBRegion2DSet.
|
MTBRegion2DSetROI(ij.gui.Roi r)
Constructor of super class.
|
Modifier and Type | Method and Description |
---|---|
MTBRegion2DSetROI |
clone() |
void |
draw(Graphics g)
Called method to temporary view the selected set of regions from the
Roi-Manager into the current image.
|
void |
drawPixels(ij.process.ImageProcessor ip)
Called method to draw the selected entry from the Roi-Manager into the
current image.
|
boolean |
equals(Object obj) |
MTBRegion2DSet |
getRegionSet()
Get 2D region set from Roi.
|
abortModification, abortPaste, addRoiListener, clipRectMargin, contains, containsPoint, convertToPolygon, copyAttributes, drawOverlay, drawPixels, enableSubPixelResolution, endPaste, getAngle, getAngle, getAntiAlias, getBoundingRect, getBounds, getColor, getContainedFloatPoints, getContainedPoints, getContourCentroid, getConvexHull, getCornerDiameter, getCPosition, getCurrentPasteMode, getDebugInfo, getDefaultFillColor, getDrawOffset, getFeretsDiameter, getFeretValues, getFillColor, getFloatAngle, getFloatBounds, getFloatConvexHull, getFloatHeight, getFloatPolygon, getFloatPolygon, getFloatWidth, getHashCode, getImage, getImageID, getInterpolatedPolygon, getInterpolatedPolygon, getInterpolatedPolygon, getInverse, getLength, getMagnification, getMask, getName, getPasteMode, getPolygon, getPosition, getProperties, getProperty, getPropertyCount, getPrototypeOverlay, getRotationCenter, getRoundRectArcSize, getScaledStroke, getState, getStatistics, getStroke, getStrokeColor, getStrokeWidth, getTPosition, getType, getTypeAsString, getXBase, getYBase, getZPosition, grow, handleMouseDown, handleMouseDrag, handleMouseUp, hasHyperStackPosition, isActiveOverlayRoi, isArea, isCursor, isDrawingTool, isHandle, isInteger, isLine, isVisible, iterator, lineCircleIntersection, mouseDownInHandle, mouseDragged, mouseMoved, mouseReleased, moveHandle, notifyListeners, nudge, nudgeCorner, removeRoiListener, screenX, screenXD, screenY, screenYD, setAntiAlias, setColor, setCornerDiameter, setDefaultFillColor, setDrawOffset, setFillColor, setFlattenScale, setIgnoreClipRect, setImage, setInstanceColor, setIsCursor, setLineWidth, setLocation, setLocation, setName, setNonScalable, setPasteMode, setPosition, setPosition, setPosition, setProperties, setProperty, setPrototypeOverlay, setRenderingHint, setRotationCenter, setRoundRectArcSize, setStroke, setStrokeColor, setStrokeWidth, setStrokeWidth, showStatus, size, startPaste, subPixelResolution, temporarilyHide, toFloat, toInt, toInt, toIntR, toString, update, updateClipRect, updateWideLine
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
private MTBRegion2DSet regionSet
private MTBBorder2DSet borderSet
public MTBRegion2DSetROI(ij.gui.Roi r)
r
- a given Roipublic MTBRegion2DSetROI(MTBRegion2DSet regSet, String roiLabel)
regSet
- set of 2D regionsroiLabel
- label of the Roi-Manager entrypublic MTBRegion2DSetROI clone()
clone
in class ij.gui.Roi
public boolean equals(Object obj)
equals
in class ij.gui.Roi
public MTBRegion2DSet getRegionSet()
public void draw(Graphics g)
draw
in class ij.gui.Roi
public void drawPixels(ij.process.ImageProcessor ip)
drawPixels
in class ij.gui.Roi
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.