Class SvgCommandNumber
- java.lang.Object
-
- net.sourceforge.plantuml.openiconic.SvgCommandNumber
-
- All Implemented Interfaces:
SvgCommand
public class SvgCommandNumber extends Object implements SvgCommand
-
-
Constructor Summary
Constructors Constructor Description SvgCommandNumber(double number)
SvgCommandNumber(String number)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SvgCommandNumber
add(SvgCommandNumber other)
double
getDouble()
String
toString()
String
toSvg()
-
-
-
Constructor Detail
-
SvgCommandNumber
public SvgCommandNumber(String number)
-
SvgCommandNumber
public SvgCommandNumber(double number)
-
-
Method Detail
-
add
public SvgCommandNumber add(SvgCommandNumber other)
-
toSvg
public String toSvg()
- Specified by:
toSvg
in interfaceSvgCommand
-
getDouble
public double getDouble()
-
-