Class ActiveEnvironmentGroup.FontFullyQualifiedNameTriplet

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

public static class ActiveEnvironmentGroup.FontFullyQualifiedNameTriplet extends AbstractTriplet
  • Constructor Details

    • FontFullyQualifiedNameTriplet

      public FontFullyQualifiedNameTriplet(byte fqName)
  • 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.