Class Painters


  • public final class Painters
    extends java.lang.Object
    A collection of static painters. These painters do not store state and are safe to reuse.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Painter<java.lang.Object> EMPTY_PAINTER  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Painters()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EMPTY_PAINTER

        public static final Painter<java.lang.Object> EMPTY_PAINTER
    • Constructor Detail

      • Painters

        private Painters()