Class TextAndChoiceLegacyDrawer


  • final class TextAndChoiceLegacyDrawer
    extends java.lang.Object
    • Field Detail

      • LOGGER

        private static final org.slf4j.Logger LOGGER
    • Constructor Detail

      • TextAndChoiceLegacyDrawer

        private TextAndChoiceLegacyDrawer()
    • Method Detail

      • regenerateTextAndChoiceField

        static boolean regenerateTextAndChoiceField​(PdfFormAnnotation formAnnotation)
      • obfuscatePassword

        private static java.lang.String obfuscatePassword​(java.lang.String text)
      • calculateTranslationHeightAfterFieldRot

        private static float calculateTranslationHeightAfterFieldRot​(Rectangle bBox,
                                                                     double pageRotation,
                                                                     double relFieldRotation)
      • calculateTranslationWidthAfterFieldRot

        private static float calculateTranslationWidthAfterFieldRot​(Rectangle bBox,
                                                                    double pageRotation,
                                                                    double relFieldRotation)
      • degreeToRadians

        private static double degreeToRadians​(double angle)