| java.lang.Object com.lowagie.text.xml.simpleparser.EntitiesToSymbol
EntitiesToSymbol | public class EntitiesToSymbol (Code) | | This class contains entities that can be used in an entity tag.
|
Field Summary | |
final public static HashMap | map This is a map that contains all possible id values of the entity tag
that can be translated to a character in font Symbol. |
map | final public static HashMap map(Code) | | This is a map that contains all possible id values of the entity tag
that can be translated to a character in font Symbol.
|
get | public static Chunk get(String e, Font font)(Code) | | Gets a chunk with a symbol character.
Parameters: e - a symbol value (see Entities class: alfa is greek alfa,...) Parameters: font - the font if the symbol isn't found (otherwise Font.SYMBOL) a Chunk |
getCorrespondingSymbol | public static char getCorrespondingSymbol(String name)(Code) | | Looks for the corresponding symbol in the font Symbol.
Parameters: name - the name of the entity the corresponding character in font Symbol |
|
|