Uses of Class
com.levigo.jadice.web.client.tools.AnnotationTool
Packages that use AnnotationTool
Package
Description
-
Uses of AnnotationTool in com.levigo.jadice.web.client.commands
Methods in com.levigo.jadice.web.client.commands that return AnnotationToolModifier and TypeMethodDescriptionprotected AnnotationTool
AbstractAnnotationCommand.getAnnotationTool()
-
Uses of AnnotationTool in com.levigo.jadice.web.client.internal.annotation
Constructors in com.levigo.jadice.web.client.internal.annotation with parameters of type AnnotationToolModifierConstructorDescriptionConstructor.CreateModeEditor
(AnnotationTool tool, AbstractBar toolbar, ToolManager manager) -
Uses of AnnotationTool in com.levigo.jadice.web.client.internal.annotation.editor
Methods in com.levigo.jadice.web.client.internal.annotation.editor that return AnnotationToolModifier and TypeMethodDescriptionprotected AnnotationTool
AnnotationPropertyEditor.getAnnoTool()
Methods in com.levigo.jadice.web.client.internal.annotation.editor with parameters of type AnnotationToolModifier 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)