Class Summary |
CMBAnnotationComponent |
This class derives from JComponent and can be plugged in as the component
on which the annotation view renders the annotations. |
CMBAnnotationCreatedEvent |
Generated by the annotation services when new annotation is created. |
CMBAnnotationDeletedEvent |
Generated by the annotation services when new annotation is deleted. |
CMBAnnotationEngine |
CMBAnnotationEngine is an abstract class that defines the interface any
annotation engine implementation should extend. |
CMBAnnotationEngineCallbacks |
CMBAnnotationEngineCallbacks defines callback methods that allow annotation
engines to retrieve additional parts. |
CMBAnnotationMovedEvent |
Generated by the annotation services when new annotation is moved. |
CMBAnnotationPropertiesUpdatedEvent |
Generated by the annotation services when new annotation is created. |
CMBAnnotationReorderedEvent |
Generated by the annotation services when new annotation is created. |
CMBAnnotationResizedEvent |
Generated by the annotation services when new annotation is resized. |
CMBAnnotationSelectedEvent |
Generated by the annotation services when new annotation is selected. |
CMBAnnotationServices |
CMBAnnotationServices provides the main interfaces to the annotation services
support in the java viewer toolkit. |
CMBAnnotationServicesCallbacks |
CMBAnnotationServicesCallbacks defines methods that users of CMBAnnotationServices must
implement to handle requests for retrieving additional annotation blobs and to handle
tracing. |
CMBAnnotationSet |
CMBAnnotationSet represents the set of annotations associated with a document. |
CMBAnnotationView |
The View in the MVC architecture. |
CMBArrowAnnotation |
Deriving from CMBPageAnnotation, this class specializes to draw an Arrow
annotation. |
CMBCircleAnnotation |
Deriving from CMBAnnotation, this class specializes CMBPageAnnotation to draw a circle
annotation. |
CMBHighlightAnnotation |
Deriving from CMBAnnotation, this class specializes CMBPageAnnotation to draw a highlight
annotation. |
CMBLineAnnotation |
Deriving from CMBPageAnnotation, this class specializes to draw a line
annotation. |
CMBNoteAnnotation |
Deriving from CMBPageAnnotation, this class specializes CMBPageAnnotation to draw a Note
annotation. |
CMBPageAnnotation |
The base class for all annotation objects. |
CMBPenAnnotation |
Deriving from CMBPageAnnotation, this class specializes to draw a pen
annotation. |
CMBPenStroke |
This class holds information about a single stroke made by dragging the mouse when a pen is the selected object |
CMBPropertiesPanel |
|
CMBRectAnnotation |
Deriving from CMBPageAnnotation, this class specializes CMBPageAnnotation to draw a Rectangle
annotation. |
CMBStampAnnotation |
Deriving from CMBPageAnnotation, this class specializes CMBPageAnnotation to draw a stamp
annotation. |
CMBTextAnnotation |
Deriving from CMBPageAnnotation, this class specializes CMBPageAnnotation to draw a Text
annotation. |