net.sourceforge.plantuml.svek
Class SvekUtils

java.lang.Object
  extended by net.sourceforge.plantuml.svek.SvekUtils

public class SvekUtils
extends Object


Constructor Summary
SvekUtils()
           
 
Method Summary
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 traceDotString(String dot)
           
static void traceSvgString(String svg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvekUtils

public SvekUtils()
Method Detail

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.