net.sourceforge.plantuml.ugraphic
Class FontChecker

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

public class FontChecker
extends java.lang.Object


Constructor Summary
FontChecker(UFont font)
           
 
Method Summary
 java.awt.image.BufferedImage getBufferedImage(char c)
           
 java.lang.String getCharDesc(char c)
           
 java.lang.String getCharDescVerbose(char c)
           
 boolean isCharOk(char c)
           
static void main(java.lang.String[] args)
           
protected  void printChar(java.io.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 java.lang.String getCharDesc(char c)

getCharDescVerbose

public java.lang.String getCharDescVerbose(char c)

printChar

protected void printChar(java.io.PrintWriter pw,
                         char c)
                  throws java.io.IOException,
                         javax.xml.transform.TransformerException
Throws:
java.io.IOException
javax.xml.transform.TransformerException

getBufferedImage

public java.awt.image.BufferedImage getBufferedImage(char c)
                                              throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        javax.xml.transform.TransformerException
Throws:
java.io.IOException
javax.xml.transform.TransformerException


Copyright © 2014. All Rights Reserved.