Class SurfaceMaskLine.MaskPoint
java.lang.Object
cz.fidentis.analyst.data.surfacemask.SurfaceMaskLine.MaskPoint
- Enclosing interface:
SurfaceMaskLine
A class representing the node in a mask point list
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNext()
getPoint()
gets the point value of this nodeboolean
isPointToBeSelected
(Point location) Verifies if this node is to be selected based on the location of the selected pointvoid
sets the successor of this node
-
Constructor Details
-
MaskPoint
Constructor with a single parameter- Parameters:
point
- initial point
-
-
Method Details
-
getPoint
gets the point value of this node- Returns:
- point value
-
setNext
sets the successor of this node- Parameters:
next
- successor to set
-
getNext
-
isPointToBeSelected
Verifies if this node is to be selected based on the location of the selected point- Parameters:
location
- location of the point- Returns:
- true if node is to be selected, else false
-