- about() - Static method in class org.bytedeco.ale.Cartridge
-
Query some information about this cartridge.
- about() - Method in class org.bytedeco.ale.Console
-
Query some information about this console.
- act(int) - Method in class org.bytedeco.ale.ALEInterface
-
- act(int, int) - Method in class org.bytedeco.ale.StellaEnvironment
-
Applies the given actions (e.g.
- act(int, int) - Method in class org.bytedeco.ale.StellaEnvironmentWrapper
-
- action_to_string(int) - Static method in class org.bytedeco.ale.global.ale
-
- adjustCycleCounter(int) - Method in class org.bytedeco.ale.Sound
-
The system cycle counter is being adjusting by the specified amount.
- adjustVolume(byte) - Method in class org.bytedeco.ale.Sound
-
Adjusts the volume of the sound device based on the given direction.
- ale - Class in org.bytedeco.ale.global
-
- ale() - Constructor for class org.bytedeco.ale.global.ale
-
- ale - Class in org.bytedeco.ale.presets
-
- ale() - Constructor for class org.bytedeco.ale.presets.ale
-
- ALEInterface - Class in org.bytedeco.ale
-
This class interfaces ALE with external code for controlling agents.
- ALEInterface(Pointer) - Constructor for class org.bytedeco.ale.ALEInterface
-
Pointer cast constructor.
- ALEInterface(long) - Constructor for class org.bytedeco.ale.ALEInterface
-
Native array allocator.
- ALEInterface() - Constructor for class org.bytedeco.ale.ALEInterface
-
- ALEInterface(boolean) - Constructor for class org.bytedeco.ale.ALEInterface
-
- ALERAM - Class in org.bytedeco.ale
-
A simple wrapper around the Atari RAM.
- ALERAM(Pointer) - Constructor for class org.bytedeco.ale.ALERAM
-
Pointer cast constructor.
- ALERAM(long) - Constructor for class org.bytedeco.ale.ALERAM
-
Native array allocator.
- ALERAM() - Constructor for class org.bytedeco.ale.ALERAM
-
- ALERAM(ALERAM) - Constructor for class org.bytedeco.ale.ALERAM
-
- ALEScreen - Class in org.bytedeco.ale
-
A simple wrapper around an Atari screen.
- ALEScreen(Pointer) - Constructor for class org.bytedeco.ale.ALEScreen
-
Pointer cast constructor.
- ALEScreen(int, int) - Constructor for class org.bytedeco.ale.ALEScreen
-
- ALEScreen(ALEScreen) - Constructor for class org.bytedeco.ale.ALEScreen
-
- ALEState - Class in org.bytedeco.ale
-
- ALEState(Pointer) - Constructor for class org.bytedeco.ale.ALEState
-
Pointer cast constructor.
- ALEState(long) - Constructor for class org.bytedeco.ale.ALEState
-
Native array allocator.
- ALEState() - Constructor for class org.bytedeco.ale.ALEState
-
- ALEState(ALEState, BytePointer) - Constructor for class org.bytedeco.ale.ALEState
-
- ALEState(ALEState, String) - Constructor for class org.bytedeco.ale.ALEState
-
- ALEState(BytePointer) - Constructor for class org.bytedeco.ale.ALEState
-
- ALEState(String) - Constructor for class org.bytedeco.ale.ALEState
-
- applyActionPaddles(Event, int, int) - Method in class org.bytedeco.ale.ALEState
-
Applies paddle actions.
- applyPaletteGrayscale(BytePointer, BytePointer, long) - Method in class org.bytedeco.ale.ColourPalette
-
Applies the current grayscale palette to the src_buffer and returns the results in dst_buffer
For each byte in src_buffer, a single byte is returned in dst_buffer
8 bits => 8 bits
- applyPaletteGrayscale(ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.ale.ColourPalette
-
- applyPaletteGrayscale(byte[], byte[], long) - Method in class org.bytedeco.ale.ColourPalette
-
- applyPaletteRGB(BytePointer, BytePointer, long) - Method in class org.bytedeco.ale.ColourPalette
-
Applies the current RGB palette to the src_buffer and returns the results in dst_buffer
For each byte in src_buffer, three bytes are returned in dst_buffer
8 bits => 24 bits
- applyPaletteRGB(ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.ale.ColourPalette
-
- applyPaletteRGB(byte[], byte[], long) - Method in class org.bytedeco.ale.ColourPalette
-
- array() - Method in class org.bytedeco.ale.ALERAM
-
Returns the whole array (equivalent to byte(0)).
- arraySize() - Method in class org.bytedeco.ale.ALEScreen
-
Returns the size of the underlying array
- AtariVox - Static variable in class org.bytedeco.ale.Controller
-
enum Controller::Type
- attach(Settings) - Method in class org.bytedeco.ale.OSystem
-
Adds the specified settings object to the system.
- cacheFile() - Method in class org.bytedeco.ale.OSystem
-
This method should be called to get the full path of the gamelist
cache file (used by the Launcher to show a listing of available games).
- Cartridge - Class in org.bytedeco.ale
-
A cartridge is a device which contains the machine code for a
game and handles any bankswitching performed by the cartridge.
- Cartridge(Pointer) - Constructor for class org.bytedeco.ale.Cartridge
-
Pointer cast constructor.
- cartridge() - Method in class org.bytedeco.ale.Console
-
Get the cartridge used by the console which contains the ROM code
- changeHeight(int) - Method in class org.bytedeco.ale.Console
-
Change the "Display.Height" variable.
- ChangeState - Static variable in class org.bytedeco.ale.Event
-
enum Event::Type
- changeYStart(int) - Method in class org.bytedeco.ale.Console
-
Change the "Display.YStart" variable.
- cheatFile() - Method in class org.bytedeco.ale.OSystem
-
This method should be called to get the full path of the cheat file.
- clear() - Method in class org.bytedeco.ale.Event
-
Clears the event array (resets to initial state)
- clear() - Method in class org.bytedeco.ale.ResolutionList
-
- cloneState() - Method in class org.bytedeco.ale.ALEInterface
-
- cloneState() - Method in class org.bytedeco.ale.StellaEnvironment
-
Returns a copy of the current emulator state.
- cloneSystemState() - Method in class org.bytedeco.ale.ALEInterface
-
- cloneSystemState() - Method in class org.bytedeco.ale.StellaEnvironment
-
Returns a copy of the current emulator state.
- CmdMenuMode - Static variable in class org.bytedeco.ale.Event
-
enum Event::Type
- ColourPalette - Class in org.bytedeco.ale
-
- ColourPalette(Pointer) - Constructor for class org.bytedeco.ale.ColourPalette
-
Pointer cast constructor.
- ColourPalette(long) - Constructor for class org.bytedeco.ale.ColourPalette
-
Native array allocator.
- ColourPalette() - Constructor for class org.bytedeco.ale.ColourPalette
-
- colourPalette() - Method in class org.bytedeco.ale.OSystem
-
- configFile() - Method in class org.bytedeco.ale.OSystem
-
This method should be called to get the full path of the config file.
- Console - Class in org.bytedeco.ale
-
This class represents the entire game console.
- Console(Pointer) - Constructor for class org.bytedeco.ale.Console
-
Pointer cast constructor.
- Console(Console) - Constructor for class org.bytedeco.ale.Console
-
Create a new console object by copying another one
- console() - Method in class org.bytedeco.ale.OSystem
-
Get the console of the system.
- ConsoleBlackWhite - Static variable in class org.bytedeco.ale.Event
-
enum Event::Type
- ConsoleColor - Static variable in class org.bytedeco.ale.Event
-
enum Event::Type
- ConsoleLeftDifficultyA - Static variable in class org.bytedeco.ale.Event
-
enum Event::Type
- ConsoleLeftDifficultyB - Static variable in class org.bytedeco.ale.Event
-
enum Event::Type
- ConsoleOff - Static variable in class org.bytedeco.ale.Event
-
enum Event::Type
- ConsoleOn - Static variable in class org.bytedeco.ale.Event
-
enum Event::Type
- ConsoleReset - Static variable in class org.bytedeco.ale.Event
-
enum Event::Type
- ConsoleRightDifficultyA - Static variable in class org.bytedeco.ale.Event
-
enum Event::Type
- ConsoleRightDifficultyB - Static variable in class org.bytedeco.ale.Event
-
enum Event::Type
- ConsoleSelect - Static variable in class org.bytedeco.ale.Event
-
enum Event::Type
- controller(int) - Method in class org.bytedeco.ale.Console
-
Get the controller plugged into the specified jack
- Controller - Class in org.bytedeco.ale
-
A controller is a device that plugs into either the left or right
controller jack of the Video Computer System (VCS).
- Controller(Pointer) - Constructor for class org.bytedeco.ale.Controller
-
Pointer cast constructor.
- create() - Method in class org.bytedeco.ale.OSystem
-
Create all child objects which belong to this OSystem
- createConsole(BytePointer) - Method in class org.bytedeco.ale.OSystem
-
Creates a new game console from the specified romfile.
- createConsole() - Method in class org.bytedeco.ale.OSystem
-
- createConsole(String) - Method in class org.bytedeco.ale.OSystem
-
- createOSystem(OSystem, Settings) - Static method in class org.bytedeco.ale.ALEInterface
-
- createScreenExporter(BytePointer) - Method in class org.bytedeco.ale.ALEInterface
-
- createScreenExporter(String) - Method in class org.bytedeco.ale.ALEInterface
-
- current() - Method in class org.bytedeco.ale.OSystem.TimingInfo
-
- current(int) - Method in class org.bytedeco.ale.OSystem.TimingInfo
-
- game_over() - Method in class org.bytedeco.ale.ALEInterface
-
- get(int) - Method in class org.bytedeco.ale.ALERAM
-
Byte accessors
- get(int, int) - Method in class org.bytedeco.ale.ALEScreen
-
pixel accessors, (row, column)-ordered
- get(int) - Method in class org.bytedeco.ale.Event
-
Get the value associated with the event of the specified type
- get(int) - Method in class org.bytedeco.ale.ResolutionList
-
- getArray() - Method in class org.bytedeco.ale.ALEScreen
-
Access the whole array
- getAvailableDifficulties() - Method in class org.bytedeco.ale.ALEInterface
-
- getAvailableModes() - Method in class org.bytedeco.ale.ALEInterface
-
- getBool(BytePointer) - Method in class org.bytedeco.ale.ALEInterface
-
- getBool(String) - Method in class org.bytedeco.ale.ALEInterface
-
- getBool(BytePointer, boolean) - Method in class org.bytedeco.ale.Settings
-
Get the value assigned to the specified key.
- getBool(BytePointer) - Method in class org.bytedeco.ale.Settings
-
- getBool(String, boolean) - Method in class org.bytedeco.ale.Settings
-
- getBool(String) - Method in class org.bytedeco.ale.Settings
-
- getCurrentMode() - Method in class org.bytedeco.ale.ALEState
-
- getDifficulty() - Method in class org.bytedeco.ale.ALEState
-
- getEpisodeFrameNumber() - Method in class org.bytedeco.ale.ALEInterface
-
- getEpisodeFrameNumber() - Method in class org.bytedeco.ale.ALEState
-
- getEpisodeFrameNumber() - Method in class org.bytedeco.ale.StellaEnvironment
-
- getFloat(BytePointer) - Method in class org.bytedeco.ale.ALEInterface
-
- getFloat(String) - Method in class org.bytedeco.ale.ALEInterface
-
- getFloat(BytePointer, boolean) - Method in class org.bytedeco.ale.Settings
-
Get the value assigned to the specified key.
- getFloat(BytePointer) - Method in class org.bytedeco.ale.Settings
-
- getFloat(String, boolean) - Method in class org.bytedeco.ale.Settings
-
- getFloat(String) - Method in class org.bytedeco.ale.Settings
-
- getFormat() - Method in class org.bytedeco.ale.Console
-
Query the currently selected display format (NTSC/PAL/PAL60).
- getFrameNumber() - Method in class org.bytedeco.ale.ALEInterface
-
- getFrameNumber() - Method in class org.bytedeco.ale.ALEState
-
- getFrameNumber() - Method in class org.bytedeco.ale.StellaEnvironment
-
- getGrayscale(int) - Method in class org.bytedeco.ale.ColourPalette
-
Returns the byte-sized grayscale value for this palette index.
- getImage(IntPointer) - Method in class org.bytedeco.ale.Cartridge
-
Access the internal ROM image for this cartridge.
- getImage(IntBuffer) - Method in class org.bytedeco.ale.Cartridge
-
- getImage(int[]) - Method in class org.bytedeco.ale.Cartridge
-
- getInstance() - Static method in class org.bytedeco.ale.Random
-
- getInt(BytePointer) - Method in class org.bytedeco.ale.ALEInterface
-
- getInt(String) - Method in class org.bytedeco.ale.ALEInterface
-
- getInt(BytePointer, boolean) - Method in class org.bytedeco.ale.Settings
-
Get the value assigned to the specified key.
- getInt(BytePointer) - Method in class org.bytedeco.ale.Settings
-
- getInt(String, boolean) - Method in class org.bytedeco.ale.Settings
-
- getInt(String) - Method in class org.bytedeco.ale.Settings
-
- getLegalActionSet() - Method in class org.bytedeco.ale.ALEInterface
-
- getMinimalActionSet() - Method in class org.bytedeco.ale.ALEInterface
-
- getPointer(long) - Method in class org.bytedeco.ale.ALEInterface
-
- getPointer(long) - Method in class org.bytedeco.ale.ALERAM
-
- getPointer(long) - Method in class org.bytedeco.ale.ALEState
-
- getPointer(long) - Method in class org.bytedeco.ale.ColourPalette
-
- getPointer(long) - Method in class org.bytedeco.ale.Event
-
- getPointer(long) - Method in class org.bytedeco.ale.OSystem.TimingInfo
-
- getPointer(long) - Method in class org.bytedeco.ale.Random
-
- getPointer(long) - Method in class org.bytedeco.ale.Resolution
-
- getPointer(long) - Method in class org.bytedeco.ale.ResolutionList
-
- getRAM() - Method in class org.bytedeco.ale.ALEInterface
-
- getRAM() - Method in class org.bytedeco.ale.StellaEnvironment
-
- getRGB(int, IntPointer, IntPointer, IntPointer) - Method in class org.bytedeco.ale.ColourPalette
-
Converts a given palette value in range [0, 255] into its RGB components.
- getRGB(int, IntBuffer, IntBuffer, IntBuffer) - Method in class org.bytedeco.ale.ColourPalette
-
- getRGB(int, int[], int[], int[]) - Method in class org.bytedeco.ale.ColourPalette
-
- getRGB(int) - Method in class org.bytedeco.ale.ColourPalette
-
Converts a given palette value into packed RGB (format 0x00RRGGBB).
- getROMInfo(BytePointer) - Method in class org.bytedeco.ale.OSystem
-
Gets all possible info about the ROM by creating a temporary
Console object and querying it.
- getROMInfo(String) - Method in class org.bytedeco.ale.OSystem
-
- getRow(int) - Method in class org.bytedeco.ale.ALEScreen
-
Access a whole row
- getScreen() - Method in class org.bytedeco.ale.ALEInterface
-
- getScreen() - Method in class org.bytedeco.ale.StellaEnvironment
-
Returns the current screen after processing (e.g.
- getScreenGrayscale(BytePointer) - Method in class org.bytedeco.ale.ALEInterface
-
- getScreenGrayscale(ByteBuffer) - Method in class org.bytedeco.ale.ALEInterface
-
- getScreenGrayscale(byte[]) - Method in class org.bytedeco.ale.ALEInterface
-
- getScreenRGB(BytePointer) - Method in class org.bytedeco.ale.ALEInterface
-
- getScreenRGB(ByteBuffer) - Method in class org.bytedeco.ale.ALEInterface
-
- getScreenRGB(byte[]) - Method in class org.bytedeco.ale.ALEInterface
-
- getSize(BytePointer, IntPointer, IntPointer) - Method in class org.bytedeco.ale.Settings
-
Get the x*y size assigned to the specified key.
- getSize(String, IntBuffer, IntBuffer) - Method in class org.bytedeco.ale.Settings
-
- getSize(BytePointer, int[], int[]) - Method in class org.bytedeco.ale.Settings
-
- getSize(String, IntPointer, IntPointer) - Method in class org.bytedeco.ale.Settings
-
- getSize(BytePointer, IntBuffer, IntBuffer) - Method in class org.bytedeco.ale.Settings
-
- getSize(String, int[], int[]) - Method in class org.bytedeco.ale.Settings
-
- getState() - Method in class org.bytedeco.ale.StellaEnvironment
-
- getString(BytePointer) - Method in class org.bytedeco.ale.ALEInterface
-
- getString(String) - Method in class org.bytedeco.ale.ALEInterface
-
- getString(BytePointer, boolean) - Method in class org.bytedeco.ale.Settings
-
Get the value assigned to the specified key.
- getString(BytePointer) - Method in class org.bytedeco.ale.Settings
-
- getString(String, boolean) - Method in class org.bytedeco.ale.Settings
-
- getString(String) - Method in class org.bytedeco.ale.Settings
-
- getTicks() - Method in class org.bytedeco.ale.OSystem
-
This method returns number of ticks in microseconds.
- getUserAction() - Method in class org.bytedeco.ale.DisplayScreen
-
- getWrapper() - Method in class org.bytedeco.ale.StellaEnvironment
-
Returns a wrapper providing #include-free access to our methods.
- RAM_LENGTH - Static variable in class org.bytedeco.ale.global.ale
-
- RAM_SIZE - Static variable in class org.bytedeco.ale.global.ale
-
A dummy class that simply ignores display events.
- RANDOM - Static variable in class org.bytedeco.ale.global.ale
-
enum Action
- Random - Class in org.bytedeco.ale
-
This Random class uses a Mersenne Twister to provide pseudorandom numbers.
- Random(Pointer) - Constructor for class org.bytedeco.ale.Random
-
Pointer cast constructor.
- Random(long) - Constructor for class org.bytedeco.ale.Random
-
Native array allocator.
- Random() - Constructor for class org.bytedeco.ale.Random
-
Create a new random number generator
- read(int) - Method in class org.bytedeco.ale.Controller
-
Read the value of the specified digital pin for this controller.
- recordNextFrame() - Method in class org.bytedeco.ale.Sound
-
Tells the sound engine to record one frame's worth of sound.
- remove_at(int) - Method in class org.bytedeco.ale.ResolutionList
-
- reset() - Method in class org.bytedeco.ale.Device
-
Reset device to its power-on state
- RESET - Static variable in class org.bytedeco.ale.global.ale
-
enum Action
- reset() - Method in class org.bytedeco.ale.M6532
-
Reset cartridge to its power-on state
- reset() - Method in class org.bytedeco.ale.Sound
-
Reset the sound device.
- reset() - Method in class org.bytedeco.ale.StellaEnvironment
-
Resets the system to its start state.
- reset_game() - Method in class org.bytedeco.ale.ALEInterface
-
- resetEpisodeFrameNumber() - Method in class org.bytedeco.ale.ALEState
-
- resetPaddles(Event) - Method in class org.bytedeco.ale.ALEState
-
- resetRNGSeed() - Method in class org.bytedeco.ale.OSystem
-
Resets the seed for our random number generator.
- Resolution - Class in org.bytedeco.ale
-
- Resolution() - Constructor for class org.bytedeco.ale.Resolution
-
Default native constructor.
- Resolution(long) - Constructor for class org.bytedeco.ale.Resolution
-
Native array allocator.
- Resolution(Pointer) - Constructor for class org.bytedeco.ale.Resolution
-
Pointer cast constructor.
- ResolutionList - Class in org.bytedeco.ale
-
- ResolutionList(Pointer) - Constructor for class org.bytedeco.ale.ResolutionList
-
Pointer cast constructor.
- ResolutionList(long) - Constructor for class org.bytedeco.ale.ResolutionList
-
Native array allocator.
- ResolutionList() - Constructor for class org.bytedeco.ale.ResolutionList
-
- ResolutionList(ResolutionList) - Constructor for class org.bytedeco.ale.ResolutionList
-
- restoreState(ALEState) - Method in class org.bytedeco.ale.ALEInterface
-
- restoreState(ALEState) - Method in class org.bytedeco.ale.StellaEnvironment
-
Restores a previously saved copy of the state.
- restoreSystemState(ALEState) - Method in class org.bytedeco.ale.ALEInterface
-
- restoreSystemState(ALEState) - Method in class org.bytedeco.ale.StellaEnvironment
-
Restores a previously saved copy of the state, including RNG state information.
- Right - Static variable in class org.bytedeco.ale.Controller
-
enum Controller::Jack
- riot() - Method in class org.bytedeco.ale.Console
-
Get the 6532 used by the console
- rng() - Method in class org.bytedeco.ale.OSystem
-
Returns the random number generator for this emulator.
- romFile() - Method in class org.bytedeco.ale.OSystem
-
This method should be called to get the full path of the currently
loaded ROM.
- romSettings() - Method in class org.bytedeco.ale.ALEInterface
-
- RomSettings - Class in org.bytedeco.ale
-
- RomSettings() - Constructor for class org.bytedeco.ale.RomSettings
-
Empty constructor.
- RomSettings(Pointer) - Constructor for class org.bytedeco.ale.RomSettings
-
Pointer cast constructor.
- save(Pointer) - Method in class org.bytedeco.ale.Cartridge
-
Save the internal (patched) ROM image.
- save(Serializer) - Method in class org.bytedeco.ale.Cartridge
-
MGB: Added to drop warning on overloaded save() method.
- save(Serializer) - Method in class org.bytedeco.ale.Device
-
Saves the current state of this device to the given Serializer.
- save(Serializer) - Method in class org.bytedeco.ale.M6532
-
Saves the current state of this device to the given Serializer.
- save(ALEScreen, BytePointer) - Method in class org.bytedeco.ale.ScreenExporter
-
Save the given screen to the given filename.
- save(ALEScreen, String) - Method in class org.bytedeco.ale.ScreenExporter
-
- save(Serializer) - Method in class org.bytedeco.ale.Sound
-
Saves the current state of this device to the given Serializer.
- save() - Method in class org.bytedeco.ale.StellaEnvironment
-
Save/restore the environment state onto the stack.
- SAVE_STATE - Static variable in class org.bytedeco.ale.global.ale
-
enum Action
- saveConfig() - Method in class org.bytedeco.ale.Settings
-
This method should be called to save the current settings to an rc file.
- saveNext(ALEScreen) - Method in class org.bytedeco.ale.ScreenExporter
-
Save the given screen according to our own internal numbering.
- saveScreenPNG(BytePointer) - Method in class org.bytedeco.ale.ALEInterface
-
- saveScreenPNG(String) - Method in class org.bytedeco.ale.ALEInterface
-
- saveState() - Method in class org.bytedeco.ale.ALEInterface
-
- SaveState - Static variable in class org.bytedeco.ale.Event
-
enum Event::Type
- saveState(Serializer) - Method in class org.bytedeco.ale.OSystem
-
Serializes the OSystem state.
- saveState(Serializer) - Method in class org.bytedeco.ale.Random
-
Serializes the RNG state.
- ScreenExporter - Class in org.bytedeco.ale
-
- ScreenExporter(Pointer) - Constructor for class org.bytedeco.ale.ScreenExporter
-
Pointer cast constructor.
- ScreenExporter(ColourPalette) - Constructor for class org.bytedeco.ale.ScreenExporter
-
Creates a new ScreenExporter which can be used to save screens using save(filename).
- ScreenExporter(ColourPalette, BytePointer) - Constructor for class org.bytedeco.ale.ScreenExporter
-
Creates a new ScreenExporter which will save frames successively in the directory provided.
- ScreenExporter(ColourPalette, String) - Constructor for class org.bytedeco.ale.ScreenExporter
-
- seed(int) - Method in class org.bytedeco.ale.Random
-
Class method which allows you to set the seed that'll be used
for created new instances of this class
- serialize() - Method in class org.bytedeco.ale.ALEState
-
- Serializer - Class in org.bytedeco.ale
-
- Serializer() - Constructor for class org.bytedeco.ale.Serializer
-
Empty constructor.
- Serializer(Pointer) - Constructor for class org.bytedeco.ale.Serializer
-
Pointer cast constructor.
- set(int, int) - Method in class org.bytedeco.ale.Event
-
Set the value associated with the event of the specified type
- set(short, byte, int) - Method in class org.bytedeco.ale.Sound
-
Sets the sound register to a given value.
- setActionJoysticks(Event, int, int) - Method in class org.bytedeco.ale.ALEState
-
Sets the joystick events.
- setBool(BytePointer, boolean) - Method in class org.bytedeco.ale.ALEInterface
-
- setBool(String, boolean) - Method in class org.bytedeco.ale.ALEInterface
-
- setBool(BytePointer, boolean) - Method in class org.bytedeco.ale.Settings
-
Set the value associated with key to the given value.
- setBool(String, boolean) - Method in class org.bytedeco.ale.Settings
-
- setChannels(int) - Method in class org.bytedeco.ale.Sound
-
Sets the number of channels (mono or stereo sound).
- setConfigPaths() - Method in class org.bytedeco.ale.OSystem
-
Set all config file paths for the OSystem.
- setCurrentMode(int) - Method in class org.bytedeco.ale.ALEState
-
- setDifficulty(int) - Method in class org.bytedeco.ale.ALEInterface
-
- setDifficulty(int) - Method in class org.bytedeco.ale.ALEState
-
set the difficulty according to the value.
- setDifficulty(int) - Method in class org.bytedeco.ale.StellaEnvironment
-
Set the difficulty according to the value.
- setEnabled(boolean) - Method in class org.bytedeco.ale.Sound
-
Enables/disables the sound subsystem.
- setFloat(BytePointer, float) - Method in class org.bytedeco.ale.ALEInterface
-
- setFloat(String, float) - Method in class org.bytedeco.ale.ALEInterface
-
- setFloat(BytePointer, float) - Method in class org.bytedeco.ale.Settings
-
Set the value associated with key to the given value.
- setFloat(String, float) - Method in class org.bytedeco.ale.Settings
-
- setFramerate(int) - Method in class org.bytedeco.ale.OSystem
-
Set the framerate for the video system.
- setFrameRate(int) - Method in class org.bytedeco.ale.Sound
-
Sets the display framerate.
- setInt(BytePointer, int) - Method in class org.bytedeco.ale.ALEInterface
-
- setInt(String, int) - Method in class org.bytedeco.ale.ALEInterface
-
- setInt(BytePointer, int) - Method in class org.bytedeco.ale.Settings
-
Set the value associated with key to the given value.
- setInt(String, int) - Method in class org.bytedeco.ale.Settings
-
- setMode(int) - Method in class org.bytedeco.ale.ALEInterface
-
- setMode(int) - Method in class org.bytedeco.ale.StellaEnvironment
-
Set the game mode according to the value.
- setPalette(BytePointer, BytePointer) - Method in class org.bytedeco.ale.ColourPalette
-
Loads all defined palettes with PAL color-loss data depending
on 'state'.
- setPalette(String, String) - Method in class org.bytedeco.ale.ColourPalette
-
- setSize(BytePointer, int, int) - Method in class org.bytedeco.ale.Settings
-
Set the value associated with key to the given value.
- setSize(String, int, int) - Method in class org.bytedeco.ale.Settings
-
- setState(ALEState) - Method in class org.bytedeco.ale.StellaEnvironment
-
Accessor methods for the environment state.
- setString(BytePointer, BytePointer) - Method in class org.bytedeco.ale.ALEInterface
-
- setString(String, String) - Method in class org.bytedeco.ale.ALEInterface
-
- setString(BytePointer, BytePointer) - Method in class org.bytedeco.ale.Settings
-
Set the value associated with key to the given value.
- setString(String, String) - Method in class org.bytedeco.ale.Settings
-
- setSystem(System) - Method in class org.bytedeco.ale.Controller
-
Inform this controller about the current System.
- settings() - Method in class org.bytedeco.ale.OSystem
-
Get the settings object of the system
- Settings - Class in org.bytedeco.ale
-
This class provides an interface for accessing frontend specific settings.
- Settings(Pointer) - Constructor for class org.bytedeco.ale.Settings
-
Pointer cast constructor.
- Settings(OSystem) - Constructor for class org.bytedeco.ale.Settings
-
Create a new settings abstract class
- setVolume(int) - Method in class org.bytedeco.ale.Sound
-
Sets the volume of the sound device to the specified level.
- Six - Static variable in class org.bytedeco.ale.Controller
-
enum Controller::DigitalPin
- size() - Method in class org.bytedeco.ale.ALERAM
-
- size() - Method in class org.bytedeco.ale.ResolutionList
-
- skipEmulation() - Method in class org.bytedeco.ale.OSystem
-
- softReset() - Method in class org.bytedeco.ale.StellaEnvironment
-
This functions emulates a push on the reset button of the console
- softReset() - Method in class org.bytedeco.ale.StellaEnvironmentWrapper
-
- sound() - Method in class org.bytedeco.ale.OSystem
-
Get the sound object of the system
- Sound - Class in org.bytedeco.ale
-
This class is an abstract base class for the various sound objects.
- Sound(Pointer) - Constructor for class org.bytedeco.ale.Sound
-
Pointer cast constructor.
- start() - Method in class org.bytedeco.ale.OSystem.TimingInfo
-
- start(int) - Method in class org.bytedeco.ale.OSystem.TimingInfo
-
- StellaEnvironment - Class in org.bytedeco.ale
-
- StellaEnvironment(Pointer) - Constructor for class org.bytedeco.ale.StellaEnvironment
-
Pointer cast constructor.
- StellaEnvironment(OSystem, RomSettings) - Constructor for class org.bytedeco.ale.StellaEnvironment
-
- StellaEnvironmentWrapper - Class in org.bytedeco.ale
-
- StellaEnvironmentWrapper(Pointer) - Constructor for class org.bytedeco.ale.StellaEnvironmentWrapper
-
Pointer cast constructor.
- StellaEnvironmentWrapper(StellaEnvironment) - Constructor for class org.bytedeco.ale.StellaEnvironmentWrapper
-
- supportedResolutions() - Method in class org.bytedeco.ale.OSystem
-
Get the supported fullscreen resolutions for the video hardware.
- switches() - Method in class org.bytedeco.ale.Console
-
Get the console switches
- Switches - Class in org.bytedeco.ale
-
- Switches() - Constructor for class org.bytedeco.ale.Switches
-
Empty constructor.
- Switches(Pointer) - Constructor for class org.bytedeco.ale.Switches
-
Pointer cast constructor.
- system() - Method in class org.bytedeco.ale.Console
-
Get the 6502 based system used by the console to emulate the game
- System - Class in org.bytedeco.ale
-
- System() - Constructor for class org.bytedeco.ale.System
-
Empty constructor.
- System(Pointer) - Constructor for class org.bytedeco.ale.System
-
Pointer cast constructor.
- SYSTEM_RESET - Static variable in class org.bytedeco.ale.global.ale
-
enum Action
- systemCyclesReset() - Method in class org.bytedeco.ale.Device
-
Notification method invoked by the system right before the
system resets its cycle counter to zero.
- systemCyclesReset() - Method in class org.bytedeco.ale.M6532
-
Notification method invoked by the system right before the
system resets its cycle counter to zero.