@Deprecated public class GeneralPathRegionOfInterest extends AbstractIterableRegionOfInterest implements GeneralPathSegmentHandler
AbstractIterableRegionOfInterest.AROIClippedIterableInterval<T extends Type<T>>, AbstractIterableRegionOfInterest.AROIIterableInterval<T extends Type<T>>, AbstractIterableRegionOfInterest.AROIIterationOrder
AbstractRegionOfInterest.AROIRandomAccess
nDimensions
Constructor and Description |
---|
GeneralPathRegionOfInterest()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
boolean |
contains(double[] position)
Deprecated.
Determine whether a point is a member of the region of interest
|
void |
cubicTo(double x1,
double y1,
double x2,
double y2,
double x,
double y)
Deprecated.
|
GeneralPath |
getGeneralPath()
Deprecated.
|
void |
iteratePath(GeneralPathSegmentHandler handler)
Deprecated.
|
void |
lineTo(double x,
double y)
Deprecated.
|
void |
move(double[] displacement)
Deprecated.
|
void |
move(double displacement,
int d)
Deprecated.
|
void |
moveTo(double x,
double y)
Deprecated.
|
protected boolean |
nextRaster(long[] position,
long[] end)
Deprecated.
Advance the position to the next raster.
|
void |
quadTo(double x1,
double y1,
double x,
double y)
Deprecated.
|
void |
reset()
Deprecated.
|
void |
setGeneralPath(GeneralPath path)
Deprecated.
|
dimension, dimensions, getCachedSize, getExtrema, getIterableIntervalOverROI, getRealExtrema, invalidateCachedState, jumpFwd, max, max, max, min, min, min, nextRaster, remove, size
numDimensions, realMax, realMax, realMax, realMin, realMin, realMin, realRandomAccess, realRandomAccess, validateRealExtremaCache
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAt, getAt, getAt, realRandomAccess, realRandomAccess
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMax, realMax, realMin, realMin, realMin
numDimensions
public void moveTo(double x, double y)
moveTo
in interface GeneralPathSegmentHandler
public void lineTo(double x, double y)
lineTo
in interface GeneralPathSegmentHandler
public void quadTo(double x1, double y1, double x, double y)
quadTo
in interface GeneralPathSegmentHandler
public void cubicTo(double x1, double y1, double x2, double y2, double x, double y)
cubicTo
in interface GeneralPathSegmentHandler
public void close()
close
in interface GeneralPathSegmentHandler
public void reset()
public void setGeneralPath(GeneralPath path)
public GeneralPath getGeneralPath()
public void iteratePath(GeneralPathSegmentHandler handler)
protected boolean nextRaster(long[] position, long[] end)
AbstractIterableRegionOfInterest
nextRaster
in class AbstractIterableRegionOfInterest
position
- on entry, the position of the raster after advancement to its
end (or initial or final position)end
- on exit, the coordinates of the end of the raster. Index 0 is
generally the only pertinent variable, subsequent indices
should be duplicates of the start raster. Nevertheless, using
an array lets the caller pass the results as a modification of
the array.public boolean contains(double[] position)
RegionOfInterest
contains
in interface RegionOfInterest
position
- position in questionpublic void move(double displacement, int d)
move
in interface RegionOfInterest
public void move(double[] displacement)
move
in interface RegionOfInterest
move
in class AbstractRegionOfInterest
Copyright © 2015–2022 ImgLib2. All rights reserved.