|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.gui.Roi
de.unihalle.informatik.MiToBo.core.imageJ.MTBRegion2DSetROI
@ALDMetaInfo(export=ALLOWED) public class MTBRegion2DSetROI
Class to visualize and handle a MTBRegion2DSet
in the ImageJ
ROI-Manager. All entries of the region 2D set are listed in one Roi-Manager
entry.
MTBRegion2DSet
,
Serialized FormField Summary |
---|
Fields inherited from class ij.gui.Roi |
---|
ANGLE, asp_bk, aspect, cachedMask, center, clipboard, clipHeight, clipWidth, clipX, clipY, COMPOSITE, constrain, CONSTRUCTING, defaultFillColor, fillColor, 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 Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class ij.gui.Roi |
---|
abortPaste, clipRectMargin, contains, copyAttributes, drawOverlay, drawPixels, enableSubPixelResolution, endPaste, getAngle, getAngle, getBoundingRect, getBounds, getColor, getConvexHull, getCornerDiameter, getCPosition, getCurrentPasteMode, getDebugInfo, getDefaultFillColor, getDrawOffset, getFeretsDiameter, getFeretValues, getFillColor, getFloatAngle, getFloatBounds, getFloatHeight, getFloatPolygon, getFloatWidth, getHashCode, getImage, getImageID, getInterpolatedPolygon, getInterpolatedPolygon, getInterpolatedPolygon, getLength, getMagnification, getMask, getName, getPasteMode, getPolygon, getPosition, getProperties, getProperty, getPropertyCount, getPrototypeOverlay, getRoundRectArcSize, getScaledStroke, getState, getStroke, getStrokeColor, getStrokeWidth, getTPosition, getType, getTypeAsString, getXBase, getYBase, getZPosition, grow, handleMouseDown, handleMouseDrag, handleMouseUp, isActiveOverlayRoi, isArea, isDrawingTool, isHandle, isLine, isVisible, lineCircleIntersection, mouseDownInHandle, mouseDragged, mouseMoved, mouseReleased, moveHandle, nudge, nudgeCorner, screenX, screenXD, screenY, screenYD, setColor, setCornerDiameter, setDefaultFillColor, setDrawOffset, setFillColor, setIgnoreClipRect, setImage, setInstanceColor, setLineWidth, setLocation, setLocation, setName, setNonScalable, setPasteMode, setPosition, setPosition, setProperties, setProperty, setPrototypeOverlay, setRoundRectArcSize, setStroke, setStrokeColor, setStrokeWidth, setStrokeWidth, showStatus, startPaste, subPixelResolution, temporarilyHide, toFloat, toInt, toInt, toIntR, toString, update, updateClipRect, updateWideLine |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 entryMethod Detail |
---|
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |