Package com.io7m.jnoisetype.api
Interface NTPresetType
- All Superinterfaces:
NTFontMemberType,NTNamedType
public interface NTPresetType extends NTFontMemberType, NTNamedType
The type of presets.
-
Method Summary
Modifier and Type Method Description NTBankIndexbank()NTPresetIndexindex()NTPresetNamename()java.util.List<NTPresetZoneType>zones()Methods inherited from interface com.io7m.jnoisetype.api.NTFontMemberType
fontMethods inherited from interface com.io7m.jnoisetype.api.NTNamedType
nameText
-
Method Details
-
bank
NTBankIndex bank()- Returns:
- The bank containing the preset
-
index
NTPresetIndex index()- Returns:
- The index of the preset
-
name
NTPresetName name()- Returns:
- The name of the preset
-
zones
java.util.List<NTPresetZoneType> zones()- Returns:
- The preset zones
-