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 voidCalloutAnnotations.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 Line2DCalloutAnnotations.getAnchorLine(CalloutAnnotation annotation) Returns a line connecting the anchor point with the knee point.static Point2DCalloutAnnotations.getAnchorPoint(CalloutAnnotation annotation) Returns the anchor point of the callout line (anchor to textbox).static Point2DCalloutAnnotations.getClosestAnchorSnapPoint(CalloutAnnotation annotation, Point2D point) Returns the closest anchor snap point for the given point.ModifyTextBoxGesture.getHandles(PageView pageView, Page page, CalloutAnnotation annotation) static Line2DCalloutAnnotations.getHeadLine(CalloutAnnotation annotation) Returns a line connecting the head point with the knee point.static Point2DCalloutAnnotations.getHeadPoint(CalloutAnnotation annotation) Returns the head point of the callout line (arrow position).static Point2DCalloutAnnotations.getKneePoint(CalloutAnnotation annotation) Returns the knee point of the callout line (middle point of the line).static voidCalloutAnnotations.updateAnchorPoint(CalloutAnnotation annotation, Point2D anchorPoint) Updates the callout anchor point of the given annotation.static voidCalloutAnnotations.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 voidCalloutAnnotations.updateHeadPoint(CalloutAnnotation annotation, Point2D headPoint) Updates the callout head point of the given annotation.static voidCalloutAnnotations.updateKneePoint(CalloutAnnotation annotation, Point2D kneePoint) Updates the callout knee point of the given annotation.static voidCalloutAnnotations.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 CalloutAnnotationCalloutAnnotationDTO.to(CalloutAnnotationDTO dto) Methods in com.levigo.jadice.web.client.messaging with parameters of type CalloutAnnotationModifier and TypeMethodDescriptionstatic CalloutAnnotationDTOCalloutAnnotationDTO.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 CalloutAnnotationCalloutAnnotationDTO.to(CalloutAnnotationDTO dto) Methods in com.levigo.jadice.web.server.messaging with parameters of type CalloutAnnotationModifier and TypeMethodDescriptionstatic CalloutAnnotationDTOCalloutAnnotationDTO.from(CalloutAnnotation anno)