Class NewAttributeBands.Call

    • Constructor Detail

      • Call

        public Call​(int callableIndex)
    • Method Detail

      • addToAttribute

        public void addToAttribute​(int n,
                                   NewAttribute attribute)
        Description copied from interface: NewAttributeBands.AttributeLayoutElement
        Adds the band data for this element at the given index to the attribute.
        Parameters:
        n - Index position to add the attribute.
        attribute - The attribute to add.
      • getCallableIndex

        public int getCallableIndex()
      • readBands

        public void readBands​(java.io.InputStream in,
                              int count)
        Description copied from interface: NewAttributeBands.AttributeLayoutElement
        Read the bands associated with this part of the layout.
        Parameters:
        in - TODO
        count - TODO