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

Class NullPainter

  • Object
    • NullPainter
  • All Implemented Interfaces:
    ConfiguredPainter, Painter
    public class NullPainter extends Object implements ConfiguredPainter
    A painter that does nothing.
    • Constructors 
      Constructor and Description
      Ordinary member indicator NullPainter Reveal DetailHide Detail
      NullPainter(LayoutInfo layoutInfo)
       
      public NullPainter(LayoutInfo layoutInfo)
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator getFixedHeight Reveal DetailHide Detail
      float getFixedHeight()
       
      public float getFixedHeight()
      Ordinary member indicator getFixedWidth Reveal DetailHide Detail
      float getFixedWidth()
       
      public float getFixedWidth()
      Ordinary member indicator paint Reveal DetailHide Detail
      void paint(Graphics g, float x, float y)
      Draw the rendering.
      public void paint(Graphics g, float x, float y)
      Description copied from interface: Painter
      Draw the rendering.
      Specified by:
      paint in interface Painter
      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.
      • Methods inherited from class Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait