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

Interface ConfiguredPainter

  • All Superinterfaces:
    Painter
    All Known Subinterfaces:
    SliderPainter
    All Known Implementing Classes:
    NullPainter
    public interface ConfiguredPainter extends Painter
    This interface is supported by painters that provide information about layout sizes.
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator getFixedHeight Reveal DetailHide Detail
      abstract float getFixedHeight()
       
      float getFixedHeight()
      Ordinary member indicator getFixedWidth Reveal DetailHide Detail
      abstract float getFixedWidth()
       
      float getFixedWidth()
      Inherited member indicator paint Reveal DetailHide Detail
      abstract void paint(Graphics g, float x, float y)
      Draw the rendering.
      void paint(Graphics g, float x, float y)
      Description copied from interface: Painter
      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.