Class Lens


  • public class Lens
    extends Object
    Provides a magnification area (elliptical or rectangular) in a visualization
    • Field Detail

      • lensShape

        protected RectangularShape lensShape
        the area affected by the transform
      • magnification

        protected float magnification
    • Constructor Detail

      • Lens

        public Lens()
    • Method Detail

      • getMagnification

        public float getMagnification()
      • setMagnification

        public void setMagnification​(float magnification)
      • getCenter

        public Point2D getCenter()
      • setCenter

        public void setCenter​(Point2D viewCenter)
      • getRadius

        public double getRadius()
      • getCenterToCorner

        public double getCenterToCorner()
      • setRadius

        public void setRadius​(double viewRadius)
      • getRatio

        public double getRatio()
        Returns:
        the ratio between the lens height and lens width
      • getDistanceFromCenter

        public double getDistanceFromCenter​(Point2D p)