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 TypeClassDescriptionclass
An annotation looking like an arrow.class
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
An Annotation consisting of 0-n checkbox elements.class
An annotation looking like an circle or ellipse.class
class
A sub type of a RectangleAnnotation whose content is an image.class
class
An annotation looking like a line.class
An annotation mostly drawn using the mouse pointer.class
An annotation looking like an rectangle.class
An annotation looking like a stamp.class
An annotation looking like a piece of text.class
Annotation 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 TypeMethodDescriptionvoid
AnnotationSelection.add
(Document document, Page page, ShapeBasedAnnotation annotation) boolean
SelectionInspector.isSelectionPoint
(ShapeBasedAnnotation annotation, Point2D point, int tolerance) Checks whether the given point is part of the annotation and therefore the annotation should be selected.boolean
SelectionInspector.isSelectionTouchPoint
(ShapeBasedAnnotation annotation, Point2D point) Checks whether the given point is part of the annotation and therefore the annotation should be selected.void
AnnotationSelection.remove
(ShapeBasedAnnotation annotation) void
AnnotationSelection.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.SnapTo
AnnotationTransformHelper.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 boolean
ToggleEditor.get
(ShapeBasedAnnotation a) protected boolean
TransparencyEditor.isTransparent
(ShapeBasedAnnotation a) protected void
ToggleEditor.set
(ShapeBasedAnnotation a, boolean value) protected void
TransparencyEditor.setTransparent
(ShapeBasedAnnotation a, boolean enabled) Method parameters in com.levigo.jadice.web.client.internal.annotation.editor with type arguments of type ShapeBasedAnnotationModifier and TypeMethodDescriptionvoid
AnnotationPropertyEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
ColorEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
FontFaceEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
FontSizeEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
LineWidthEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
TextEditor.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 TypeClassDescriptionclass
IconWrangler<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 void
ShapeBasedAnnotationDTO.applyToAnnotation
(ShapeBasedAnnotation anno) static ShapeBasedAnnotationDTO
ShapeBasedAnnotationDTO.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 TypeMethodDescriptionvoid
AnnotationTool.selectAnnotations
(Page page, boolean showAnnoToolbar, ShapeBasedAnnotation... annotations) Selects the given annotation(s) for the given page.void
AnnotationTool.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.SnapTo
Gesture.getSnapToForSelection
(List<ShapeBasedAnnotation> selectedAnnos) Returns theGrid.SnapTo
for 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 TypeMethodDescriptionvoid
ShapeBasedAnnotationDTO.applyFromAnnotation
(ShapeBasedAnnotation anno) void
ShapeBasedAnnotationDTO.applyToAnnotation
(ShapeBasedAnnotation anno)