Class SvgCommandLetter

java.lang.Object
net.sourceforge.plantuml.openiconic.SvgCommandLetter
All Implemented Interfaces:
SvgCommand

public class SvgCommandLetter extends Object implements SvgCommand
  • Constructor Details

    • SvgCommandLetter

      public SvgCommandLetter(String letter)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toSvg

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

      public int argumentNumber()
    • isUpperCase

      public boolean isUpperCase()
    • is

      public boolean is(char c)
    • getLetter

      public char getLetter()
    • implicit

      public SvgCommandLetter implicit()