Interface AnnotationInitializer

All Known Implementing Classes:
CMAnnotationInitializer, FNP8AnnotationInitializer

public interface AnnotationInitializer
Annotation initializer. Used to initialize format specific annotation attributes (e.g. size, line width)
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    tryInitialize(Annotation annotation, Page page)
     
  • Method Details

    • tryInitialize

      boolean tryInitialize(Annotation annotation, Page page)