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 AnnotationToolAbstractAnnotationCommand.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 AnnotationToolAnnotationPropertyEditor.getAnnoTool()Methods in com.levigo.jadice.web.client.internal.annotation.editor with parameters of type AnnotationToolModifier 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)