Package net.messagevortex.router
Class TooltipExtent
java.lang.Object
net.messagevortex.router.TooltipExtent
- Direct Known Subclasses:
TooltipExtentBox,TooltipExtentCircular
Abstract class representing any tooltip extent.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanisInExtent(Point p) Returns true if the given point is within the extent.
-
Constructor Details
-
TooltipExtent
public TooltipExtent()
-
-
Method Details
-
isInExtent
Returns true if the given point is within the extent.
- Parameters:
p- the point to be tested- Returns:
- true if the point lies within the extent
-