Class Factory

java.lang.Object
org.apache.fop.afp.Factory

public class Factory extends Object
Creator of MO:DCA structured field objects
  • Field Details

    • OBJECT_ENVIRONMENT_GROUP_NAME_PREFIX

      private static final String OBJECT_ENVIRONMENT_GROUP_NAME_PREFIX
      See Also:
    • ACTIVE_ENVIRONMENT_GROUP_NAME_PREFIX

      private static final String ACTIVE_ENVIRONMENT_GROUP_NAME_PREFIX
      See Also:
    • IMAGE_NAME_PREFIX

      private static final String IMAGE_NAME_PREFIX
      See Also:
    • GRAPHIC_NAME_PREFIX

      private static final String GRAPHIC_NAME_PREFIX
      See Also:
    • BARCODE_NAME_PREFIX

      private static final String BARCODE_NAME_PREFIX
      See Also:
    • OBJECT_CONTAINER_NAME_PREFIX

      private static final String OBJECT_CONTAINER_NAME_PREFIX
      See Also:
    • RESOURCE_NAME_PREFIX

      private static final String RESOURCE_NAME_PREFIX
      See Also:
    • RESOURCE_GROUP_NAME_PREFIX

      private static final String RESOURCE_GROUP_NAME_PREFIX
      See Also:
    • PAGE_GROUP_NAME_PREFIX

      private static final String PAGE_GROUP_NAME_PREFIX
      See Also:
    • PAGE_NAME_PREFIX

      private static final String PAGE_NAME_PREFIX
      See Also:
    • OVERLAY_NAME_PREFIX

      private static final String OVERLAY_NAME_PREFIX
      See Also:
    • PRESENTATION_TEXT_NAME_PREFIX

      private static final String PRESENTATION_TEXT_NAME_PREFIX
      See Also:
    • DOCUMENT_NAME_PREFIX

      private static final String DOCUMENT_NAME_PREFIX
      See Also:
    • IM_IMAGE_NAME_PREFIX

      private static final String IM_IMAGE_NAME_PREFIX
      See Also:
    • IMAGE_SEGMENT_NAME_PREFIX

      private static final String IMAGE_SEGMENT_NAME_PREFIX
      See Also:
    • pageGroupCount

      private int pageGroupCount
      the page group count
    • pageCount

      private int pageCount
      the page count
    • imageCount

      private int imageCount
      the image count
    • imImageCount

      private int imImageCount
      the im image count
    • imageSegmentCount

      private int imageSegmentCount
      the image segment count
    • graphicCount

      private int graphicCount
      the graphic count
    • objectContainerCount

      private int objectContainerCount
      the object container count
    • resourceCount

      private int resourceCount
      the resource count
    • resourceGroupCount

      private int resourceGroupCount
      the resource group count
    • overlayCount

      private int overlayCount
      the overlay count
    • textObjectCount

      private int textObjectCount
      the presentation text object count
    • activeEnvironmentGroupCount

      private int activeEnvironmentGroupCount
      the active environment group count
    • documentCount

      private int documentCount
      the document count
    • objectEnvironmentGroupCount

      private int objectEnvironmentGroupCount
      the object environment group count
  • Constructor Details

    • Factory

      public Factory()
      Main constructor
  • Method Details