Class GCC.Component

  • Enclosing class:
    GCC

    private static class GCC.Component
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int maxX  
      (package private) int rightmostY  
      (package private) int root  
    • Constructor Summary

      Constructors 
      Constructor Description
      Component​(int root, int rightmostY, int maxX)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • root

        int root
      • rightmostY

        int rightmostY
      • maxX

        int maxX
    • Constructor Detail

      • Component

        public Component​(int root,
                         int rightmostY,
                         int maxX)