public class MTBPolygon2DSetROI
extends ij.gui.Roi
MTBPolygon2DSet
in the ImageJ
ROI-Manager. All entries of the polygon 2D set are listed in one Roi-Manager
entry.MTBPolygon2DSet
,
Serialized FormModifier and Type | Field and Description |
---|---|
(package private) MTBPolygon2DSet |
polygonSet
Set of 2D polygons.
|
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 |
---|
MTBPolygon2DSetROI(MTBPolygon2DSet polySet,
String roiLabel)
Constructor to create a new Roi-Manager-Object, based on a MTBPolygon2DSet.
|
MTBPolygon2DSetROI(ij.gui.Roi r)
Constructor of super class.
|
Modifier and Type | Method and Description |
---|---|
MTBPolygon2DSetROI |
clone() |
void |
draw(Graphics g)
Called method to temporary view the selected set of polygons 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) |
MTBPolygon2DSet |
getPolygonSet()
Get 2D polygon 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
MTBPolygon2DSet polygonSet
public MTBPolygon2DSetROI(ij.gui.Roi r)
r
- a given Roipublic MTBPolygon2DSetROI(MTBPolygon2DSet polySet, String roiLabel)
polySet
- set of 2D polygonsroiLabel
- label of the Roi-Manager entrypublic MTBPolygon2DSetROI clone()
clone
in class ij.gui.Roi
public boolean equals(Object obj)
equals
in class ij.gui.Roi
public MTBPolygon2DSet getPolygonSet()
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.