Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W _ 

A

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.

B

bank(short) - Method in class org.bytedeco.ale.Cartridge
Set the specified bank.
bank() - Method in class org.bytedeco.ale.Cartridge
Get the current bank.
bankCount() - Method in class org.bytedeco.ale.Cartridge
Query the number of banks supported by the cartridge.
baseDir() - Method in class org.bytedeco.ale.OSystem
Return the default directory for storing data.
begin() - Method in class org.bytedeco.ale.ResolutionList
 
BoosterGrip - Static variable in class org.bytedeco.ale.Controller
enum Controller::Type
BoosterGripOneBooster - Static variable in class org.bytedeco.ale.Event
enum Event::Type
BoosterGripOneTrigger - Static variable in class org.bytedeco.ale.Event
enum Event::Type
BoosterGripZeroBooster - Static variable in class org.bytedeco.ale.Event
enum Event::Type
BoosterGripZeroTrigger - Static variable in class org.bytedeco.ale.Event
enum Event::Type
BSPF_PATH_SEPARATOR - Static variable in class org.bytedeco.ale.global.ale
This file defines various basic data types and preprocessor variables that need to be defined for different operating systems.

C

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
 

D

DebuggerMode - Static variable in class org.bytedeco.ale.Event
enum Event::Type
deleteConsole() - Method in class org.bytedeco.ale.OSystem
Deletes the currently defined console, if it exists.
Deserializer - Class in org.bytedeco.ale
 
Deserializer() - Constructor for class org.bytedeco.ale.Deserializer
Empty constructor.
Deserializer(Pointer) - Constructor for class org.bytedeco.ale.Deserializer
Pointer cast constructor.
desktopHeight() - Method in class org.bytedeco.ale.OSystem
 
desktopWidth() - Method in class org.bytedeco.ale.OSystem
Get the maximum dimensions of a window for the video hardware.
Device - Class in org.bytedeco.ale
Abstract base class for devices which can be attached to a 6502 based system.
Device(Pointer) - Constructor for class org.bytedeco.ale.Device
Pointer cast constructor.
disableBufferedIO() - Static method in class org.bytedeco.ale.ALEInterface
 
display_screen() - Method in class org.bytedeco.ale.DisplayScreen
 
DisplayScreen - Class in org.bytedeco.ale
 
DisplayScreen(Pointer) - Constructor for class org.bytedeco.ale.DisplayScreen
Pointer cast constructor.
DisplayScreen(MediaSource, Sound, ColourPalette) - Constructor for class org.bytedeco.ale.DisplayScreen
 
Driving - Static variable in class org.bytedeco.ale.Controller
enum Controller::Type
DrivingOneClockwise - Static variable in class org.bytedeco.ale.Event
enum Event::Type
DrivingOneCounterClockwise - Static variable in class org.bytedeco.ale.Event
enum Event::Type
DrivingOneFire - Static variable in class org.bytedeco.ale.Event
enum Event::Type
DrivingOneValue - Static variable in class org.bytedeco.ale.Event
enum Event::Type
DrivingZeroClockwise - Static variable in class org.bytedeco.ale.Event
enum Event::Type
DrivingZeroCounterClockwise - Static variable in class org.bytedeco.ale.Event
enum Event::Type
DrivingZeroFire - Static variable in class org.bytedeco.ale.Event
enum Event::Type
DrivingZeroValue - Static variable in class org.bytedeco.ale.Event
enum Event::Type

E

enableBits(boolean) - Method in class org.bytedeco.ale.Console
 
end() - Method in class org.bytedeco.ale.ResolutionList
 
environment() - Method in class org.bytedeco.ale.ALEInterface
 
equals(ALERAM) - Method in class org.bytedeco.ale.ALERAM
Returns whether two copies of the RAM are equal
equals(ALEScreen) - Method in class org.bytedeco.ale.ALEScreen
Returns whether two screens are equal
equals(ALEState) - Method in class org.bytedeco.ale.ALEState
Returns true if the two states contain the same saved information
Event - Class in org.bytedeco.ale
 
Event(Pointer) - Constructor for class org.bytedeco.ale.Event
Pointer cast constructor.
Event(long) - Constructor for class org.bytedeco.ale.Event
Native array allocator.
Event() - Constructor for class org.bytedeco.ale.Event
Create a new event object and use the given eventstreamer
event() - Method in class org.bytedeco.ale.OSystem
//ALE Get the event object of the system

F

features() - Method in class org.bytedeco.ale.OSystem
The features which are conditionally compiled into Stella.
Five - Static variable in class org.bytedeco.ale.Controller
enum Controller::AnalogPin
Four - Static variable in class org.bytedeco.ale.Controller
enum Controller::DigitalPin
frameRate() - Method in class org.bytedeco.ale.OSystem
Get the current framerate for the video system.
fry() - Method in class org.bytedeco.ale.Console
"Fry" the Atari (mangle memory/TIA contents)
Fry - Static variable in class org.bytedeco.ale.Event
enum Event::Type

G

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.

H

height() - Method in class org.bytedeco.ale.ALEScreen
Dimensionality information
height() - Method in class org.bytedeco.ale.Resolution
 
height(int) - Method in class org.bytedeco.ale.Resolution
 

I

incrementFrame(int) - Method in class org.bytedeco.ale.ALEState
 
incrementFrame() - Method in class org.bytedeco.ale.ALEState
 
initialize() - Method in class org.bytedeco.ale.Sound
Initializes the sound device.
initializeAudio() - Method in class org.bytedeco.ale.Console
Initialize the audio subsystem wrt this class.
initializeVideo(boolean) - Method in class org.bytedeco.ale.Console
Initialize the video subsystem wrt this class.
initializeVideo() - Method in class org.bytedeco.ale.Console
 
insert_at(int, Resolution) - Method in class org.bytedeco.ale.ResolutionList
 
install(System) - Method in class org.bytedeco.ale.Device
Install device in the specified system.
install(System) - Method in class org.bytedeco.ale.M6532
Install 6532 in the specified system.
isEmpty() - Method in class org.bytedeco.ale.ResolutionList
 
isSuccessfullyInitialized() - Method in class org.bytedeco.ale.Sound
Return true iff the sound device was successfully initialized.
isTerminal() - Method in class org.bytedeco.ale.StellaEnvironment
Returns true once we reach a terminal state

J

Joystick - Static variable in class org.bytedeco.ale.Controller
enum Controller::Type
JoystickOneDown - Static variable in class org.bytedeco.ale.Event
enum Event::Type
JoystickOneFire - Static variable in class org.bytedeco.ale.Event
enum Event::Type
JoystickOneLeft - Static variable in class org.bytedeco.ale.Event
enum Event::Type
JoystickOneRight - Static variable in class org.bytedeco.ale.Event
enum Event::Type
JoystickOneUp - Static variable in class org.bytedeco.ale.Event
enum Event::Type
JoystickZeroDown - Static variable in class org.bytedeco.ale.Event
enum Event::Type
JoystickZeroFire - Static variable in class org.bytedeco.ale.Event
enum Event::Type
JoystickZeroLeft - Static variable in class org.bytedeco.ale.Event
enum Event::Type
JoystickZeroRight - Static variable in class org.bytedeco.ale.Event
enum Event::Type
JoystickZeroUp - Static variable in class org.bytedeco.ale.Event
enum Event::Type

K

Keyboard - Static variable in class org.bytedeco.ale.Controller
enum Controller::Type
KeyboardOne0 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardOne1 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardOne2 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardOne3 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardOne4 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardOne5 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardOne6 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardOne7 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardOne8 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardOne9 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardOnePound - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardOneStar - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardZero0 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardZero1 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardZero2 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardZero3 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardZero4 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardZero5 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardZero6 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardZero7 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardZero8 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardZero9 - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardZeroPound - Static variable in class org.bytedeco.ale.Event
enum Event::Type
KeyboardZeroStar - Static variable in class org.bytedeco.ale.Event
enum Event::Type

L

LAST_ACTION_INDEX - Static variable in class org.bytedeco.ale.global.ale
enum Action
LastType - Static variable in class org.bytedeco.ale.Event
enum Event::Type
LauncherMode - Static variable in class org.bytedeco.ale.Event
enum Event::Type
Left - Static variable in class org.bytedeco.ale.Controller
enum Controller::Jack
lives() - Method in class org.bytedeco.ale.ALEInterface
 
load(Deserializer) - Method in class org.bytedeco.ale.Device
Loads the current state of this device from the given Deserializer.
load(Deserializer) - Method in class org.bytedeco.ale.M6532
Loads the current state of this device from the given Deserializer.
load(Deserializer) - Method in class org.bytedeco.ale.Sound
Loads the current state of this device from the given Deserializer.
load() - Method in class org.bytedeco.ale.StellaEnvironment
 
LOAD_STATE - Static variable in class org.bytedeco.ale.global.ale
enum Action
loadCommandLine(int, PointerPointer) - Method in class org.bytedeco.ale.Settings
This method should be called to load the arguments from the commandline.
loadCommandLine(int, BytePointer) - Method in class org.bytedeco.ale.Settings
 
loadCommandLine(int, ByteBuffer) - Method in class org.bytedeco.ale.Settings
 
loadCommandLine(int, byte[]) - Method in class org.bytedeco.ale.Settings
 
loadConfig() - Method in class org.bytedeco.ale.Settings
This method should be called to load the current settings from an rc file.
loadConfig(BytePointer) - Method in class org.bytedeco.ale.Settings
This method loads the given
loadConfig(String) - Method in class org.bytedeco.ale.Settings
 
loadROM(BytePointer) - Method in class org.bytedeco.ale.ALEInterface
 
loadROM(String) - Method in class org.bytedeco.ale.ALEInterface
 
loadSettings(BytePointer, OSystem) - Static method in class org.bytedeco.ale.ALEInterface
 
loadSettings(String, OSystem) - Static method in class org.bytedeco.ale.ALEInterface
 
loadState() - Method in class org.bytedeco.ale.ALEInterface
 
LoadState - Static variable in class org.bytedeco.ale.Event
enum Event::Type
loadState(Deserializer) - Method in class org.bytedeco.ale.OSystem
Deserializes the OSystem state.
loadState(Deserializer) - Method in class org.bytedeco.ale.Random
Deserializes the RNG state.
loadUserPalette(BytePointer) - Method in class org.bytedeco.ale.ColourPalette
Loads a user-defined palette file (from OSystem::paletteFile), filling the appropriate user-defined palette arrays.
loadUserPalette(String) - Method in class org.bytedeco.ale.ColourPalette
 
lockBank() - Method in class org.bytedeco.ale.Cartridge
Lock/unlock bankswitching capability.

M

M6532 - Class in org.bytedeco.ale
RIOT
M6532(Pointer) - Constructor for class org.bytedeco.ale.M6532
Pointer cast constructor.
M6532(Console) - Constructor for class org.bytedeco.ale.M6532
Create a new 6532 for the specified console
m_environment() - Method in class org.bytedeco.ale.StellaEnvironmentWrapper
 
manual_control_engaged() - Method in class org.bytedeco.ale.DisplayScreen
 
map(InfoMap) - Method in class org.bytedeco.ale.presets.ale
 
max_num_frames() - Method in class org.bytedeco.ale.ALEInterface
 
max_num_frames(int) - Method in class org.bytedeco.ale.ALEInterface
 
maximumResistance - Static variable in class org.bytedeco.ale.Controller
 
maximumResistance() - Static method in class org.bytedeco.ale.Controller
Constant which represents maximum resistance for analog pins
mediaSource() - Method in class org.bytedeco.ale.Console
Get the MediaSource for this console
MediaSource - Class in org.bytedeco.ale
 
MediaSource() - Constructor for class org.bytedeco.ale.MediaSource
Empty constructor.
MediaSource(Pointer) - Constructor for class org.bytedeco.ale.MediaSource
Pointer cast constructor.
MenuMode - Static variable in class org.bytedeco.ale.Event
enum Event::Type
minimumResistance - Static variable in class org.bytedeco.ale.Controller
 
minimumResistance() - Static method in class org.bytedeco.ale.Controller
Constant which represents minimum resistance for analog pins
mute(boolean) - Method in class org.bytedeco.ale.Sound
Set the mute state of the sound object.
myTimePerFrame() - Method in class org.bytedeco.ale.OSystem
 
myTimePerFrame(int) - Method in class org.bytedeco.ale.OSystem
 
myTimingInfo() - Method in class org.bytedeco.ale.OSystem
 
myTimingInfo(OSystem.TimingInfo) - Method in class org.bytedeco.ale.OSystem
 

N

name() - Method in class org.bytedeco.ale.Device
Get a null terminated string which is the device's name (i.e.
name() - Method in class org.bytedeco.ale.M6532
Get a null terminated string which is the device's name (i.e.
name() - Method in class org.bytedeco.ale.Resolution
 
name(BytePointer) - Method in class org.bytedeco.ale.Resolution
 
next() - Method in class org.bytedeco.ale.Random
Answer the next random number from the random number generator
nextDouble() - Method in class org.bytedeco.ale.Random
Answer the next random number between 0 and 1 from the random number generator
Nine - Static variable in class org.bytedeco.ale.Controller
enum Controller::AnalogPin
NoType - Static variable in class org.bytedeco.ale.Event
enum Event::Type

O

One - Static variable in class org.bytedeco.ale.Controller
enum Controller::DigitalPin
openROM(BytePointer, BytePointer, PointerPointer, IntPointer) - Method in class org.bytedeco.ale.OSystem
Open the given ROM and return an array containing its contents.
openROM(BytePointer, BytePointer, BytePointer, IntPointer) - Method in class org.bytedeco.ale.OSystem
 
openROM(String, BytePointer, ByteBuffer, IntBuffer) - Method in class org.bytedeco.ale.OSystem
 
openROM(BytePointer, BytePointer, byte[], int[]) - Method in class org.bytedeco.ale.OSystem
 
openROM(String, BytePointer, BytePointer, IntPointer) - Method in class org.bytedeco.ale.OSystem
 
openROM(BytePointer, BytePointer, ByteBuffer, IntBuffer) - Method in class org.bytedeco.ale.OSystem
 
openROM(String, BytePointer, byte[], int[]) - Method in class org.bytedeco.ale.OSystem
 
org.bytedeco.ale - package org.bytedeco.ale
 
org.bytedeco.ale.global - package org.bytedeco.ale.global
 
org.bytedeco.ale.presets - package org.bytedeco.ale.presets
 
osystem() - Method in class org.bytedeco.ale.Console
Returns the OSystem for this emulator.
OSystem - Class in org.bytedeco.ale
This class provides an interface for accessing operating system specific functions.
OSystem(Pointer) - Constructor for class org.bytedeco.ale.OSystem
Pointer cast constructor.
OSystem.TimingInfo - Class in org.bytedeco.ale
 

P

p_display_screen() - Method in class org.bytedeco.ale.OSystem
 
p_display_screen(DisplayScreen) - Method in class org.bytedeco.ale.OSystem
 
PADDLE_DEFAULT_VALUE - Static variable in class org.bytedeco.ale.global.ale
 
PADDLE_DELTA - Static variable in class org.bytedeco.ale.global.ale
 
PADDLE_MAX - Static variable in class org.bytedeco.ale.global.ale
 
PADDLE_MIN - Static variable in class org.bytedeco.ale.global.ale
 
PaddleOneAnalog - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleOneDecrease - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleOneFire - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleOneIncrease - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleOneResistance - Static variable in class org.bytedeco.ale.Event
enum Event::Type
Paddles - Static variable in class org.bytedeco.ale.Controller
enum Controller::Type
PaddleThreeAnalog - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleThreeDecrease - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleThreeFire - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleThreeIncrease - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleThreeResistance - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleTwoAnalog - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleTwoDecrease - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleTwoFire - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleTwoIncrease - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleTwoResistance - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleZeroAnalog - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleZeroDecrease - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleZeroFire - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleZeroIncrease - Static variable in class org.bytedeco.ale.Event
enum Event::Type
PaddleZeroResistance - Static variable in class org.bytedeco.ale.Event
enum Event::Type
paletteFile() - Method in class org.bytedeco.ale.OSystem
This method should be called to get the full path of the (optional) palette file.
patch(short, byte) - Method in class org.bytedeco.ale.Cartridge
Patch the cartridge ROM.
PauseMode - Static variable in class org.bytedeco.ale.Event
enum Event::Type
peek(short) - Method in class org.bytedeco.ale.Device
Get the byte at the specified address
peek(short) - Method in class org.bytedeco.ale.M6532
Get the byte at the specified address
pixel(int, int) - Method in class org.bytedeco.ale.ALEScreen
 
PLAYER_A_DOWN - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_DOWNFIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_DOWNLEFT - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_DOWNLEFTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_DOWNRIGHT - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_DOWNRIGHTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_FIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_LEFT - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_LEFTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_MAX - Static variable in class org.bytedeco.ale.global.ale
 
PLAYER_A_NOOP - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_RIGHT - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_RIGHTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_UP - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_UPFIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_UPLEFT - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_UPLEFTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_UPRIGHT - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_A_UPRIGHTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_DOWN - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_DOWNFIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_DOWNLEFT - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_DOWNLEFTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_DOWNRIGHT - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_DOWNRIGHTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_FIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_LEFT - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_LEFTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_MAX - Static variable in class org.bytedeco.ale.global.ale
 
PLAYER_B_NOOP - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_RIGHT - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_RIGHTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_UP - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_UPFIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_UPLEFT - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_UPLEFTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_UPRIGHT - Static variable in class org.bytedeco.ale.global.ale
enum Action
PLAYER_B_UPRIGHTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum Action
poke(short, byte) - Method in class org.bytedeco.ale.Device
Change the byte at the specified address to the given value
poke(short, byte) - Method in class org.bytedeco.ale.M6532
Change the byte at the specified address to the given value
position(long) - Method in class org.bytedeco.ale.ALEInterface
 
position(long) - Method in class org.bytedeco.ale.ALERAM
 
position(long) - Method in class org.bytedeco.ale.ALEState
 
position(long) - Method in class org.bytedeco.ale.ColourPalette
 
position(long) - Method in class org.bytedeco.ale.Event
 
position(long) - Method in class org.bytedeco.ale.OSystem.TimingInfo
 
position(long) - Method in class org.bytedeco.ale.Random
 
position(long) - Method in class org.bytedeco.ale.Resolution
 
position(long) - Method in class org.bytedeco.ale.ResolutionList
 
pressSelect(Event) - Method in class org.bytedeco.ale.ALEState
 
pressSelect(long) - Method in class org.bytedeco.ale.StellaEnvironment
Keep pressing the console select button for a given amount of time
pressSelect() - Method in class org.bytedeco.ale.StellaEnvironment
 
pressSelect(long) - Method in class org.bytedeco.ale.StellaEnvironmentWrapper
 
pressSelect() - Method in class org.bytedeco.ale.StellaEnvironmentWrapper
 
propertiesFile() - Method in class org.bytedeco.ale.OSystem
This method should be called to get the full path of the properties file (stella.pro).
push_back(Resolution) - Method in class org.bytedeco.ale.ResolutionList
 
push_back(ResolutionList) - Method in class org.bytedeco.ale.ResolutionList
 
put(ALERAM) - Method in class org.bytedeco.ale.ALERAM
 
put(ALEScreen) - Method in class org.bytedeco.ale.ALEScreen
 
put(Console) - Method in class org.bytedeco.ale.Console
Overloaded assignment operator
put(ResolutionList) - Method in class org.bytedeco.ale.ResolutionList
 

Q

Quit - Static variable in class org.bytedeco.ale.Event
enum Event::Type
quit() - Method in class org.bytedeco.ale.OSystem
Issue a quit event to the OSystem.

R

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.

S

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.

T

TakeSnapshot - Static variable in class org.bytedeco.ale.Event
enum Event::Type
theOSystem() - Method in class org.bytedeco.ale.ALEInterface
 
theSettings() - Method in class org.bytedeco.ale.ALEInterface
 
Three - Static variable in class org.bytedeco.ale.Controller
enum Controller::DigitalPin
TimingInfo() - Constructor for class org.bytedeco.ale.OSystem.TimingInfo
Default native constructor.
TimingInfo(long) - Constructor for class org.bytedeco.ale.OSystem.TimingInfo
Native array allocator.
TimingInfo(Pointer) - Constructor for class org.bytedeco.ale.OSystem.TimingInfo
Pointer cast constructor.
toggleBLBit() - Method in class org.bytedeco.ale.Console
 
toggleFormat() - Method in class org.bytedeco.ale.Console
Toggle between NTSC/PAL/PAL60 display format.
toggleM0Bit() - Method in class org.bytedeco.ale.Console
 
toggleM1Bit() - Method in class org.bytedeco.ale.Console
 
toggleP0Bit() - Method in class org.bytedeco.ale.Console
Toggles the TIA bit specified in the method name.
toggleP1Bit() - Method in class org.bytedeco.ale.Console
 
togglePalette() - Method in class org.bytedeco.ale.Console
Toggle between the available palettes.
togglePFBit() - Method in class org.bytedeco.ale.Console
 
togglePhosphor() - Method in class org.bytedeco.ale.Console
Toggles phosphor effect.
totalFrames() - Method in class org.bytedeco.ale.OSystem.TimingInfo
 
totalFrames(int) - Method in class org.bytedeco.ale.OSystem.TimingInfo
 
totalTime() - Method in class org.bytedeco.ale.OSystem.TimingInfo
 
totalTime(int) - Method in class org.bytedeco.ale.OSystem.TimingInfo
 
TrakBall - Static variable in class org.bytedeco.ale.Controller
enum Controller::Type
Two - Static variable in class org.bytedeco.ale.Controller
enum Controller::DigitalPin
type() - Method in class org.bytedeco.ale.Controller
Returns the type of this controller.

U

UICancel - Static variable in class org.bytedeco.ale.Event
enum Event::Type
UIDown - Static variable in class org.bytedeco.ale.Event
enum Event::Type
UIEnd - Static variable in class org.bytedeco.ale.Event
enum Event::Type
UIHome - Static variable in class org.bytedeco.ale.Event
enum Event::Type
UILeft - Static variable in class org.bytedeco.ale.Event
enum Event::Type
UINavNext - Static variable in class org.bytedeco.ale.Event
enum Event::Type
UINavPrev - Static variable in class org.bytedeco.ale.Event
enum Event::Type
UIOK - Static variable in class org.bytedeco.ale.Event
enum Event::Type
UIPgDown - Static variable in class org.bytedeco.ale.Event
enum Event::Type
UIPgUp - Static variable in class org.bytedeco.ale.Event
enum Event::Type
UIRight - Static variable in class org.bytedeco.ale.Event
enum Event::Type
UISelect - Static variable in class org.bytedeco.ale.Event
enum Event::Type
UIUp - Static variable in class org.bytedeco.ale.Event
enum Event::Type
UNDEFINED - Static variable in class org.bytedeco.ale.global.ale
enum Action
unlockBank() - Method in class org.bytedeco.ale.Cartridge
 
usage() - Method in class org.bytedeco.ale.Settings
This method should be called to display usage information.

V

validate() - Method in class org.bytedeco.ale.Settings
This method should be called *after* settings have been read, to validate (and change, if necessary) any improper settings.
Version() - Static method in class org.bytedeco.ale.global.ale
 
virt() - Method in class org.bytedeco.ale.OSystem.TimingInfo
 
virt(int) - Method in class org.bytedeco.ale.OSystem.TimingInfo
 
VolumeDecrease - Static variable in class org.bytedeco.ale.Event
enum Event::Type
VolumeIncrease - Static variable in class org.bytedeco.ale.Event
enum Event::Type

W

welcomeMessage() - Static method in class org.bytedeco.ale.ALEInterface
 
width() - Method in class org.bytedeco.ale.ALEScreen
 
width() - Method in class org.bytedeco.ale.Resolution
 
width(int) - Method in class org.bytedeco.ale.Resolution
 
write(int, boolean) - Method in class org.bytedeco.ale.Controller
Write the given value to the specified digital pin for this controller.

_

_byte(int) - Method in class org.bytedeco.ale.ALERAM
 
_close() - Method in class org.bytedeco.ale.Sound
Should be called to close the sound device.
A B C D E F G H I J K L M N O P Q R S T U V W _ 
Skip navigation links

Copyright © 2020. All rights reserved.