Class AbstractSpatial<T,​NT>

    • Field Detail

      • gridCache

        protected List<Shape> gridCache
        a memoization of the grid rectangles used for rendering as Paintables for debugging
      • layoutModel

        protected LayoutModel<NT> layoutModel
        the layoutModel that the structure operates on
    • Constructor Detail

      • AbstractSpatial

        protected AbstractSpatial​(LayoutModel<NT> layoutModel)