Interface ShapeTransformer

    • Method Detail

      • transform

        java.awt.Shape transform​(java.awt.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

        java.awt.Shape inverseTransform​(java.awt.Shape shape)