Class NotSupportedFlattener

  • All Implemented Interfaces:
    IAnnotationFlattener

    public class NotSupportedFlattener
    extends java.lang.Object
    implements IAnnotationFlattener
    This class is used to warn that annotation flattening is not supported for the given annotation.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.slf4j.Logger LOGGER  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean flatten​(PdfAnnotation annotation, PdfPage page)
      Logs a warning that annotation flattening is not supported for the given annotation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOGGER

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

    • Method Detail

      • flatten

        public boolean flatten​(PdfAnnotation annotation,
                               PdfPage page)
        Logs a warning that annotation flattening is not supported for the given annotation.
        Specified by:
        flatten in interface IAnnotationFlattener
        Parameters:
        annotation - annotation to flatten
        page - page to flatten annotation on
        Returns:
        true if annotation was flattened, false otherwise