Class RenderingConstants


  • public class RenderingConstants
    extends java.lang.Object
    Constants used by renderers.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int FILL_PARENT
      Constant to express renderer's intent to fill available space.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FILL_PARENT

        public static final int FILL_PARENT
        Constant to express renderer's intent to fill available space.
        See Also:
        Constant Field Values