net.sourceforge.plantuml.openiconic
Class SvgCommandNumber

java.lang.Object
  extended by net.sourceforge.plantuml.openiconic.SvgCommandNumber
All Implemented Interfaces:
SvgCommand

public class SvgCommandNumber
extends Object
implements SvgCommand


Constructor Summary
SvgCommandNumber(double number)
           
SvgCommandNumber(String number)
           
 
Method Summary
 SvgCommandNumber add(SvgCommandNumber other)
           
 double getDouble()
           
 String toString()
           
 String toSvg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SvgCommandNumber

public SvgCommandNumber(String number)

SvgCommandNumber

public SvgCommandNumber(double number)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

add

public SvgCommandNumber add(SvgCommandNumber other)

toSvg

public String toSvg()
Specified by:
toSvg in interface SvgCommand

getDouble

public double getDouble()


Copyright © 2014. All Rights Reserved.