Interface TreeMapController<C,​N,​Row,​Column,​Color,​Font>

    • Method Detail

      • setView

        void setView​(TreeMapView<C,​N,​Row,​Column,​Color,​Font> view)
        Replace the view currently under control.
        Parameters:
        view - the TreeMapView to use
      • setZoomingEnabled

        void setZoomingEnabled​(boolean zoomingEnabled)
        Controls whether the zooming is permitted.
        Parameters:
        zoomingEnabled - true to enable zooming, false otherwise.
      • isZoomingEnabled

        boolean isZoomingEnabled()