|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractFactory
org.extex.font.FontKeyFactory
public class FontKeyFactory
Factory for the FontKey.
| Field Summary | |
|---|---|
static FontKey |
NULL_KEY
Fontkey for null. |
| Constructor Summary | |
|---|---|
FontKeyFactory()
Create a new object. |
|
| Method Summary | |
|---|---|
FontKey |
newInstance(FontKey fk,
java.util.List<java.lang.String> tag)
Returns a new font key instance. |
FontKey |
newInstance(FontKey fk,
java.util.Map<java.lang.String,?> theMap)
Returns a new font key instance. |
FontKey |
newInstance(FontKey fk,
java.util.Map<java.lang.String,?> theMap,
java.util.List<java.lang.String> tag)
Returns a new font key instance. |
FontKey |
newInstance(FontKey fk,
java.lang.String key,
boolean value)
Returns a new font key instance. |
FontKey |
newInstance(FontKey fk,
java.lang.String key,
FixedDimen value)
Returns a new font key instance. |
FontKey |
newInstance(FontKey fk,
java.lang.String key,
java.lang.String value)
Returns a new font key instance. |
FontKey |
newInstance(java.lang.String theFontname)
Returns a new font key instance. |
FontKey |
newInstance(java.lang.String theFontname,
FixedDimen size)
Returns a new font key instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final FontKey NULL_KEY
| Constructor Detail |
|---|
public FontKeyFactory()
| Method Detail |
|---|
public FontKey newInstance(FontKey fk,
java.util.List<java.lang.String> tag)
fk - The font key.tag - The list of tags.
public FontKey newInstance(FontKey fk,
java.util.Map<java.lang.String,?> theMap)
fk - The font key.theMap - The map with key value entries.
public FontKey newInstance(FontKey fk,
java.util.Map<java.lang.String,?> theMap,
java.util.List<java.lang.String> tag)
fk - The font key.theMap - The map with key value entries.tag - The list of tags.
public FontKey newInstance(FontKey fk,
java.lang.String key,
boolean value)
fk - The font key.key - The key.value - The value.
public FontKey newInstance(FontKey fk,
java.lang.String key,
FixedDimen value)
fk - The font key.key - The key.value - The value.
public FontKey newInstance(FontKey fk,
java.lang.String key,
java.lang.String value)
fk - The font key.key - The key.value - The value.
public FontKey newInstance(java.lang.String theFontname)
theFontname - The font name.
public FontKey newInstance(java.lang.String theFontname,
FixedDimen size)
theFontname - The font name.size - The size.value - The value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||