Class Mirror

java.lang.Object
net.sourceforge.plantuml.jsondiagram.Mirror

public class Mirror extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Mirror(double max)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    inv(double v)
     
    java.awt.geom.Point2D
    invAndXYSwitch(java.awt.geom.Point2D pt)
     
    java.awt.geom.Point2D
    invGit(java.awt.geom.Point2D pt)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Mirror

      public Mirror(double max)
  • Method Details

    • inv

      public double inv(double v)
    • invAndXYSwitch

      public java.awt.geom.Point2D invAndXYSwitch(java.awt.geom.Point2D pt)
    • invGit

      public java.awt.geom.Point2D invGit(java.awt.geom.Point2D pt)