Uses of Class
com.levigo.jadice.annotation.TextAnnotation
Packages that use TextAnnotation
Package
Description
-
Uses of TextAnnotation in com.levigo.jadice.annotation
Subclasses of TextAnnotation in com.levigo.jadice.annotationModifier and TypeClassDescriptionclass
A sub type of a TextAnnotation which has a text box and a callout arrow line which points to a specific point in the document.class
class
class
An annotation looking like a stamp.Methods in com.levigo.jadice.annotation that return TextAnnotation -
Uses of TextAnnotation in com.levigo.jadice.web.client.internal.annotation
Constructors in com.levigo.jadice.web.client.internal.annotation with parameters of type TextAnnotation -
Uses of TextAnnotation in com.levigo.jadice.web.client.internal.annotation.wrangler
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler that return TextAnnotationMethods in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type TextAnnotationModifier and TypeMethodDescriptionvoid
TextAnnotationWrangler.afterCreate
(EditEvent editEvent, TextAnnotation selected, Object... params) Opens the text editor directly after creating a text based annotation.protected Rectangle
CalloutAnnotationWrangler.calculateEditorBounds
(PageView pageView, Page page, TextAnnotation selected) protected Rectangle
StampAnnotationWrangler.calculateEditorBounds
(PageView pageView, Page page, TextAnnotation selected) protected Rectangle
TextAnnotationWrangler.calculateEditorBounds
(PageView pageView, Page page, TextAnnotation selected) Calculates the editor bounds which should be the same size and position as the text annotation.protected TextEditor
CalloutAnnotationWrangler.createTextEditor
(int editorMinWidth, int editorMinHeight, TextAnnotation selected, double pageHeight) protected TextEditor
IconifiedTextAnnotationWrangler.createTextEditor
(int editorMinWidth, int editorMinHeight, TextAnnotation selected, double pageHeight) protected TextEditor
TextAnnotationWrangler.createTextEditor
(int editorMinWidth, int editorMinHeight, TextAnnotation selected, double pageHeight) Creates a text editor.CalloutAnnotationWrangler.getHandles
(PageView pageView, Page page, TextAnnotation annotation) IconifiedTextAnnotationWrangler.getHandles
(PageView pageView, Page page, TextAnnotation annotation) StampAnnotationWrangler.getHandles
(PageView pageView, Page page, TextAnnotation annotation) TextAnnotationWrangler.getHandles
(PageView pageView, Page page, TextAnnotation annotation) boolean
StampAnnotationWrangler.handleCreateEditEvent
(EditEvent e, TextAnnotation annotation) void
TextAnnotationWrangler.handleEditEvent
(EditEvent e, TextAnnotation selected, AnnotationEditor editor) Called whenever a text annotation is edited.protected void
TextAnnotationWrangler.openTextEditor
(TextAnnotation selected, Page page, RenderControls controls, PageView pageView, int editorMinWidth, int editorMinHeight) Opens the text editor in a new popup.protected void
CalloutAnnotationWrangler.updateCreated
(EditEvent e, TextAnnotation createAnno, Point2D createStart, Point2D createEnd) protected void
IconifiedTextAnnotationWrangler.updateCreated
(EditEvent e, TextAnnotation createAnno, Point2D createStart, Point2D createEnd) protected void
TextAnnotationWrangler.updateCreated
(EditEvent editEvent, TextAnnotation createAnno, Point2D createStart, Point2D createEnd) -
Uses of TextAnnotation in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return TextAnnotationModifier and TypeMethodDescriptionstatic TextAnnotation
TextAnnotationDTO.to
(TextAnnotationDTO dto) Methods in com.levigo.jadice.web.client.messaging with parameters of type TextAnnotationModifier and TypeMethodDescriptionfinal void
TextAnnotationDTO.applyToAnnotation
(TextAnnotation anno) static TextAnnotationDTO
TextAnnotationDTO.from
(TextAnnotation anno) -
Uses of TextAnnotation in com.levigo.jadice.web.server.messaging
Methods in com.levigo.jadice.web.server.messaging that return TextAnnotationModifier and TypeMethodDescriptionstatic TextAnnotation
TextAnnotationDTO.to
(TextAnnotationDTO dto) Methods in com.levigo.jadice.web.server.messaging with parameters of type TextAnnotationModifier and TypeMethodDescriptionvoid
AbstractTextAnnotationDTO.applyFromAnnotation
(TextAnnotation anno) void
AbstractTextAnnotationDTO.applyToAnnotation
(TextAnnotation anno) static TextAnnotationDTO
TextAnnotationDTO.from
(TextAnnotation anno)