Class SvgCommandLetter
- java.lang.Object
-
- net.sourceforge.plantuml.openiconic.SvgCommandLetter
-
- All Implemented Interfaces:
SvgCommand
public class SvgCommandLetter extends Object implements SvgCommand
-
-
Constructor Summary
Constructors Constructor Description SvgCommandLetter(String letter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
argumentNumber()
char
getLetter()
SvgCommandLetter
implicit()
boolean
is(char c)
boolean
isUpperCase()
String
toString()
String
toSvg()
-
-
-
Constructor Detail
-
SvgCommandLetter
public SvgCommandLetter(String letter)
-
-
Method Detail
-
toSvg
public String toSvg()
- Specified by:
toSvg
in interfaceSvgCommand
-
argumentNumber
public int argumentNumber()
-
isUpperCase
public boolean isUpperCase()
-
is
public boolean is(char c)
-
getLetter
public char getLetter()
-
implicit
public SvgCommandLetter implicit()
-
-