net.sourceforge.plantuml.ugraphic
Class FontChecker

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.FontChecker

public class FontChecker
extends Object


Constructor Summary
FontChecker(UFont font)
           
 
Method Summary
 BufferedImage getBufferedImage(char c)
           
 String getCharDesc(char c)
           
 String getCharDescVerbose(char c)
           
 boolean isCharOk(char c)
           
static void main(String[] args)
           
protected  void printChar(PrintWriter pw, char c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontChecker

public FontChecker(UFont font)
Method Detail

isCharOk

public boolean isCharOk(char c)

getCharDesc

public String getCharDesc(char c)

getCharDescVerbose

public String getCharDescVerbose(char c)

printChar

protected void printChar(PrintWriter pw,
                         char c)
                  throws IOException,
                         TransformerException
Throws:
IOException
TransformerException

getBufferedImage

public BufferedImage getBufferedImage(char c)
                               throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException,
                        TransformerException
Throws:
IOException
TransformerException


Copyright © 2014. All Rights Reserved.