public class SvekUtils extends Object
Constructor and Description |
---|
SvekUtils() |
Modifier and Type | Method and Description |
---|---|
static List<Point2D.Double> |
extractD(String svg,
int starting,
double yDelta) |
static List<Point2D.Double> |
extractPointsList(String svg,
int starting,
double yDelta) |
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(File f,
String text) |
public static void traceString(File f, String text) throws IOException
IOException
public static List<Point2D.Double> extractPointsList(String svg, int starting, double yDelta)
public static List<Point2D.Double> extractD(String svg, int starting, double yDelta)
public static double getMaxX(List<Point2D.Double> points)
public static double getMinX(List<Point2D.Double> points)
public static Point2D.Double getMinXY(List<Point2D.Double> points)
public static double getMaxY(List<Point2D.Double> points)
public static double getMinY(List<Point2D.Double> points)
public static void println(StringBuilder sb)
public static String pixelToInches(double pixel)
Copyright © 2016. All Rights Reserved.