Algorithm
Development Kit 1.0

algs.debug
Class IGraphEntity.Formatter

java.lang.Object
  extended by algs.debug.IGraphEntity.Formatter
Enclosing interface:
IGraphEntity

public static class IGraphEntity.Formatter
extends java.lang.Object

Useful Format for special characters.


Constructor Summary
IGraphEntity.Formatter()
           
 
Method Summary
static java.lang.String convert(int value)
          Helper method for converting values into properly visible labels.
static boolean isSymbol(int value)
          Helper method to determine if special font is needed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGraphEntity.Formatter

public IGraphEntity.Formatter()
Method Detail

isSymbol

public static final boolean isSymbol(int value)
Helper method to determine if special font is needed.


convert

public static final java.lang.String convert(int value)
Helper method for converting values into properly visible labels. These special characters are displayed in Symbol font.


Algorithm Development Kit 1.0

This code supports the Algorithms in a Nutshell book, published by O'Reilly Media, Inc. in November 2008. Please visit the book web page to learn of any changes to the code repository or to record a potential defect.