Class DragEnabledGeometryIndexPanel

    • Constructor Detail

      • DragEnabledGeometryIndexPanel

        public DragEnabledGeometryIndexPanel(GenericSpatialIndex<Geometry> geometryIndex)
        Create a new IndexPanel representing the denoted index.
        Parameters:
        geometryIndex - the index to represent.
    • Method Detail

      • dragGestureRecognized

        public void dragGestureRecognized(DragGestureEvent dge)
      • setup

        public void setup(GenericSpatialIndex<Geometry> geometryIndex)
        Setup the panel to represent the denoted geometryIndex.
        Parameters:
        geometryIndex - the index to represent.