Interface SurfaceMaskRectangle
- All Superinterfaces:
SurfaceMask2D
- All Known Implementing Classes:
SurfaceMaskEllipseImpl
,SurfaceMaskRectangleImpl
Interface defining specific functionality for 2D surface mask rectangle
-
Nested Class Summary
Nested classes/interfaces inherited from interface cz.fidentis.analyst.data.surfacemask.SurfaceMask2D
SurfaceMask2D.PointToProject
-
Field Summary
Fields -
Method Summary
Methods inherited from interface cz.fidentis.analyst.data.surfacemask.SurfaceMask2D
addNewPoint, containsPoint, getBoundingPoints, getCameraPosition, getColor, getOrigin, getPointsToProject, getSelectedPoint, getShiftPoint, selectPoint, setCameraPosition, setColor, setOrigin, setResize, setSamplingStrength, setSelectedPoint, setShiftPoint, shiftMask, updateSelectedPoint
-
Field Details
-
POINT_SIZE
static final int POINT_SIZE- See Also:
-
DEFAULT_SIZE
static final int DEFAULT_SIZE- See Also:
-
-
Method Details
-
getResize
Point getResize()Gets the resize point- Specified by:
getResize
in interfaceSurfaceMask2D
- Returns:
- resize point
-
getHeight
int getHeight()Gets height of a rectangle- Returns:
- height
-
getWidth
int getWidth()Gets width of a rectangle- Returns:
- width
-