Package com.io7m.jnoisetype.api
Interface NTInstrumentType
-
- All Superinterfaces:
NTFontMemberType,NTNamedType
public interface NTInstrumentType extends NTFontMemberType, NTNamedType
The type of instruments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NTInstrumentIndexindex()NTInstrumentNamename()java.util.List<NTInstrumentZoneType>zones()-
Methods inherited from interface com.io7m.jnoisetype.api.NTFontMemberType
font
-
Methods inherited from interface com.io7m.jnoisetype.api.NTNamedType
nameText
-
-
-
-
Method Detail
-
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
-
-