Class DepthFactory


  • public class DepthFactory
    extends java.lang.Object
    Factory class for accessing predefined depth schemes.
    • Field Detail

      • INFINITE

        public static final Depth INFINITE
        Indicates that no limit to the depth of the display.
      • ONE

        public static final Depth ONE
      • TWO

        public static final Depth TWO
    • Method Detail

      • add

        public void add​(Depth entry)
      • getDefault

        public Depth getDefault()
      • getDepths

        public java.util.List<Depth> getDepths()
      • get

        public Depth get​(java.lang.String name)