Class ObjectAreaSizeTriplet

    • Constructor Detail

      • ObjectAreaSizeTriplet

        public ObjectAreaSizeTriplet​(int x,
                                     int y,
                                     byte type)
        Main constructor
        Parameters:
        x - the object area extent for the X axis
        y - the object area extent for the Y axis
        type - the object area size type
      • ObjectAreaSizeTriplet

        public ObjectAreaSizeTriplet​(int x,
                                     int y)
        Main constructor
        Parameters:
        x - the object area extent for the X axis
        y - the object area extent for the Y axis
    • Method Detail

      • getDataLength

        public int getDataLength()
        Returns the data length of this structured field
        Returns:
        the data length of this structured field
      • writeToStream

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