net.sourceforge.jeuclid.layout
Interface GraphicsObject

All Known Implementing Classes:
FillRectObject, LineObject, TextObject

public interface GraphicsObject

Version:
$Revision: 8afef6dd0d58 $

Method Summary
 void paint(float x, float y, Graphics2D g)
          Actually draw the object.
 

Method Detail

paint

void paint(float x,
           float y,
           Graphics2D g)
Actually draw the object.

Parameters:
x - X-offset of surrounding element.
y - Y-Offset of baseline of surrounding element.
g - Graphics Context.


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.