Interface MatlabArrayIndexSupporter

    • Method Detail

      • setIndex

        void setIndex​(Mat5ArrayElementIndex value)
        Sets the index to obtain.
        Parameters:
        value - the index
      • indexTipText

        String indexTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setZeroBasedIndex

        void setZeroBasedIndex​(boolean value)
        Sets whether the index is 0-based or 1-based.
        Parameters:
        value - true if 0-based
      • getZeroBasedIndex

        boolean getZeroBasedIndex()
        Returns whether the index is 0-based or 1-based.
        Returns:
        true if 0-based
      • zeroBasedIndexTipText

        String zeroBasedIndexTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.