|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.fontparameter.FontParameter
public class FontParameter
Manage additional font parameters.
| Constructor Summary | |
|---|---|
FontParameter()
Creates a new object. |
|
FontParameter(java.io.InputStream in)
Creates a new object. |
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.Integer> |
getFontDimen()
Getter for fontDimen. |
java.lang.Integer |
getFontDimen(java.lang.String name)
Returns the font dimen value, or null, if not found. |
java.lang.String |
getGlyphname(UnicodeChar uc)
Returns the name of the glyph, or null, if not found. |
UnicodeChar |
getUnicode(java.lang.String name)
Returns the UnicodeChar for the glyph name or
null, if not found. |
boolean |
isUseGlyphName()
Getter for useGlyphName. |
void |
setUseGlyphName(boolean useGlyphName)
Setter for useGlyphName. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FontParameter()
public FontParameter(java.io.InputStream in)
throws java.io.IOException
in - The input.
java.io.IOException - if a io-error occurred.| Method Detail |
|---|
public java.lang.Integer getFontDimen(java.lang.String name)
null, if not found.
name - The name of the value.
null, if not
found.public java.lang.String getGlyphname(UnicodeChar uc)
null, if not found.
uc - the Unicode char.
null, if not found.public UnicodeChar getUnicode(java.lang.String name)
UnicodeChar for the glyph name or
null, if not found.
name - The glyph name.
UnicodeChar for the glyph name or
null, if not found.public boolean isUseGlyphName()
public void setUseGlyphName(boolean useGlyphName)
useGlyphName - the useGlyphName to setpublic java.util.Map<java.lang.String,java.lang.Integer> getFontDimen()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||