Uses of Class
com.levigo.jadice.annotation.CalloutAnnotation
Packages that use CalloutAnnotation
Package
Description
-
Uses of CalloutAnnotation in com.levigo.jadice.annotation
Methods in com.levigo.jadice.annotation that return CalloutAnnotation -
Uses of CalloutAnnotation in com.levigo.jadice.web.client.internal.annotation.wrangler.callout
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler.callout with parameters of type CalloutAnnotationModifier and TypeMethodDescriptionstatic void
CalloutAnnotations.autoMoveTextBox
(CalloutAnnotation annotation, PageView pageView, Point2D moveToCenterPoint) Performs the automatic move, meaning the textbox can be moved, but the arrow head remains at the same location.CalloutAnnotations.createPossibleAnchorSnapPoints
(CalloutAnnotation annotation) Returns a list of the possible anchor snap points.static Line2D
CalloutAnnotations.getAnchorLine
(CalloutAnnotation annotation) Returns a line connecting the anchor point with the knee point.static Point2D
CalloutAnnotations.getAnchorPoint
(CalloutAnnotation annotation) Returns the anchor point of the callout line (anchor to textbox).static Point2D
CalloutAnnotations.getClosestAnchorSnapPoint
(CalloutAnnotation annotation, Point2D point) Returns the closest anchor snap point for the given point.ModifyTextBoxGesture.getHandles
(PageView pageView, Page page, CalloutAnnotation annotation) static Line2D
CalloutAnnotations.getHeadLine
(CalloutAnnotation annotation) Returns a line connecting the head point with the knee point.static Point2D
CalloutAnnotations.getHeadPoint
(CalloutAnnotation annotation) Returns the head point of the callout line (arrow position).static Point2D
CalloutAnnotations.getKneePoint
(CalloutAnnotation annotation) Returns the knee point of the callout line (middle point of the line).static void
CalloutAnnotations.updateAnchorPoint
(CalloutAnnotation annotation, Point2D anchorPoint) Updates the callout anchor point of the given annotation.static void
CalloutAnnotations.updateAnnotationBounds
(CalloutAnnotation annotation) After modifying the textbox rectangle or the callout, this method can be used to update the annotation full rectangle to the actual value.static void
CalloutAnnotations.updateHeadPoint
(CalloutAnnotation annotation, Point2D headPoint) Updates the callout head point of the given annotation.static void
CalloutAnnotations.updateKneePoint
(CalloutAnnotation annotation, Point2D kneePoint) Updates the callout knee point of the given annotation.static void
CalloutAnnotations.validateAnchorPoint
(CalloutAnnotation annotation) Checks if the anchor point is still correct (it might be necessary to update it if the textbox was moved/resized for example).Constructors in com.levigo.jadice.web.client.internal.annotation.wrangler.callout with parameters of type CalloutAnnotationModifierConstructorDescriptionModifyCalloutGesture
(CalloutAnnotation annotation) TextBoxMoveGesture
(PageView pageView, CalloutAnnotation annotation, Page page) -
Uses of CalloutAnnotation in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return CalloutAnnotationModifier and TypeMethodDescriptionstatic CalloutAnnotation
CalloutAnnotationDTO.to
(CalloutAnnotationDTO dto) Methods in com.levigo.jadice.web.client.messaging with parameters of type CalloutAnnotationModifier and TypeMethodDescriptionstatic CalloutAnnotationDTO
CalloutAnnotationDTO.from
(CalloutAnnotation anno) -
Uses of CalloutAnnotation in com.levigo.jadice.web.server.messaging
Methods in com.levigo.jadice.web.server.messaging that return CalloutAnnotationModifier and TypeMethodDescriptionstatic CalloutAnnotation
CalloutAnnotationDTO.to
(CalloutAnnotationDTO dto) Methods in com.levigo.jadice.web.server.messaging with parameters of type CalloutAnnotationModifier and TypeMethodDescriptionstatic CalloutAnnotationDTO
CalloutAnnotationDTO.from
(CalloutAnnotation anno)