public abstract class TooltipExtent extends Object
Abstract class representing any tooltip extent.
Constructor and Description |
---|
TooltipExtent() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isInExtent(Point p)
Returns true if the given point is within the extent.
|
public abstract boolean isInExtent(Point p)
Returns true if the given point is within the extent.
p
- the point to be testedCopyright © 2023. All rights reserved.