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

A

about() - 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() - Constructor for class org.bytedeco.ale.ALERAM
Default native constructor.
ALERAM(long) - Constructor for class org.bytedeco.ale.ALERAM
Native array allocator.
ALERAM(Pointer) - Constructor for class org.bytedeco.ale.ALERAM
Pointer cast constructor.
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 a pointer to the first element of the entire array (equivalent to &byte[0]).
arraySize() - Method in class org.bytedeco.ale.ALEScreen
Returns the size of the underlying array
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.

C

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_Manufacturer - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
Cartridge_MD5 - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
Cartridge_ModelNo - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
Cartridge_Name - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
Cartridge_Note - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
Cartridge_Rarity - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
Cartridge_Sound - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
Cartridge_Type - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
clear() - Method in class org.bytedeco.ale.Event
Clears the event array (resets to initial state)
cloneState(boolean) - Method in class org.bytedeco.ale.ALEInterface
 
cloneState() - Method in class org.bytedeco.ale.ALEInterface
 
cloneState(boolean) - Method in class org.bytedeco.ale.StellaEnvironment
Returns a copy of the current environment state.
cloneState() - Method in class org.bytedeco.ale.StellaEnvironment
 
cloneSystemState() - Method in class org.bytedeco.ale.ALEInterface
 
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
 
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(OSystem, Cartridge, StellaProperties) - Constructor for class org.bytedeco.ale.Console
Create a new console for emulating the specified game using the given game image and operating system.
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.
Console_LeftDifficulty - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
Console_RightDifficulty - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
Console_SwapPorts - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
Console_TelevisionType - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
ConsoleBlackWhite - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
ConsoleColor - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
ConsoleLeftDifficultyA - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
ConsoleLeftDifficultyB - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
ConsoleReset - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
ConsoleRightDifficultyA - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
ConsoleRightDifficultyB - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
ConsoleSelect - Static variable in class org.bytedeco.ale.Event
enum ale::stella::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.
Controller_Left - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
Controller_Right - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
Controller_SwapPaddles - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
create(BytePointer, int, StellaProperties, Settings) - Static method in class org.bytedeco.ale.Cartridge
Create a new cartridge object allocated on the heap.
create(ByteBuffer, int, StellaProperties, Settings) - Static method in class org.bytedeco.ale.Cartridge
 
create(byte[], int, StellaProperties, Settings) - Static method in class org.bytedeco.ale.Cartridge
 
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
 

D

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.
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.
Display_Format - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
Display_Height - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
Display_Phosphor - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
Display_PPBlend - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
Display_YStart - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType

E

Emulation_HmoveBlanks - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
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

Five - Static variable in class org.bytedeco.ale.Controller
enum ale::stella::Controller::AnalogPin
Four - Static variable in class org.bytedeco.ale.Controller
enum ale::stella::Controller::DigitalPin
frameRate() - Method in class org.bytedeco.ale.OSystem
Get the current framerate for the video system.

G

game_over(boolean) - Method in class org.bytedeco.ale.ALEInterface
 
game_over() - Method in class org.bytedeco.ale.ALEInterface
 
game_truncated() - Method in class org.bytedeco.ale.ALEInterface
 
get(int) - Method in class org.bytedeco.ale.ALERAM
Byte accessors: x is wrapped to [0, 128).
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.StellaProperties
Get the value assigned to the specified key.
get() - Method in class org.bytedeco.ale.StringOptional
 
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.ALEInterface
 
getDifficulty() - Method in class org.bytedeco.ale.ALEState
 
getDifficulty() - Method in class org.bytedeco.ale.StellaEnvironment
 
getEnvironmentRNG() - Method in class org.bytedeco.ale.StellaEnvironment
 
getEnvironmentRNG() - Method in class org.bytedeco.ale.StellaEnvironmentWrapper
 
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
 
getFrameRate() - Method in class org.bytedeco.ale.Console
Returns the framerate based on a number of factors (whether 'framerate' is set, what display format is in use, etc)
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
 
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
 
getMD5(BytePointer, StellaProperties, boolean) - Method in class org.bytedeco.ale.StellaPropertiesSet
Get the property from the set with the given MD5.
getMD5(BytePointer, StellaProperties) - Method in class org.bytedeco.ale.StellaPropertiesSet
 
getMD5(String, StellaProperties, boolean) - Method in class org.bytedeco.ale.StellaPropertiesSet
 
getMD5(String, StellaProperties) - Method in class org.bytedeco.ale.StellaPropertiesSet
 
getMinimalActionSet() - Method in class org.bytedeco.ale.ALEInterface
 
getMode() - Method in class org.bytedeco.ale.ALEInterface
 
getMode() - Method in class org.bytedeco.ale.StellaEnvironment
 
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
 
getPointer(long) - Method in class org.bytedeco.ale.Random
 
getPointer(long) - Method in class org.bytedeco.ale.StellaProperties
 
getPointer(long) - Method in class org.bytedeco.ale.StellaPropertiesSet
 
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).
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
 
getStringInplace(BytePointer) - Method in class org.bytedeco.ale.ALEInterface
 
getStringInplace(String) - Method in class org.bytedeco.ale.ALEInterface
 
getWrapper() - Method in class org.bytedeco.ale.StellaEnvironment
Returns a wrapper providing #include-free access to our methods.

H

has_value() - Method in class org.bytedeco.ale.StringOptional
 
height() - Method in class org.bytedeco.ale.ALEScreen
Dimensionality information

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.
insert(StellaProperties, boolean) - Method in class org.bytedeco.ale.StellaPropertiesSet
Insert the properties into the set.
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.
isGameTerminal() - Method in class org.bytedeco.ale.StellaEnvironment
Returns true if the ROM reported a terminal signal
isGameTruncated() - Method in class org.bytedeco.ale.StellaEnvironment
Returns true if the episode is truncated, i.e., max number of frames is reached
isSuccessfullyInitialized() - Method in class org.bytedeco.ale.Sound
Return true iff the sound device was successfully initialized.
isSupportedROM(BytePointer) - Static method in class org.bytedeco.ale.ALEInterface
 
isSupportedROM(String) - Static method in class org.bytedeco.ale.ALEInterface
 
isTerminal() - Method in class org.bytedeco.ale.StellaEnvironment
Returns true if the ROM reported a terminal signal OR if the episode is truncated (i.e., isGameTerminal() || isTruncated()).

J

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

L

LAST_ACTION_INDEX - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
LastPropType - Static variable in class org.bytedeco.ale.global.ale
enum ale::stella::PropertyType
LastType - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
Left - Static variable in class org.bytedeco.ale.Controller
enum ale::stella::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(Pointer) - Method in class org.bytedeco.ale.StellaProperties
Load properties from the specified input stream
LOAD_STATE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
loadROM(BytePointer) - Method in class org.bytedeco.ale.ALEInterface
 
loadROM() - 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(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
 
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.
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.

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.
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 ale::stella::Controller::AnalogPin

O

One - Static variable in class org.bytedeco.ale.Controller
enum ale::stella::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(long) - Constructor for class org.bytedeco.ale.OSystem
Native array allocator.
OSystem() - Constructor for class org.bytedeco.ale.OSystem
Create a new OSystem abstract class

P

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 ale::stella::Event::Type
PaddleOneDecrease - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleOneFire - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleOneIncrease - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleOneResistance - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
Paddles - Static variable in class org.bytedeco.ale.Controller
enum ale::stella::Controller::Type
PaddleThreeAnalog - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleThreeDecrease - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleThreeFire - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleThreeIncrease - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleThreeResistance - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleTwoAnalog - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleTwoDecrease - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleTwoFire - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleTwoIncrease - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleTwoResistance - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleZeroAnalog - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleZeroDecrease - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleZeroFire - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleZeroIncrease - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
PaddleZeroResistance - Static variable in class org.bytedeco.ale.Event
enum ale::stella::Event::Type
patch(short, byte) - Method in class org.bytedeco.ale.Cartridge
Patch the cartridge ROM.
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 ale::Action
PLAYER_A_DOWNFIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_A_DOWNLEFT - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_A_DOWNLEFTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_A_DOWNRIGHT - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_A_DOWNRIGHTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_A_FIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_A_LEFT - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_A_LEFTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::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 ale::Action
PLAYER_A_RIGHT - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_A_RIGHTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_A_UP - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_A_UPFIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_A_UPLEFT - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_A_UPLEFTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_A_UPRIGHT - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_A_UPRIGHTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_B_DOWN - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_B_DOWNFIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_B_DOWNLEFT - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_B_DOWNLEFTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_B_DOWNRIGHT - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_B_DOWNRIGHTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_B_FIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_B_LEFT - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_B_LEFTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::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 ale::Action
PLAYER_B_RIGHT - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_B_RIGHTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_B_UP - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_B_UPFIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_B_UPLEFT - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_B_UPLEFTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_B_UPRIGHT - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
PLAYER_B_UPRIGHTFIRE - Static variable in class org.bytedeco.ale.global.ale
enum ale::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
 
position(long) - Method in class org.bytedeco.ale.Random
 
position(long) - Method in class org.bytedeco.ale.StellaProperties
 
position(long) - Method in class org.bytedeco.ale.StellaPropertiesSet
 
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
 
print() - Method in class org.bytedeco.ale.StellaProperties
Print the attributes of this properties object
print() - Method in class org.bytedeco.ale.StellaPropertiesSet
Prints the contents of the PropertiesSet as a flat file.
properties() - Method in class org.bytedeco.ale.Console
Get the properties being used by the game
put(ALEScreen) - Method in class org.bytedeco.ale.ALEScreen
 
put(Console) - Method in class org.bytedeco.ale.Console
Overloaded assignment operator
put(StellaProperties) - Method in class org.bytedeco.ale.StellaProperties
Overloaded assignment operator
put(StringOptional) - Method in class org.bytedeco.ale.StringOptional
 
put(BytePointer) - Method in class org.bytedeco.ale.StringOptional
 
put(String) - Method in class org.bytedeco.ale.StringOptional
 

R

RAM_LENGTH - Static variable in class org.bytedeco.ale.global.ale
 
RANDOM - Static variable in class org.bytedeco.ale.global.ale
enum ale::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.
removeMD5(BytePointer) - Method in class org.bytedeco.ale.StellaPropertiesSet
Marks the property with the given MD5 as being removed.
removeMD5(String) - Method in class org.bytedeco.ale.StellaPropertiesSet
 
render() - Method in class org.bytedeco.ale.Screen
 
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 ale::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
 
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
 
Right - Static variable in class org.bytedeco.ale.Controller
enum ale::stella::Controller::Jack
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(Pointer) - Method in class org.bytedeco.ale.StellaProperties
Save properties to the specified output stream
SAVE_STATE - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
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(Serializer) - Method in class org.bytedeco.ale.Random
Serializes the RNG state.
screen() - Method in class org.bytedeco.ale.OSystem
Get the screen object of the system
Screen - Class in org.bytedeco.ale
 
Screen(Pointer) - Constructor for class org.bytedeco.ale.Screen
Pointer cast constructor.
Screen(OSystem) - Constructor for class org.bytedeco.ale.Screen
 
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.
set(int, BytePointer) - Method in class org.bytedeco.ale.StellaProperties
Set the value associated with key to the given value.
set(int, String) - Method in class org.bytedeco.ale.StellaProperties
 
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).
setCurrentMode(int) - Method in class org.bytedeco.ale.ALEState
 
setDefaults() - Method in class org.bytedeco.ale.StellaProperties
Resets all properties to their defaults
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
 
setProperties(StellaProperties) - Method in class org.bytedeco.ale.Console
Set the properties to those given
setRAM(long, byte) - Method in class org.bytedeco.ale.ALEInterface
 
setRAM(long, byte) - Method in class org.bytedeco.ale.StellaEnvironment
Accessor methods for RAM.
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 ale::stella::Controller::DigitalPin
size() - Method in class org.bytedeco.ale.ALERAM
 
size() - Method in class org.bytedeco.ale.StellaPropertiesSet
Get the number of properties in the collection.
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.
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
 
StellaProperties - Class in org.bytedeco.ale
This class represents objects which maintain a collection of properties.
StellaProperties(Pointer) - Constructor for class org.bytedeco.ale.StellaProperties
Pointer cast constructor.
StellaProperties(long) - Constructor for class org.bytedeco.ale.StellaProperties
Native array allocator.
StellaProperties() - Constructor for class org.bytedeco.ale.StellaProperties
Creates an empty properties object with the specified defaults.
StellaProperties(StellaProperties) - Constructor for class org.bytedeco.ale.StellaProperties
Creates a properties list by copying another one
StellaPropertiesSet - Class in org.bytedeco.ale
This class maintains a sorted collection of properties.
StellaPropertiesSet(Pointer) - Constructor for class org.bytedeco.ale.StellaPropertiesSet
Pointer cast constructor.
StellaPropertiesSet(long) - Constructor for class org.bytedeco.ale.StellaPropertiesSet
Native array allocator.
StellaPropertiesSet() - Constructor for class org.bytedeco.ale.StellaPropertiesSet
Create an empty properties set object using the md5 as the key to the BST.
StringOptional - Class in org.bytedeco.ale
 
StringOptional(Pointer) - Constructor for class org.bytedeco.ale.StringOptional
Pointer cast constructor.
StringOptional(BytePointer) - Constructor for class org.bytedeco.ale.StringOptional
 
StringOptional(String) - Constructor for class org.bytedeco.ale.StringOptional
 
StringOptional() - Constructor for class org.bytedeco.ale.StringOptional
 
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 ale::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

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 ale::stella::Controller::DigitalPin
Two - Static variable in class org.bytedeco.ale.Controller
enum ale::stella::Controller::DigitalPin
type() - Method in class org.bytedeco.ale.Controller
Returns the type of this controller.

U

UNDEFINED - Static variable in class org.bytedeco.ale.global.ale
enum ale::Action
unlockBank() - Method in class org.bytedeco.ale.Cartridge
 

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.

W

welcomeMessage() - Static method in class org.bytedeco.ale.ALEInterface
 
width() - Method in class org.bytedeco.ale.ALEScreen
 
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 L M N O P R S T U V W _ 
Skip navigation links

Copyright © 2022. All rights reserved.