Class PresentationSpaceResetMixingTriplet

  • All Implemented Interfaces:
    Triplet, Streamable, StructuredData

    public class PresentationSpaceResetMixingTriplet
    extends AbstractTriplet
    This triplet is used to specify the resulting appearance when data in a new presentation space is merged with data in an existing presentation space.
    • Field Detail

      • NOT_RESET

        public static final byte NOT_RESET
        Do not reset to the color of the medium prior to placing data into this MO:DCA presentation space.
        See Also:
        Constant Field Values
      • RESET

        public static final byte RESET
        Reset to the color of the medium prior to placing data into this MO:DCA presentation space.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PresentationSpaceResetMixingTriplet

        public PresentationSpaceResetMixingTriplet​(byte backgroundMixFlag)
        Main constructor
        Parameters:
        backgroundMixFlag - the background mixing flag
    • 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.