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