Interface GraphicsObject

All Known Implementing Classes:
FillRectObject, LineObject, TextObject

public interface GraphicsObject
Version:
$Revision: 8afef6dd0d58 $
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    paint(float x, float y, Graphics2D g)
    Actually draw the object.
  • Method Details

    • 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.