Class TileSize

All Implemented Interfaces:
Streamable

public class TileSize extends AbstractAFPObject
  • Constructor Details

    • TileSize

      public TileSize(int hsize, int vsize, int hresol, int vresol)
  • Method Details

    • 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.