Class SvgCommandNumber
java.lang.Object
net.sourceforge.plantuml.openiconic.SvgCommandNumber
- All Implemented Interfaces:
SvgCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd
(SvgCommandNumber other) double
java.lang.String
toString()
java.lang.String
toSvg()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
SvgCommandNumber
public SvgCommandNumber(java.lang.String number) -
SvgCommandNumber
public SvgCommandNumber(double number)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
add
-
toSvg
public java.lang.String toSvg()- Specified by:
toSvg
in interfaceSvgCommand
-
getDouble
public double getDouble()
-