Package net.sourceforge.plantuml.sdot
Class YMirror
- java.lang.Object
-
- net.sourceforge.plantuml.sdot.YMirror
-
public class YMirror extends Object
-
-
Constructor Summary
Constructors Constructor Description YMirror(double max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getMirrored(double v)
Point2D
getMirrored(Point2D pt)
DotPath
getMirrored(DotPath path)
UTranslate
getMirrored(UTranslate tr)
-
-
-
Method Detail
-
getMirrored
public double getMirrored(double v)
-
getMirrored
public UTranslate getMirrored(UTranslate tr)
-
-