public final class ReconstructArea extends Object
Constructor and Description |
---|
ReconstructArea() |
Modifier and Type | Method and Description |
---|---|
void |
add(String svg_path)
To reconstruct from XML, takes a "M ....
|
Area |
getArea() |
GeneralPath |
getGeneralPath() |
static int |
readXY(char[] data,
int first,
float[] xy)
Assumes all read chars will be digits except for the separator (single white space char), and won't fail (but generate ugly results) when any char is not a digit.
|
public final void add(String svg_path)
public final Area getArea()
public final GeneralPath getGeneralPath()
public static final int readXY(char[] data, int first, float[] xy)
Copyright © 2015–2021 Fiji. All rights reserved.