|
|||||||||
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 java.util.HashMap |
map
This is a map that contains all possible id values of the entity tag. |
Constructor Summary | |
---|---|
Entities()
|
Method Summary | |
---|---|
static Chunk |
get(java.lang.String e,
Font font)
Gets a chunk with a symbol character. |
static int |
getCorrespondingSymbol(java.lang.String c)
Looks for the corresponding symbol in the font Symbol. |
static boolean |
isTag(java.lang.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 java.util.HashMap map
Constructor Detail |
---|
public Entities()
Method Detail |
---|
public static Chunk get(java.lang.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(java.lang.String c)
c
- the original ASCII-char
public static boolean isTag(java.lang.String tag)
tag
- the given tag
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |