|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.core.internal.DFontRegistry
org.eclipse.tptp.platform.report.birt).
public class DFontRegistry
A DFontRegistry is a container for IDFont. A DFontRegistry stores only one instance of IDFont if two IDFont are equals. Before to store a new IDFont the registry checks if the IDFont doesn't exist in the registry by calling the method contains.
IDFont,
contains(org.eclipse.tptp.platform.report.core.internal.IDFont)| Constructor Summary | |
|---|---|
DFontRegistry()
Deprecated. Creates an empty Font Registry. |
|
| Method Summary | |
|---|---|
void |
clear()
Deprecated. Deletes all font in the registry. |
boolean |
contains(IDFont font)
Deprecated. Checks if the font is already stored in the registry. |
boolean |
isEmpty()
Deprecated. |
java.util.Iterator |
iterator()
Deprecated. Returns |
void |
putFont(IDFont font)
Deprecated. Puts the font in the registry only if font isn't already stored (and not null) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DFontRegistry()
| Method Detail |
|---|
public void clear()
clear in interface IDRegistrypublic boolean contains(IDFont font)
public void putFont(IDFont font)
public java.util.Iterator iterator()
iterator in interface IDRegistrypublic boolean isEmpty()
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||