Interface ShapeTransformer

    • Method Detail

      • transform

        Shape transform​(Shape shape)
        map a shape from graph coordinate system to the screen coordinate system
        Parameters:
        shape - the Shape to transform
        Returns:
        a GeneralPath (Shape) representing the screen points of the shape
      • inverseTransform

        Shape inverseTransform​(Shape shape)