Class BrailleCharFactory

java.lang.Object
net.sourceforge.plantuml.braille.BrailleCharFactory

public class BrailleCharFactory extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static java.util.List<BrailleChar>
    build(java.lang.String s)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BrailleCharFactory

      public BrailleCharFactory()
  • Method Details

    • build

      public static java.util.List<BrailleChar> build(java.lang.String s)