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

A

above(Rect) - Method in class org.gillius.jalleg.framework.math.Rect
 
add(ChipTuneNoteInstance, double) - Method in class org.gillius.jalleg.framework.audio.ChipTuneRunner
 
add(GameState, long) - Method in class org.gillius.jalleg.framework.stats.GameStats
 
add(T, double) - Method in class org.gillius.jalleg.framework.Timeline
 
AllegroAddon - Enum in org.gillius.jalleg.framework
 
AllegroConfig - Class in org.gillius.jalleg.framework
AllegroConfig implements the same sections model as an AllegroLibrary.ALLEGRO_CONFIG, but completely within Java.
AllegroConfig(AllegroLibrary.ALLEGRO_CONFIG) - Constructor for class org.gillius.jalleg.framework.AllegroConfig
 
AllegroException - Exception in org.gillius.jalleg.framework
 
AllegroException() - Constructor for exception org.gillius.jalleg.framework.AllegroException
 
AllegroException(String) - Constructor for exception org.gillius.jalleg.framework.AllegroException
 
AllegroException(String, Throwable) - Constructor for exception org.gillius.jalleg.framework.AllegroException
 
AllegroException(Throwable) - Constructor for exception org.gillius.jalleg.framework.AllegroException
 
AllegroException(String, Throwable, boolean, boolean) - Constructor for exception org.gillius.jalleg.framework.AllegroException
 
AllegroLoader - Class in org.gillius.jalleg.framework.io
Utility methods to load Allegro resources such as images from Java byte arrays, InputStreams, or classpath resources.
AllegroLoader() - Constructor for class org.gillius.jalleg.framework.io.AllegroLoader
 
AllegroSystem - Class in org.gillius.jalleg.framework
Represents the initialized state of Allegro.

B

beep(float, double) - Method in class org.gillius.jalleg.framework.audio.Beeper
 
Beeper - Class in org.gillius.jalleg.framework.audio
A common specialization of the LoopingSingleInstanceSample using a square wave.
Beeper() - Constructor for class org.gillius.jalleg.framework.audio.Beeper
 
below(Rect) - Method in class org.gillius.jalleg.framework.math.Rect
 
bottom() - Method in class org.gillius.jalleg.framework.math.Rect
 

C

canInstallRumble() - Method in class org.gillius.jalleg.framework.Game
 
centerX() - Method in class org.gillius.jalleg.framework.math.Rect
 
centerY() - Method in class org.gillius.jalleg.framework.math.Rect
 
ChipTuneNoteInstance - Class in org.gillius.jalleg.framework.audio
 
ChipTuneNoteInstance(NoteInstance, int, Object) - Constructor for class org.gillius.jalleg.framework.audio.ChipTuneNoteInstance
 
ChipTuneRunner - Class in org.gillius.jalleg.framework.audio
 
ChipTuneRunner(ChipTuneSystem) - Constructor for class org.gillius.jalleg.framework.audio.ChipTuneRunner
 
ChipTuneSystem - Class in org.gillius.jalleg.framework.audio
 
ChipTuneSystem(int) - Constructor for class org.gillius.jalleg.framework.audio.ChipTuneSystem
 
close() - Method in class org.gillius.jalleg.framework.audio.ChipTuneRunner
 
close() - Method in class org.gillius.jalleg.framework.audio.ChipTuneSystem
 
close() - Method in class org.gillius.jalleg.framework.audio.LoopingSingleInstanceSample
 
close() - Method in class org.gillius.jalleg.framework.audio.WaveformSample
 
close() - Method in class org.gillius.jalleg.framework.io.Memfile
 
collectAndResetStats() - Method in class org.gillius.jalleg.framework.stats.GameStatsRecorder
 
collidesWith(Rect) - Method in class org.gillius.jalleg.framework.math.Rect
 
compareTo(TimelineEvent) - Method in class org.gillius.jalleg.framework.TimelineEvent
 
constrainWithin(Rect) - Method in class org.gillius.jalleg.framework.math.Rect
 
copy(InputStream, OutputStream) - Static method in class org.gillius.jalleg.framework.io.IOUtils
Copy all bytes from the given InputStream to the given OutputStream, closing the input and output after finishing.
createConfig() - Method in class org.gillius.jalleg.framework.AllegroConfig
Creates a new AllegroLibrary.ALLEGRO_CONFIG with AllegroLibrary.al_create_config() and writes all current values into it.
createDisplay() - Method in class org.gillius.jalleg.framework.Game
 

D

Direction - Enum in org.gillius.jalleg.framework
 

E

endLoop() - Method in class org.gillius.jalleg.framework.stats.GameStatsRecorder
 
eventQueue - Variable in class org.gillius.jalleg.framework.Game
 

F

finalize() - Method in class org.gillius.jalleg.framework.audio.ChipTuneSystem
 
finalize() - Method in class org.gillius.jalleg.framework.audio.WaveformSample
 
finalize() - Method in class org.gillius.jalleg.framework.io.Memfile
 
from(InputStream) - Static method in class org.gillius.jalleg.framework.io.Memfile
Creates a Memfile by reading all bytes of the given stream (then closing the stream).
fromConfigAndDestroy(AllegroLibrary.ALLEGRO_CONFIG) - Static method in class org.gillius.jalleg.framework.AllegroConfig
 

G

Game - Class in org.gillius.jalleg.framework
 
Game() - Constructor for class org.gillius.jalleg.framework.Game
 
GameState - Enum in org.gillius.jalleg.framework.stats
 
GameStats - Class in org.gillius.jalleg.framework.stats
Records duration and count of times the game spent performing certain actions.
GameStats() - Constructor for class org.gillius.jalleg.framework.stats.GameStats
 
GameStatsRecorder - Class in org.gillius.jalleg.framework.stats
Manages the creation of GameStats.
GameStatsRecorder(long) - Constructor for class org.gillius.jalleg.framework.stats.GameStatsRecorder
 
gameTime - Variable in class org.gillius.jalleg.framework.Game
 
getAverageFps() - Method in class org.gillius.jalleg.framework.stats.GameStats
Returns the average render states (frames) per second in the measured period.
getAverageLps() - Method in class org.gillius.jalleg.framework.stats.GameStats
Returns the average update states (logic executions) per second in the measured period.
getAverageTimeInState(GameState) - Method in class org.gillius.jalleg.framework.stats.GameStats
Returns the average number of nanoseconds the game was in the given state in the measured period.
getBaseFrequency() - Method in enum org.gillius.jalleg.framework.audio.Note
Returns the note's base frequency (frequency at octave 4).
getChannel() - Method in class org.gillius.jalleg.framework.audio.ChipTuneNoteInstance
 
getClearColor() - Method in class org.gillius.jalleg.framework.Game
 
getConfigValue(String, String) - Method in class org.gillius.jalleg.framework.AllegroConfig
 
getConfigValue(String, String, String) - Method in class org.gillius.jalleg.framework.AllegroConfig
Returns the specified configuration value, or defaultValue if there is no entry.
getData() - Method in class org.gillius.jalleg.framework.audio.ChipTuneNoteInstance
 
getData() - Method in class org.gillius.jalleg.framework.io.Memfile
Calls getData(int) with the value from AllegroLibrary.al_ftell(ALLEGRO_FILE).
getData(int) - Method in class org.gillius.jalleg.framework.io.Memfile
Returns a copied snapshot of the file data.
getData() - Method in class org.gillius.jalleg.framework.TimelineEvent
 
getDisplayHeight() - Method in class org.gillius.jalleg.framework.Game
 
getDisplayWidth() - Method in class org.gillius.jalleg.framework.Game
 
getEndTime() - Method in class org.gillius.jalleg.framework.audio.LoopingSingleInstanceSample
 
getEvent() - Method in class org.gillius.jalleg.framework.Timeline
 
getFile() - Method in class org.gillius.jalleg.framework.io.Memfile
 
getFrequency() - Method in interface org.gillius.jalleg.framework.audio.MonoWaveform
 
getFrequency() - Method in class org.gillius.jalleg.framework.audio.SawtoothWave
 
getFrequency() - Method in class org.gillius.jalleg.framework.audio.SineWave
 
getFrequency() - Method in class org.gillius.jalleg.framework.audio.SquareWave
 
getFrequency() - Method in class org.gillius.jalleg.framework.audio.TriangleWave
 
getFrequencyAtOctave(int) - Method in enum org.gillius.jalleg.framework.audio.Note
 
getGain() - Method in class org.gillius.jalleg.framework.audio.LoopingSingleInstanceSample
 
getGain() - Method in class org.gillius.jalleg.framework.audio.NoteInstance
 
getIdentFromPath(String) - Static method in class org.gillius.jalleg.framework.io.AllegroLoader
Pulls an Allegro "ident" file extension such as ".png" by looking at the end of the given path.
getMousePos() - Method in class org.gillius.jalleg.framework.Game
If the mouse addon is installed, return the current mouse position in screen coordinates.
getMousePosTransformed() - Method in class org.gillius.jalleg.framework.Game
If the mouse addon is installed, return the current mouse position transformed by the inverse of the current target bitmap transform (al_transform_coordinates(al_get_current_inverse_transform(), mouseX, mouseY)).
getMousePosTransformed(ALLEGRO_TRANSFORM) - Method in class org.gillius.jalleg.framework.Game
If the mouse addon is installed, return the current mouse position transformed by the given transform.
getNewWindowTitle() - Method in class org.gillius.jalleg.framework.Game
 
getNote() - Method in class org.gillius.jalleg.framework.audio.ChipTuneNoteInstance
 
getNote() - Method in class org.gillius.jalleg.framework.audio.NoteInstance
 
getOctave() - Method in class org.gillius.jalleg.framework.audio.NoteInstance
 
getPan() - Method in class org.gillius.jalleg.framework.audio.LoopingSingleInstanceSample
 
getPan() - Method in class org.gillius.jalleg.framework.audio.NoteInstance
 
getPercentTimeInState(GameState) - Method in class org.gillius.jalleg.framework.stats.GameStats
 
getSample(int, float) - Method in interface org.gillius.jalleg.framework.audio.MonoWaveform
 
getSample() - Method in interface org.gillius.jalleg.framework.audio.SampleData
 
getSample(int, float) - Method in class org.gillius.jalleg.framework.audio.SawtoothWave
 
getSample(int, float) - Method in class org.gillius.jalleg.framework.audio.SineWave
 
getSample(int, float) - Method in class org.gillius.jalleg.framework.audio.SquareWave
 
getSample(int, float) - Method in class org.gillius.jalleg.framework.audio.TriangleWave
 
getSample() - Method in class org.gillius.jalleg.framework.audio.WaveformSample
 
getSampleData() - Method in class org.gillius.jalleg.framework.audio.LoopingSingleInstanceSample
 
getSamples() - Method in interface org.gillius.jalleg.framework.audio.MonoWaveform
 
getSamples() - Method in class org.gillius.jalleg.framework.audio.SawtoothWave
 
getSamples() - Method in class org.gillius.jalleg.framework.audio.SineWave
 
getSamples() - Method in class org.gillius.jalleg.framework.audio.SquareWave
 
getSamples() - Method in class org.gillius.jalleg.framework.audio.TriangleWave
 
getSection(String, boolean) - Method in class org.gillius.jalleg.framework.AllegroConfig
Returns a mutable view into a configuration section.
getSections() - Method in class org.gillius.jalleg.framework.AllegroConfig
Returns a mutable view into this AllegroConfig.
getSpeed() - Method in class org.gillius.jalleg.framework.audio.LoopingSingleInstanceSample
 
getSpeed() - Method in class org.gillius.jalleg.framework.audio.NoteInstance
 
getStart() - Method in class org.gillius.jalleg.framework.Timeline
 
getStateCount(GameState) - Method in class org.gillius.jalleg.framework.stats.GameStats
The number of times the game entered the given state in the measured period.
getStatsString() - Method in class org.gillius.jalleg.framework.stats.GameStats
Returns a String with the most important statistics.
getTargetFrameRate() - Method in class org.gillius.jalleg.framework.Game
 
getTime() - Method in class org.gillius.jalleg.framework.TimelineEvent
 
getTimeInState(GameState) - Method in class org.gillius.jalleg.framework.stats.GameStats
Returns the number of nanoseconds the game was in the given state in the measured period.
getTimeToNextEvent(double) - Method in class org.gillius.jalleg.framework.Timeline
 
getTotalTime() - Method in class org.gillius.jalleg.framework.stats.GameStats
The duration of the measuring period in nanoseconds.
getTotalTimeSeconds() - Method in class org.gillius.jalleg.framework.stats.GameStats
 

H

h - Variable in class org.gillius.jalleg.framework.math.Rect
 
hasEvent(double) - Method in class org.gillius.jalleg.framework.Timeline
 

I

initAddons(AllegroAddon...) - Method in class org.gillius.jalleg.framework.AllegroSystem
Initializes the requested add-ons, AllegroSystem.install()ing Allegro if not already installed.
initAddons(AllegroAddon...) - Method in class org.gillius.jalleg.framework.Game
 
initStatsCollection(long, TimeUnit) - Method in class org.gillius.jalleg.framework.Game
 
install() - Method in class org.gillius.jalleg.framework.AllegroSystem
 
installRumble(double, double) - Method in class org.gillius.jalleg.framework.Game
 
INSTANCE - Static variable in class org.gillius.jalleg.framework.AllegroSystem
 
INSTANCE - Static variable in class org.gillius.jalleg.framework.audio.SawtoothWave
 
INSTANCE - Static variable in class org.gillius.jalleg.framework.audio.SineWave
 
INSTANCE - Static variable in class org.gillius.jalleg.framework.audio.SquareWave
 
INSTANCE - Static variable in class org.gillius.jalleg.framework.audio.TriangleWave
 
IOUtils - Class in org.gillius.jalleg.framework.io
IO Utility methods that ought to be in the stock JDK but were never added so we have them in almost every Java project.
IOUtils() - Constructor for class org.gillius.jalleg.framework.io.IOUtils
 
isAddonInstalled(AllegroAddon) - Method in class org.gillius.jalleg.framework.AllegroSystem
 
isAutoResize() - Method in class org.gillius.jalleg.framework.Game
 
isCollectingStats() - Method in class org.gillius.jalleg.framework.Game
 
isInstalled() - Method in class org.gillius.jalleg.framework.AllegroSystem
 
isJoyDirection(Direction) - Method in class org.gillius.jalleg.framework.Game
If the joystick addon is installed and at least one joystick was plugged in, returns true if the joystick being pressed in the given direction.
isKeyDown(int) - Method in class org.gillius.jalleg.framework.Game
If the keyboard addon is installed, return if the given key pressed at the start of the update call.
isMouseButtonDown(int) - Method in class org.gillius.jalleg.framework.Game
If the mouse addon is installed, return if the designated mouse button is pressed.
isPlaying() - Method in class org.gillius.jalleg.framework.audio.LoopingSingleInstanceSample
 
isRumbleInstalled() - Method in class org.gillius.jalleg.framework.Game
 
isSilence() - Method in class org.gillius.jalleg.framework.audio.ChipTuneNoteInstance
 
isSilence() - Method in class org.gillius.jalleg.framework.audio.NoteInstance
 

J

joy1 - Variable in class org.gillius.jalleg.framework.Game
 

K

keyState - Variable in class org.gillius.jalleg.framework.Game
 

L

lastStats - Variable in class org.gillius.jalleg.framework.Game
 
left() - Method in class org.gillius.jalleg.framework.math.Rect
 
leftOf(Rect) - Method in class org.gillius.jalleg.framework.math.Rect
 
loadBitmap(InputStream, String) - Static method in class org.gillius.jalleg.framework.io.AllegroLoader
Uses AllegroLibrary.al_load_bitmap_f(org.gillius.jalleg.binding.AllegroLibrary.ALLEGRO_FILE, java.lang.String) to load bitmap data.
loadBitmap(InputStream, String, int) - Static method in class org.gillius.jalleg.framework.io.AllegroLoader
Uses AllegroLibrary.al_load_bitmap_f(org.gillius.jalleg.binding.AllegroLibrary.ALLEGRO_FILE, java.lang.String) to load bitmap data.
loadBitmapFromClasspath(String) - Static method in class org.gillius.jalleg.framework.io.AllegroLoader
Uses AllegroLibrary.al_load_bitmap_f(org.gillius.jalleg.binding.AllegroLibrary.ALLEGRO_FILE, java.lang.String) to load bitmap data.
loadBitmapFromClasspath(String, String, int) - Static method in class org.gillius.jalleg.framework.io.AllegroLoader
Uses AllegroLibrary.al_load_bitmap_f(org.gillius.jalleg.binding.AllegroLibrary.ALLEGRO_FILE, java.lang.String) to load bitmap data.
loadConfig(InputStream) - Static method in class org.gillius.jalleg.framework.io.AllegroLoader
 
loadConfigFromClasspath(String) - Static method in class org.gillius.jalleg.framework.io.AllegroLoader
 
LoopingSingleInstanceSample - Class in org.gillius.jalleg.framework.audio
Plays looping sample data with al_play_sample until a specified time.
LoopingSingleInstanceSample(SampleData) - Constructor for class org.gillius.jalleg.framework.audio.LoopingSingleInstanceSample
 

M

mainDisplay - Variable in class org.gillius.jalleg.framework.Game
 
mainTimer - Variable in class org.gillius.jalleg.framework.Game
 
Memfile - Class in org.gillius.jalleg.framework.io
Wraps the Allegro memfile interface around an Allegro memfile by holding memory references while the file is open.
Memfile(byte[]) - Constructor for class org.gillius.jalleg.framework.io.Memfile
Creates a Memfile by copying the given data.
Memfile(byte[], int, int) - Constructor for class org.gillius.jalleg.framework.io.Memfile
Creates a Memfile by copying the given data.
Memfile(int) - Constructor for class org.gillius.jalleg.framework.io.Memfile
Creates a Memfile of a fixed size for writing.
mergeInto(AllegroConfig) - Method in class org.gillius.jalleg.framework.AllegroConfig
 
mergeInto(AllegroLibrary.ALLEGRO_CONFIG) - Method in class org.gillius.jalleg.framework.AllegroConfig
 
MonoWaveform - Interface in org.gillius.jalleg.framework.audio
 
mouseState - Variable in class org.gillius.jalleg.framework.Game
 
move(float, float) - Method in class org.gillius.jalleg.framework.math.Rect
 

N

Note - Enum in org.gillius.jalleg.framework.audio
A note based on "standard concert pitch".
NoteInstance - Class in org.gillius.jalleg.framework.audio
Represents a single played note.
NoteInstance(Note, int) - Constructor for class org.gillius.jalleg.framework.audio.NoteInstance
 
NoteInstance(Note, int, float, float) - Constructor for class org.gillius.jalleg.framework.audio.NoteInstance
 

O

onAllegroStarted() - Method in class org.gillius.jalleg.framework.Game
 
onEvent(ALLEGRO_EVENT) - Method in class org.gillius.jalleg.framework.Game
Method called when any event is processed, including the events generated by the game loop mainTimer and ALLEGRO_EVENT_DISPLAY_CLOSE generated by the display window.
onStopped() - Method in class org.gillius.jalleg.framework.Game
 
onUnhandledEvent(ALLEGRO_EVENT) - Method in class org.gillius.jalleg.framework.Game
Called on any event type not handled by the built-in event handling (such as for mainTimer events and ALLEGRO_EVENT_DISPLAY_CLOSE).
org.gillius.jalleg.framework - package org.gillius.jalleg.framework
 
org.gillius.jalleg.framework.audio - package org.gillius.jalleg.framework.audio
 
org.gillius.jalleg.framework.io - package org.gillius.jalleg.framework.io
 
org.gillius.jalleg.framework.math - package org.gillius.jalleg.framework.math
 
org.gillius.jalleg.framework.stats - package org.gillius.jalleg.framework.stats
 
outside(Rect) - Method in class org.gillius.jalleg.framework.math.Rect
 
outsideX(Rect) - Method in class org.gillius.jalleg.framework.math.Rect
 
outsideY(Rect) - Method in class org.gillius.jalleg.framework.math.Rect
 

P

play(ChipTuneNoteInstance) - Method in class org.gillius.jalleg.framework.audio.ChipTuneSystem
 
play(SampleData, int, NoteInstance) - Method in class org.gillius.jalleg.framework.audio.ChipTuneSystem
 
play(MonoWaveform, int, NoteInstance) - Method in class org.gillius.jalleg.framework.audio.ChipTuneSystem
 
play(double) - Method in class org.gillius.jalleg.framework.audio.LoopingSingleInstanceSample
 
playRumble(int) - Method in class org.gillius.jalleg.framework.Game
 
Point - Class in org.gillius.jalleg.framework.math
 
Point(float, float) - Constructor for class org.gillius.jalleg.framework.math.Point
 
poll(double) - Method in class org.gillius.jalleg.framework.Timeline
 

R

Rect - Class in org.gillius.jalleg.framework.math
 
Rect(float, float, float, float) - Constructor for class org.gillius.jalleg.framework.math.Rect
 
render() - Method in class org.gillius.jalleg.framework.Game
 
right() - Method in class org.gillius.jalleg.framework.math.Rect
 
rightOf(Rect) - Method in class org.gillius.jalleg.framework.math.Rect
 
run() - Method in class org.gillius.jalleg.framework.audio.ChipTuneRunner
 
run() - Method in class org.gillius.jalleg.framework.Game
 

S

safeClose(AutoCloseable) - Static method in class org.gillius.jalleg.framework.io.IOUtils
Close the given AutoCloseable, ignoring nulls and exceptions.
SampleData - Interface in org.gillius.jalleg.framework.audio
Represents a closeable source of Allegro sample data.
saveConfig(String) - Method in class org.gillius.jalleg.framework.AllegroConfig
Saves the configuration to a file.
saveConfig(AllegroLibrary.ALLEGRO_FILE) - Method in class org.gillius.jalleg.framework.AllegroConfig
 
SawtoothWave - Class in org.gillius.jalleg.framework.audio
 
SawtoothWave() - Constructor for class org.gillius.jalleg.framework.audio.SawtoothWave
 
setAutoResize(boolean) - Method in class org.gillius.jalleg.framework.Game
Enables or disables auto-resize functionality.
setClearColor(ALLEGRO_COLOR) - Method in class org.gillius.jalleg.framework.Game
 
setConfigValue(String, String, Object) - Method in class org.gillius.jalleg.framework.AllegroConfig
Sets the given value in a section under the given key.
setGain(float) - Method in class org.gillius.jalleg.framework.audio.LoopingSingleInstanceSample
 
setNewWindowTitle(String) - Method in class org.gillius.jalleg.framework.Game
 
setPan(float) - Method in class org.gillius.jalleg.framework.audio.LoopingSingleInstanceSample
 
setSpeed(float) - Method in class org.gillius.jalleg.framework.audio.LoopingSingleInstanceSample
 
setStart(double) - Method in class org.gillius.jalleg.framework.Timeline
 
setTargetFrameRate(double) - Method in class org.gillius.jalleg.framework.Game
 
setTotalTime(long) - Method in class org.gillius.jalleg.framework.stats.GameStats
 
silence(int) - Static method in class org.gillius.jalleg.framework.audio.ChipTuneNoteInstance
 
SILENCE - Static variable in class org.gillius.jalleg.framework.audio.NoteInstance
 
SineWave - Class in org.gillius.jalleg.framework.audio
 
SineWave() - Constructor for class org.gillius.jalleg.framework.audio.SineWave
 
SquareWave - Class in org.gillius.jalleg.framework.audio
Generates a square wave that has extra samples so that even when used with default linear mixer, it still preserves its square shape.
SquareWave() - Constructor for class org.gillius.jalleg.framework.audio.SquareWave
 
start() - Method in class org.gillius.jalleg.framework.audio.ChipTuneRunner
 
startLoop() - Method in class org.gillius.jalleg.framework.stats.GameStatsRecorder
 
stop() - Method in class org.gillius.jalleg.framework.audio.ChipTuneRunner
 
stop(int) - Method in class org.gillius.jalleg.framework.audio.ChipTuneSystem
 
stop() - Method in class org.gillius.jalleg.framework.audio.LoopingSingleInstanceSample
 
stop() - Method in class org.gillius.jalleg.framework.Game
 
stopStatsCollection() - Method in class org.gillius.jalleg.framework.Game
 

T

Timeline<T> - Class in org.gillius.jalleg.framework
 
Timeline() - Constructor for class org.gillius.jalleg.framework.Timeline
 
TimelineEvent<T> - Class in org.gillius.jalleg.framework
 
TimelineEvent(T, double) - Constructor for class org.gillius.jalleg.framework.TimelineEvent
 
top() - Method in class org.gillius.jalleg.framework.math.Rect
 
toString() - Method in class org.gillius.jalleg.framework.math.Point
 
transition(GameState) - Method in class org.gillius.jalleg.framework.stats.GameStatsRecorder
 
TriangleWave - Class in org.gillius.jalleg.framework.audio
 
TriangleWave() - Constructor for class org.gillius.jalleg.framework.audio.TriangleWave
 

U

uninstall() - Method in class org.gillius.jalleg.framework.AllegroSystem
 
uninstallAddons() - Method in class org.gillius.jalleg.framework.AllegroSystem
Uninstall all addons.
uninstallRumble() - Method in class org.gillius.jalleg.framework.Game
 
update(double) - Method in class org.gillius.jalleg.framework.audio.LoopingSingleInstanceSample
Updates this sample.
update() - Method in class org.gillius.jalleg.framework.Game
 

V

valueOf(String) - Static method in enum org.gillius.jalleg.framework.AllegroAddon
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gillius.jalleg.framework.audio.Note
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gillius.jalleg.framework.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gillius.jalleg.framework.stats.GameState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gillius.jalleg.framework.AllegroAddon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gillius.jalleg.framework.audio.Note
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gillius.jalleg.framework.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gillius.jalleg.framework.stats.GameState
Returns an array containing the constants of this enum type, in the order they are declared.

W

w - Variable in class org.gillius.jalleg.framework.math.Rect
 
WaveformSample - Class in org.gillius.jalleg.framework.audio
WaveformSample generates an Allegro sample from a MonoWaveform and exposes it as SampleData, managing the memory while open.
WaveformSample(MonoWaveform) - Constructor for class org.gillius.jalleg.framework.audio.WaveformSample
 

X

x - Variable in class org.gillius.jalleg.framework.math.Point
 
x - Variable in class org.gillius.jalleg.framework.math.Rect
 

Y

y - Variable in class org.gillius.jalleg.framework.math.Point
 
y - Variable in class org.gillius.jalleg.framework.math.Rect
 
A B C D E F G H I J K L M N O P R S T U V W X Y 
Skip navigation links