Package com.io7m.jnoisetype.api
Interface NTInstrumentType
- All Superinterfaces:
NTFontMemberType,NTNamedType
public interface NTInstrumentType extends NTFontMemberType, NTNamedType
The type of instruments.
-
Method Summary
Modifier and Type Method Description NTInstrumentIndexindex()NTInstrumentNamename()java.util.List<NTInstrumentZoneType>zones()Methods inherited from interface com.io7m.jnoisetype.api.NTFontMemberType
fontMethods inherited from interface com.io7m.jnoisetype.api.NTNamedType
nameText
-
Method Details
-
index
NTInstrumentIndex index()- Returns:
- The index of the instrument
-
name
NTInstrumentName name()- Returns:
- The name of the instrument
-
zones
java.util.List<NTInstrumentZoneType> zones()- Returns:
- The instrument zones
-