Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
VAquaRendering - Release 1
Interface org.violetlib.jnr.Painter
Inherited members: ShowHide
Deprecated: ShowHide
org.violetlib.jnr

Interface Painter

  • All Known Subinterfaces:
    ConfiguredPainter, SliderPainter
    All Known Implementing Classes:
    NullPainter
    public interface Painter
    A painter renders a fixed size rendering at a client specified origin.
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator paint Reveal DetailHide Detail
      abstract void paint(Graphics g, float x, float y)
      Draw the rendering.
      void paint(@NotNull Graphics g, float x, float y)
      Draw the rendering.
      Parameters:
      g - The graphics context where the rendering should be drawn.
      x - The X coordinate of the origin of the rendering.
      y - The Y coordinate of the origin of the rendering.