public interface PaintedGraphic extends PaintedObject
| Modifier and Type | Method and Description |
|---|---|
float |
getLineWidth()
Get the line width.
|
Stroke |
getStroke()
Get the stroke.
|
boolean |
hit(Rectangle2D r)
Test if this shape is hit by the given rectangle.
|
boolean |
intersects(Rectangle2D r)
Test if this shape intersects the given rectangle.
|
void |
setLineWidth(float lineWidth)
Set the line width.
|
getBounds, paintfloat getLineWidth()
Stroke getStroke()
boolean hit(Rectangle2D r)
boolean intersects(Rectangle2D r)
void setLineWidth(float lineWidth)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.