public class SvgCommandNumber extends Object implements SvgCommand
Constructor and Description |
---|
SvgCommandNumber(double number) |
SvgCommandNumber(String number) |
Modifier and Type | Method and Description |
---|---|
SvgCommandNumber |
add(SvgCommandNumber other) |
double |
getDouble() |
String |
toString() |
String |
toSvg() |
public SvgCommandNumber(String number)
public SvgCommandNumber(double number)
public SvgCommandNumber add(SvgCommandNumber other)
public String toSvg()
toSvg
in interface SvgCommand
public double getDouble()
Copyright © 2015. All Rights Reserved.