Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.awt.geom.Point2D.Float point)
This method is called while holding the
PenOwner.PenManagerHandle.getPenSchedulerLock() . |
void |
evalLocationOnScreen(java.awt.Point locationOnScreen)
Evaluates the current location of the origin of this PenClip on the screen, using screen coordinates.
|
void evalLocationOnScreen(java.awt.Point locationOnScreen)
PenOwner.PenManagerHandle.getPenSchedulerLock()
.locationOnScreen
- a Point to put the evaluated result on.boolean contains(java.awt.geom.Point2D.Float point)
PenOwner.PenManagerHandle.getPenSchedulerLock()
.point
- The point to test in PenClip coordinates.true
if the given point is inside this PenClip.