|
jPod PDF library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnnotationOutlet
A registry for IAnnotationFactory
objects.
The registry is used to look up the IAnnotationFactory
via type
names.
Method Summary | |
---|---|
IAnnotationFactory[] |
getAnnotationFactories()
The list of all available IAnnotationFactory objects. |
IAnnotationFactory |
lookupAnnotationFactory(COSName type)
The IAnnotationFactory for the requested annotation type or null. |
void |
registerAnnotationFactory(IAnnotationFactory factory)
Register a new IAnnotationFactory object. |
void |
unregisterAnnotationFactory(IAnnotationFactory factory)
Unregister a IAnnotationFactory object. |
Method Detail |
---|
IAnnotationFactory[] getAnnotationFactories()
IAnnotationFactory
objects. This is not
the internal data structure, so you can not manipulate directly.
IAnnotationFactory
instances.IAnnotationFactory lookupAnnotationFactory(COSName type)
IAnnotationFactory
for the requested annotation type or null.
type
- An annotation type.
IAnnotationFactory
for the requested annotation type
or null.void registerAnnotationFactory(IAnnotationFactory factory)
IAnnotationFactory
object.
factory
- The factory object to be registered.void unregisterAnnotationFactory(IAnnotationFactory factory)
IAnnotationFactory
object.
factory
- The factory object to be deregistered.
|
jPod PDF library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |