Package | Description |
---|---|
com.arondor.viewer.rendition.api.annotation | |
com.arondor.viewer.rendition.api.document |
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationPageAccessor |
Modifier and Type | Method and Description |
---|---|
AnnotationAccessor |
AnnotationAccessorFactory.create(DocumentService documentService,
DocumentAccessor documentAccessor)
Create a new AnnotationAccessor instance ; note that calling
documentAccessor.setAnnotationAccessor() is the responsibility of the
caller.
|
Modifier and Type | Method and Description |
---|---|
AnnotationAccessor |
Document.getAnnotationAccessor()
Document Annotation Accessor : way to retrieve document annotations
|
AnnotationAccessor |
DocumentAccessor.getAnnotationAccessor()
Get annotation accessor
|
AnnotationAccessor |
DocumentService.getAnnotationAccessor(DocumentId documentId)
Get the annotations accessor defined for a
DocumentId . |
AnnotationAccessor |
ExternalAnnotationAccessorProxy.getAnnotationAccessor(String beanName,
String uniqueId,
Map<String,String> properties)
Create a new DocumentAnnotationAccessor for a given
DocumentAccessorExternal
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentAccessor.setAnnotationAccessor(AnnotationAccessor annotationAccessor)
Set document annotation accessor
|
Copyright © 2018. All rights reserved.