Class PDCircleAppearanceHandler

java.lang.Object
org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDAbstractAppearanceHandler
org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDCircleAppearanceHandler
All Implemented Interfaces:
PDAppearanceHandler

public class PDCircleAppearanceHandler extends PDAbstractAppearanceHandler
Handler to generate the circle annotations appearance.
  • Field Details

    • LOG

      private static final org.apache.commons.logging.Log LOG
  • Constructor Details

    • PDCircleAppearanceHandler

      public PDCircleAppearanceHandler(PDAnnotation annotation)
    • PDCircleAppearanceHandler

      public PDCircleAppearanceHandler(PDAnnotation annotation, PDDocument document)
  • Method Details

    • generateAppearanceStreams

      public void generateAppearanceStreams()
    • generateNormalAppearance

      public void generateNormalAppearance()
    • generateRolloverAppearance

      public void generateRolloverAppearance()
    • generateDownAppearance

      public void generateDownAppearance()
    • getLineWidth

      float getLineWidth()
      Get the line with of the border. Get the width of the line used to draw a border around the annotation. This may either be specified by the annotation dictionaries Border setting or by the W entry in the BS border style dictionary. If both are missing the default width is 1.
      Returns:
      the line width