Package net.sourceforge.plantuml.svek
Class SvekUtils
- java.lang.Object
-
- net.sourceforge.plantuml.svek.SvekUtils
-
public class SvekUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description SvekUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
getMaxX(List<Point2D.Double> points)
static double
getMaxY(List<Point2D.Double> points)
static double
getMinX(List<Point2D.Double> points)
static Point2D.Double
getMinXY(List<Point2D.Double> points)
static double
getMinY(List<Point2D.Double> points)
static double
getValue(String svg, int starting, String varName)
static String
pixelToInches(double pixel)
static void
println(StringBuilder sb)
static void
traceString(SFile f, String text)
-
-
-
Method Detail
-
traceString
public static void traceString(SFile f, String text) throws IOException
- Throws:
IOException
-
getMaxX
public static double getMaxX(List<Point2D.Double> points)
-
getMinX
public static double getMinX(List<Point2D.Double> points)
-
getMinXY
public static Point2D.Double getMinXY(List<Point2D.Double> points)
-
getMaxY
public static double getMaxY(List<Point2D.Double> points)
-
getMinY
public static double getMinY(List<Point2D.Double> points)
-
println
public static void println(StringBuilder sb)
-
pixelToInches
public static String pixelToInches(double pixel)
-
-