Package net.sourceforge.jeuclid.layout
Interface GraphicsObject
-
- All Known Implementing Classes:
FillRectObject,LineObject,TextObject
public interface GraphicsObject- Version:
- $Revision: 8afef6dd0d58 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpaint(float x, float y, java.awt.Graphics2D g)Actually draw the object.
-