Interface GraphicsObject

    • Method Detail

      • paint

        void paint​(float x,
                   float y,
                   java.awt.Graphics2D g)
        Actually draw the object.
        Parameters:
        x - X-offset of surrounding element.
        y - Y-Offset of baseline of surrounding element.
        g - Graphics Context.