Class TransformSupport<V,​E>

    • Constructor Detail

      • TransformSupport

        public TransformSupport()
    • Method Detail

      • inverseTransform

        public Point2D inverseTransform​(VisualizationServer<V,​E> vv,
                                        Point2D p)
        Overridden to apply lens effects to the transformation from view to layout coordinates
        Parameters:
        vv -
        p -
        Returns:
      • transform

        public Point2D transform​(VisualizationServer<V,​E> vv,
                                 Point2D p)
        Overriden to perform lens effects when transforming from Layout to view. Used when projecting the selection Lens (the rectangular area drawn with the mouse) back into the view.
        Parameters:
        vv -
        p -
        Returns:
      • transform

        public Point2D transform​(VisualizationServer<V,​E> vv,
                                 Point2D p,
                                 MultiLayerTransformer.Layer layer)
        Overriden to perform lens effects when transforming from Layout to view. Used when projecting the selection Lens (the rectangular area drawn with the mouse) back into the view.
        Parameters:
        vv -
        p -
        Returns:
      • transform

        public Shape transform​(VisualizationServer<V,​E> vv,
                               Shape shape)
        Overridden to perform lens effects when transforming from Layout to view. Used when projecting the selection Lens (the rectangular area drawn with the mouse) back into the view.
        Parameters:
        vv -
        shape -
        Returns:
      • transform

        public Shape transform​(VisualizationServer<V,​E> vv,
                               Shape shape,
                               MultiLayerTransformer.Layer layer)
        Overridden to perform lens effects when transforming from Layout to view. Used when projecting the selection Lens (the rectangular area drawn with the mouse) back into the view.
        Parameters:
        vv -
        shape -
        Returns:
      • inverseTransform

        public Shape inverseTransform​(VisualizationServer<V,​E> vv,
                                      Shape shape)
        Overriden to perform lens effects when inverse transforming from view to layout.
        Parameters:
        vv -
        shape -
        Returns: