|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.Entities
public class Entities
This class contains entities that can be used in an entity tag.
Field Summary | |
---|---|
static HashMap |
map
This is a map that contains all possible id values of the entity tag. |
Constructor Summary | |
---|---|
Entities()
|
Method Summary | |
---|---|
static Chunk |
get(String e,
Font font)
Gets a chunk with a symbol character. |
static int |
getCorrespondingSymbol(String c)
Looks for the corresponding symbol in the font Symbol. |
static boolean |
isTag(String tag)
Checks if a given tag corresponds with this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final HashMap map
Constructor Detail |
---|
public Entities()
Method Detail |
---|
public static Chunk get(String e, Font font)
e
- a symbol value (see Entities class: alfa is greek alfa,...)font
- the font if the symbol isn't found (otherwise Font.SYMBOL)
public static int getCorrespondingSymbol(String c)
c
- the original ASCII-char
public static boolean isTag(String tag)
tag
- the given tag
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |