Uses of Class
com.levigo.jadice.annotation.ShapeBasedAnnotation
Packages that use ShapeBasedAnnotation
Package
Description
-
Uses of ShapeBasedAnnotation in com.levigo.jadice.annotation
Subclasses of ShapeBasedAnnotation in com.levigo.jadice.annotationModifier and TypeClassDescriptionclassAn annotation looking like an arrow.classA sub type of a TextAnnotation which has a text box and a callout arrow line which points to a specific point in the document.classAn Annotation consisting of 0-n checkbox elements.classAn annotation looking like an circle or ellipse.classclassA sub type of a RectangleAnnotation whose content is an image.classclassAn annotation looking like a line.classAn annotation mostly drawn using the mouse pointer.classAn annotation looking like an rectangle.classAn annotation looking like a stamp.classAn annotation looking like a piece of text.classAnnotation implementation to highlight / underscore / strike through text content. -
Uses of ShapeBasedAnnotation in com.levigo.jadice.web.client.internal.annotation
Methods in com.levigo.jadice.web.client.internal.annotation that return types with arguments of type ShapeBasedAnnotationModifier and TypeMethodDescriptionAnnotationSelection.getSelected()AnnotationEditor.getSelectedItems()Returns a all selected annotationsMethods in com.levigo.jadice.web.client.internal.annotation with parameters of type ShapeBasedAnnotationModifier and TypeMethodDescriptionvoidAnnotationSelection.add(Document document, Page page, ShapeBasedAnnotation annotation) booleanSelectionInspector.isSelectionPoint(ShapeBasedAnnotation annotation, Point2D point, int tolerance) Checks whether the given point is part of the annotation and therefore the annotation should be selected.booleanSelectionInspector.isSelectionTouchPoint(ShapeBasedAnnotation annotation, Point2D point) Checks whether the given point is part of the annotation and therefore the annotation should be selected.voidAnnotationSelection.remove(ShapeBasedAnnotation annotation) voidAnnotationSelection.set(Document document, Page page, ShapeBasedAnnotation... annotations) Method parameters in com.levigo.jadice.web.client.internal.annotation with type arguments of type ShapeBasedAnnotationModifier and TypeMethodDescriptionstatic Grid.SnapToAnnotationTransformHelper.getSnapToForAnnotations(List<ShapeBasedAnnotation> annos) -
Uses of ShapeBasedAnnotation in com.levigo.jadice.web.client.internal.annotation.editor
Methods in com.levigo.jadice.web.client.internal.annotation.editor that return types with arguments of type ShapeBasedAnnotationModifier and TypeMethodDescriptionprotected Set<ShapeBasedAnnotation> AnnotationPropertyEditor.getSelectedItems()Methods in com.levigo.jadice.web.client.internal.annotation.editor with parameters of type ShapeBasedAnnotationModifier and TypeMethodDescriptionprotected booleanToggleEditor.get(ShapeBasedAnnotation a) protected booleanTransparencyEditor.isTransparent(ShapeBasedAnnotation a) protected voidToggleEditor.set(ShapeBasedAnnotation a, boolean value) protected voidTransparencyEditor.setTransparent(ShapeBasedAnnotation a, boolean enabled) Method parameters in com.levigo.jadice.web.client.internal.annotation.editor with type arguments of type ShapeBasedAnnotationModifier and TypeMethodDescriptionvoidAnnotationPropertyEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidColorEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidFontFaceEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidFontSizeEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidLineWidthEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) voidTextEditor.init(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) -
Uses of ShapeBasedAnnotation in com.levigo.jadice.web.client.internal.annotation.wrangler
Classes in com.levigo.jadice.web.client.internal.annotation.wrangler with type parameters of type ShapeBasedAnnotationModifier and TypeClassDescriptionclassIconWrangler<T extends ShapeBasedAnnotation>This wrangler is intended to be used in conjunction with theIconRenderer. -
Uses of ShapeBasedAnnotation in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging with parameters of type ShapeBasedAnnotationModifier and TypeMethodDescriptionfinal voidShapeBasedAnnotationDTO.applyToAnnotation(ShapeBasedAnnotation anno) static ShapeBasedAnnotationDTOShapeBasedAnnotationDTO.from(ShapeBasedAnnotation anno) -
Uses of ShapeBasedAnnotation in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools that return types with arguments of type ShapeBasedAnnotationModifier and TypeMethodDescriptionAnnotationTool.getSelectedAnnotations()Returns the currently selected annotations.Methods in com.levigo.jadice.web.client.tools with parameters of type ShapeBasedAnnotationModifier and TypeMethodDescriptionvoidAnnotationTool.selectAnnotations(Page page, boolean showAnnoToolbar, ShapeBasedAnnotation... annotations) Selects the given annotation(s) for the given page.voidAnnotationTool.selectAnnotations(Page page, ShapeBasedAnnotation... annotations) Selects the given annotation(s) for the given page. -
Uses of ShapeBasedAnnotation in com.levigo.jadice.web.client.util
Method parameters in com.levigo.jadice.web.client.util with type arguments of type ShapeBasedAnnotationModifier and TypeMethodDescriptionprotected Grid.SnapToGesture.getSnapToForSelection(List<ShapeBasedAnnotation> selectedAnnos) Returns theGrid.SnapTofor the current selection. -
Uses of ShapeBasedAnnotation in com.levigo.jadice.web.server.messaging
Methods in com.levigo.jadice.web.server.messaging with parameters of type ShapeBasedAnnotationModifier and TypeMethodDescriptionvoidShapeBasedAnnotationDTO.applyFromAnnotation(ShapeBasedAnnotation anno) voidShapeBasedAnnotationDTO.applyToAnnotation(ShapeBasedAnnotation anno)