Class ActiveEnvironmentGroup.DataObjectFontTriplet

java.lang.Object
org.apache.fop.afp.modca.AbstractAFPObject
org.apache.fop.afp.modca.triplets.AbstractTriplet
org.apache.fop.afp.modca.ActiveEnvironmentGroup.DataObjectFontTriplet
All Implemented Interfaces:
Triplet, Streamable, StructuredData
Enclosing class:
ActiveEnvironmentGroup

static class ActiveEnvironmentGroup.DataObjectFontTriplet extends AbstractTriplet
  • Field Details

    • pointSize

      private int pointSize
  • Constructor Details

    • DataObjectFontTriplet

      public DataObjectFontTriplet(int size)
  • Method Details

    • getDataLength

      public int getDataLength()
      Description copied from interface: StructuredData
      Returns the data length of this structured field
      Returns:
      the data length of this structured field
    • writeToStream

      public void writeToStream(OutputStream os) throws IOException
      Description copied from interface: Streamable
      DataStream objects must implement the writeToStream() method to write its data to the given OutputStream
      Parameters:
      os - the outputsteam stream
      Throws:
      IOException - an I/O exception of some sort has occurred.