Class CalloutAnnotationRenderer

java.lang.Object
com.levigo.jadice.document.internal.presentation.group.Container
com.levigo.jadice.document.internal.presentation.group.TransparencyGroupContainer
com.levigo.jadice.annotation.internal.renderer.AnnotationRenderer<TextAnnotation>
com.levigo.jadice.annotation.internal.renderer.ShapeBasedAnnotationRenderer<TextAnnotation>
com.levigo.jadice.annotation.internal.renderer.TextAnnotationRenderer<CalloutAnnotation>
com.levigo.jadice.annotation.internal.renderer.CalloutAnnotationRenderer
com.levigo.jadice.web.server.annotation.CalloutAnnotationRenderer
All Implemented Interfaces:
com.levigo.jadice.annotation.internal.AnnotationTypeProvider, com.levigo.jadice.document.internal.presentation.PresentationElement, com.levigo.jadice.document.internal.presentation.VisualElement, com.levigo.jadice.document.internal.ref.BadgeProvider, Iterable<com.levigo.jadice.document.internal.presentation.PresentationElement>

@Deprecated public class CalloutAnnotationRenderer extends com.levigo.jadice.annotation.internal.renderer.CalloutAnnotationRenderer
Deprecated.
As of release 5.8.15.0, replaced by CalloutAnnotationRenderer
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.levigo.jadice.annotation.internal.renderer.TextAnnotationRenderer

    com.levigo.jadice.annotation.internal.renderer.TextAnnotationRenderer.AdjustMode, com.levigo.jadice.annotation.internal.renderer.TextAnnotationRenderer.LineWrap

    Nested classes/interfaces inherited from class com.levigo.jadice.annotation.internal.renderer.ShapeBasedAnnotationRenderer

    com.levigo.jadice.annotation.internal.renderer.ShapeBasedAnnotationRenderer.CompositeMode
  • Field Summary

    Fields inherited from class com.levigo.jadice.annotation.internal.renderer.CalloutAnnotationRenderer

    lineWrap

    Fields inherited from class com.levigo.jadice.annotation.internal.renderer.TextAnnotationRenderer

    forceTextUpRight, lineWrapMode

    Fields inherited from class com.levigo.jadice.annotation.internal.renderer.ShapeBasedAnnotationRenderer

    compositeMode, referenceResolution

    Fields inherited from class com.levigo.jadice.document.internal.presentation.group.Container

    ALPHA_MAX

    Fields inherited from interface com.levigo.jadice.document.internal.presentation.VisualElement

    IDENTITY_TRANSFORM
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Methods inherited from class com.levigo.jadice.annotation.internal.renderer.CalloutAnnotationRenderer

    createRendering, getArrowRenderStructure, getBoundsRegardingStrokeWidth, getLineWrap, getTextBoxStructure, getTextRenderStructure, setLineWrap, updateRendering

    Methods inherited from class com.levigo.jadice.annotation.internal.renderer.TextAnnotationRenderer

    adjustAnnotationBoundsToTextLayout, applyAdjustMode, getAdjustMode, getAnnotationToRender, getFontBridge, getTextContent, isForceTextUpRight, setAdjustMode, setForceTextUpRight, setRotation

    Methods inherited from class com.levigo.jadice.annotation.internal.renderer.ShapeBasedAnnotationRenderer

    applyCompositeMode, applyCompositeModeToFillColor, applyCompositeModeToStrokeColor, getBoundingBox, getCompositeMode, getIconifiedRenderStructure, getReferenceResolution, getShapeRenderStructure, setCompositeMode, setReferenceResolution

    Methods inherited from class com.levigo.jadice.annotation.internal.renderer.AnnotationRenderer

    getAnnotation, getLogicalBoundingBox, getType, iterator, setAnnotation

    Methods inherited from class com.levigo.jadice.document.internal.presentation.group.TransparencyGroupContainer

    getID, hasNativeSignificance, hasSignificantChildren, isIsolated, isKnockout, isPerceptible, isSignificantChild, setHasSignificantChildren, toString

    Methods inherited from class com.levigo.jadice.document.internal.presentation.group.Container

    add, addAll, getBadge, getBlendMode, getClipBoundingBox, getClipPath, getDefaultTransformation, getDescription, getNonStrokingAlpha, getNonStrokingPaint, getSoftMask, getStroke, getStrokingAlpha, getStrokingPaint, getTransferFunction, getTransformation, getTransparencyMode, indexOf, insertAt, isEmpty, isMutable, iteratorReversed, remove, removeAll, setBlendMode, setClipPath, setDefaultTransformation, setNonStrokingAlpha, setNonStrokingPaint, setPaints, setSoftMask, setStroke, setStrokingAlpha, setStrokingPaint, setTransferFunction, setTransformation, setTransparencyMode, size

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator

    Methods inherited from interface com.levigo.jadice.document.internal.presentation.VisualElement

    getBoundingBox
  • Constructor Details

    • CalloutAnnotationRenderer

      public CalloutAnnotationRenderer()
      Deprecated.