net.sourceforge.plantuml.svek
Class SvekUtils
java.lang.Object
net.sourceforge.plantuml.svek.SvekUtils
public class SvekUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SvekUtils
public SvekUtils()
traceSvgString
public static void traceSvgString(String svg)
throws IOException
- Throws:
IOException
traceDotString
public static void traceDotString(String dot)
throws IOException
- Throws:
IOException
extractPointsList
public static List<Point2D.Double> extractPointsList(String svg,
int starting,
double yDelta)
extractD
public static List<Point2D.Double> extractD(String svg,
int starting,
double yDelta)
getValue
public static double getValue(String svg,
int starting,
String varName)
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)
Copyright © 2014. All Rights Reserved.