Class BrailleChar

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

public class BrailleChar extends java.lang.Object
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(BrailleGrid grid, double xv, double yv)
     
    fromChar(char c)
     

    Methods inherited from class java.lang.Object

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

    • draw

      public void draw(BrailleGrid grid, double xv, double yv)
    • fromChar

      public static BrailleChar fromChar(char c)