Package net.sourceforge.jeuclid.layout
Interface GraphicsObject
- All Known Implementing Classes:
FillRectObject,LineObject,TextObject
public interface GraphicsObject
- Version:
- $Revision: 8afef6dd0d58 $
-
Method Summary
Modifier and TypeMethodDescriptionvoidpaint(float x, float y, Graphics2D g) Actually draw the object.
-
Method Details
-
paint
Actually draw the object.- Parameters:
x- X-offset of surrounding element.y- Y-Offset of baseline of surrounding element.g- Graphics Context.
-