Class MarkingEnvelopeIterator

java.lang.Object
ch.tocco.nice2.outputcenter.api.sorting.EnvelopeIterator
ch.tocco.nice2.outputcenter.impl.sorting.MarkingEnvelopeIterator
All Implemented Interfaces:
Iterator<OutputCenterInputSupplier>

public class MarkingEnvelopeIterator extends EnvelopeIterator
Iterates over all documents in a set of envelopes while marking the first page of the first document in an envelope.
  • Constructor Details

  • Method Details

    • setXoffset

      public void setXoffset(float xoffset)
    • setYoffset

      public void setYoffset(float yoffset)
    • getXoffset

      public float getXoffset()
    • getYoffset

      public float getYoffset()
    • getEnvelopeCount

      public int getEnvelopeCount()
      Returns the total number of envelopes.
    • next

      Specified by:
      next in interface Iterator<OutputCenterInputSupplier>
      Overrides:
      next in class EnvelopeIterator