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 TypeClassDescriptionclassA sub type of a TextAnnotation which has a text box and a callout arrow line which points to a specific point in the document.classclassclassAn 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 TypeMethodDescriptionvoidTextAnnotationWrangler.afterCreate(EditEvent editEvent, TextAnnotation selected, Object... params) Opens the text editor directly after creating a text based annotation.protected RectangleCalloutAnnotationWrangler.calculateEditorBounds(PageView pageView, Page page, TextAnnotation selected) protected RectangleStampAnnotationWrangler.calculateEditorBounds(PageView pageView, Page page, TextAnnotation selected) protected RectangleTextAnnotationWrangler.calculateEditorBounds(PageView pageView, Page page, TextAnnotation selected) Calculates the editor bounds which should be the same size and position as the text annotation.protected TextEditorCalloutAnnotationWrangler.createTextEditor(int editorMinWidth, int editorMinHeight, TextAnnotation selected, double pageHeight) protected TextEditorIconifiedTextAnnotationWrangler.createTextEditor(int editorMinWidth, int editorMinHeight, TextAnnotation selected, double pageHeight) protected TextEditorTextAnnotationWrangler.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) booleanStampAnnotationWrangler.handleCreateEditEvent(EditEvent e, TextAnnotation annotation) voidTextAnnotationWrangler.handleEditEvent(EditEvent e, TextAnnotation selected, AnnotationEditor editor) Called whenever a text annotation is edited.protected voidTextAnnotationWrangler.openTextEditor(TextAnnotation selected, Page page, RenderControls controls, PageView pageView, int editorMinWidth, int editorMinHeight) Opens the text editor in a new popup.protected voidCalloutAnnotationWrangler.updateCreated(EditEvent e, TextAnnotation createAnno, Point2D createStart, Point2D createEnd) protected voidIconifiedTextAnnotationWrangler.updateCreated(EditEvent e, TextAnnotation createAnno, Point2D createStart, Point2D createEnd) protected voidTextAnnotationWrangler.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 TextAnnotationTextAnnotationDTO.to(TextAnnotationDTO dto) Methods in com.levigo.jadice.web.client.messaging with parameters of type TextAnnotationModifier and TypeMethodDescriptionfinal voidTextAnnotationDTO.applyToAnnotation(TextAnnotation anno) static TextAnnotationDTOTextAnnotationDTO.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 TextAnnotationTextAnnotationDTO.to(TextAnnotationDTO dto) Methods in com.levigo.jadice.web.server.messaging with parameters of type TextAnnotationModifier and TypeMethodDescriptionvoidAbstractTextAnnotationDTO.applyFromAnnotation(TextAnnotation anno) voidAbstractTextAnnotationDTO.applyToAnnotation(TextAnnotation anno) static TextAnnotationDTOTextAnnotationDTO.from(TextAnnotation anno)