Uses of Class
ij.process.FloatPolygon
Packages that use FloatPolygon
-
Uses of FloatPolygon in ij.gui
Methods in ij.gui that return FloatPolygonModifier and TypeMethodDescriptionLine.getFloatPoints()
Returns, as a FloatPolygon, the two points that define this line.Line.getFloatPolygon()
If the width of this line is less than or equal to one, returns the starting and ending coordinates as a 2-point FloatPolygon, or, if the width is greater than one, returns an outline of the line as a 4-point FloatPolygon.OvalRoi.getFloatPolygon()
Returns this OvalRoi as a FloatPolygon.PolygonRoi.getFloatPolygon()
Returns this polygon or polyline as float arrays.Roi.getFloatPolygon()
ShapeRoi.getFloatPolygon()
PolygonRoi.getInterpolatedPolygon
(double interval, boolean smooth) Roi.getInterpolatedPolygon()
Returns, as a FloatPolygon, an interpolated version of this selection that has points spaced 1.0 pixel apart.Roi.getInterpolatedPolygon
(double interval, boolean smooth) Returns, as a FloatPolygon, an interpolated version of this selection with points spaced 'interval' pixels apart.protected FloatPolygon
Roi.getInterpolatedPolygon
(FloatPolygon p, double interval, boolean smooth) Returns, as a FloatPolygon, an interpolated version of this selection with points spaced abs('interval') pixels apart.PolygonRoi.getNonSplineFloatPolygon()
Roi.getRotationCenter()
Methods in ij.gui with parameters of type FloatPolygonModifier and TypeMethodDescriptionprotected FloatPolygon
Roi.getInterpolatedPolygon
(FloatPolygon p, double interval, boolean smooth) Returns, as a FloatPolygon, an interpolated version of this selection with points spaced abs('interval') pixels apart.Constructors in ij.gui with parameters of type FloatPolygonModifierConstructorDescriptionPointRoi
(FloatPolygon poly) Creates a new PointRoi from a FloatPolygon.PolygonRoi
(FloatPolygon p, int type) Creates a new polygon or polyline ROI from a FloatPolygon. -
Uses of FloatPolygon in ij.process
Methods in ij.process that return FloatPolygon