Package net.sourceforge.plantuml.svek
Class SvgResult
- java.lang.Object
-
- net.sourceforge.plantuml.svek.SvgResult
-
public class SvgResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
D_EQUALS
static String
POINTS_EQUALS
-
Constructor Summary
Constructors Constructor Description SvgResult(String svg, Point2DFunction function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Point2D.Double>
extractList(String searched)
int
getIndexFromColor(int color)
Point2D.Double
getNextPoint()
List<Point2D.Double>
getPoints(String separator)
PointListIterator
getPointsWithThisColor(int lineColor)
String
getSvg()
int
indexOf(String s, int pos)
SvgResult
substring(int pos)
SvgResult
substring(int start, int end)
-
-
-
Field Detail
-
D_EQUALS
public static final String D_EQUALS
- See Also:
- Constant Field Values
-
POINTS_EQUALS
public static final String POINTS_EQUALS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SvgResult
public SvgResult(String svg, Point2DFunction function)
-
-
Method Detail
-
getPointsWithThisColor
public PointListIterator getPointsWithThisColor(int lineColor)
-
extractList
public List<Point2D.Double> extractList(String searched)
-
getIndexFromColor
public int getIndexFromColor(int color)
-
getPoints
public List<Point2D.Double> getPoints(String separator)
-
getNextPoint
public Point2D.Double getNextPoint()
-
indexOf
public int indexOf(String s, int pos)
-
substring
public SvgResult substring(int pos)
-
substring
public SvgResult substring(int start, int end)
-
getSvg
public final String getSvg()
-
-