Class AbstractReportGridCellHeader.AxisDepth

    • Constructor Summary

      Constructors 
      Constructor Description
      AxisDepth​(int axis, int depth)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getAxis()  
      int getDepth()  
      void setAxis​(int axis)  
      void setDepth​(int depth)  
      • Methods inherited from class java.lang.Object

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

      • AxisDepth

        public AxisDepth​(int axis,
                         int depth)
    • Method Detail

      • getAxis

        public int getAxis()
      • setAxis

        public void setAxis​(int axis)
      • getDepth

        public int getDepth()
      • setDepth

        public void setDepth​(int depth)