public interface PaintedGraphic extends PaintedObject
Modifier and Type | Method and Description |
---|---|
float |
getLineWidth()
Deprecated.
Get the line width.
|
Stroke |
getStroke()
Deprecated.
Get the stroke.
|
boolean |
hit(Rectangle2D r)
Deprecated.
Test if this shape is hit by the given rectangle.
|
boolean |
intersects(Rectangle2D r)
Deprecated.
Test if this shape intersects the given rectangle.
|
void |
setLineWidth(float lineWidth)
Deprecated.
Set the line width.
|
getBounds, paint
float 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.