|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
ElementProcessor
which will be passed
each element read as the Inkscape SVG document is processed.
isKeyPressed
method.
isMousePressed
method.
InputListener
MouseListener
KeyListener
ControllerListener
UnicodeFont.drawString(float, float, String, Color, int, int)
but returns a
DisplayList which provides access to the width and height of the text drawn.
UnicodeFont
.Shape
contract.BufferedImageOp
filter to glyphs.Effect
s that will be applied
to the glyphs.
ConfigurableEffect.Value
s for this effect.
ImageBuffer buffer = new ImageBuffer(320,200);
buffer.setRGBA(100,100,50,50,20,255);
..
ImageBuffer(int, int) -
Constructor for class org.newdawn.slick.ImageBuffer
ImageBufferEndianTest - Class in org.newdawn.slick.tests
Quick test for endianess in image buffers
ImageBufferEndianTest() -
Constructor for class org.newdawn.slick.tests.ImageBufferEndianTest
Create a new test
ImageBufferTest - Class in org.newdawn.slick.tests
A test for image buffer maniupulation rendering
ImageBufferTest() -
Constructor for class org.newdawn.slick.tests.ImageBufferTest
Create a new image buffer rendering test
ImageCornerTest - Class in org.newdawn.slick.tests
A test for basic image rendering
ImageCornerTest() -
Constructor for class org.newdawn.slick.tests.ImageCornerTest
Create a new image rendering test
ImageData - Interface in org.newdawn.slick.opengl
A description of any class providing ImageData in a form suitable for OpenGL texture
creation.
ImageData - Interface in org.newdawn.slick.opengl
A description of any class providing ImageData in a form suitable for OpenGL texture
creation.
ImageDataFactory - Class in org.newdawn.slick.opengl
A static utility to create the appropriate image data for a particular reference.
ImageDataFactory - Class in org.newdawn.slick.opengl
A static utility to create the appropriate image data for a particular reference.
ImageDataFactory() -
Constructor for class org.newdawn.slick.opengl.ImageDataFactory
ImageDataFactory() -
Constructor for class org.newdawn.slick.opengl.ImageDataFactory
ImageGraphicsTest - Class in org.newdawn.slick.tests
A test for rendering to an image
ImageGraphicsTest() -
Constructor for class org.newdawn.slick.tests.ImageGraphicsTest
Create a new image rendering test
ImageIOImageData - Class in org.newdawn.slick.opengl
An image data provider that uses ImageIO to retrieve image data in a format
suitable for creating OpenGL textures.
ImageIOImageData - Class in org.newdawn.slick.opengl
An image data provider that uses ImageIO to retrieve image data in a format
suitable for creating OpenGL textures.
ImageIOImageData() -
Constructor for class org.newdawn.slick.opengl.ImageIOImageData
ImageIOImageData() -
Constructor for class org.newdawn.slick.opengl.ImageIOImageData
ImageIOWriter - Class in org.newdawn.slick.imageout
A utility to write a Slick image out using ImageIO
ImageIOWriter() -
Constructor for class org.newdawn.slick.imageout.ImageIOWriter
ImageMemTest - Class in org.newdawn.slick.tests
A test for basic image rendering
ImageMemTest() -
Constructor for class org.newdawn.slick.tests.ImageMemTest
Create a new image rendering test
imageName -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
The name of the image in use
ImageOut - Class in org.newdawn.slick.imageout
A static hook to access all the Image output utilities.
ImageOut() -
Constructor for class org.newdawn.slick.imageout.ImageOut
ImageOutTest - Class in org.newdawn.slick.tests
A test for saving images
ImageOutTest() -
Constructor for class org.newdawn.slick.tests.ImageOutTest
Create a new image rendering test
ImageReadTest - Class in org.newdawn.slick.tests
A test for reading image data from a teture
ImageReadTest() -
Constructor for class org.newdawn.slick.tests.ImageReadTest
Create a new image reading test
ImageTest - Class in org.newdawn.slick.tests
A test for basic image rendering
ImageTest() -
Constructor for class org.newdawn.slick.tests.ImageTest
Create a new image rendering test
imageToByteBuffer(BufferedImage, boolean, boolean, int[]) -
Method in class org.newdawn.slick.opengl.ImageIOImageData
imageToByteBuffer(BufferedImage, boolean, boolean, int[]) -
Method in class org.newdawn.slick.opengl.ImageIOImageData
ImageWriter - Interface in org.newdawn.slick.imageout
The description of any class that can produce data to an output stream reprsenting
some image in memory.
ImageWriterFactory - Class in org.newdawn.slick.imageout
A factory to produce image writers based on format names
ImageWriterFactory() -
Constructor for class org.newdawn.slick.imageout.ImageWriterFactory
IMMEDIATE_RENDERER -
Static variable in class org.newdawn.slick.opengl.renderer.Renderer
The indicator for immediate mode renderering (the default)
IMMEDIATE_RENDERER -
Static variable in class org.newdawn.slick.opengl.renderer.Renderer
The indicator for immediate mode renderering (the default)
ImmediateModeOGLRenderer - Class in org.newdawn.slick.opengl.renderer
The default OpenGL renderer, uses immediate mode for everything
ImmediateModeOGLRenderer - Class in org.newdawn.slick.opengl.renderer
The default OpenGL renderer, uses immediate mode for everything
ImmediateModeOGLRenderer() -
Constructor for class org.newdawn.slick.opengl.renderer.ImmediateModeOGLRenderer
ImmediateModeOGLRenderer() -
Constructor for class org.newdawn.slick.opengl.renderer.ImmediateModeOGLRenderer
inClosedList(AStarPathFinder.Node) -
Method in class org.newdawn.slick.util.pathfinding.AStarPathFinder
Check if the node supplied is in the closed list
includes(float, float) -
Method in class org.newdawn.slick.geom.Shape
Check if the given point is part of the path that
forms this shape
increaseTriangulation() -
Method in class org.newdawn.slick.geom.Shape
Increase triangulation
index -
Variable in class org.newdawn.slick.tiled.Layer
The index of this layer
index -
Variable in class org.newdawn.slick.tiled.TiledMap.GroupObject
The index of this object
index -
Variable in class org.newdawn.slick.tiled.TiledMap.ObjectGroup
The index of this group
index -
Variable in class org.newdawn.slick.tiled.TileSet
The index of the tile set
indexOf(float, float) -
Method in class org.newdawn.slick.geom.Shape
Get the index of a given point
info(String) -
Method in class org.newdawn.slick.util.DefaultLogSystem
Log an information message
info(String) -
Static method in class org.newdawn.slick.util.Log
Log an information message
info(String) -
Static method in class org.newdawn.slick.util.Log
Log an information message
info(String) -
Method in interface org.newdawn.slick.util.LogSystem
Log an information message
INHERIT_POINTS -
Static variable in class org.newdawn.slick.particles.Particle
Indicates the particle should inherit it's use of points
init() -
Method in class org.newdawn.slick.AppletGameContainer
init(GameContainer) -
Method in class org.newdawn.slick.BasicGame
init(GameContainer) -
Method in interface org.newdawn.slick.Game
Initialise the game.
init() -
Method in class org.newdawn.slick.Image
Initialise internal data
init() -
Method in class org.newdawn.slick.openal.SoundStore
Initialise the sound effects stored.
init() -
Method in class org.newdawn.slick.openal.SoundStore
Initialise the sound effects stored.
init(ParticleEmitter, float) -
Method in class org.newdawn.slick.particles.Particle
Initialise the state of the particle as it's reused
init(GameContainer) -
Method in class org.newdawn.slick.ScalableGame
init(GameContainer, StateBasedGame) -
Method in interface org.newdawn.slick.state.GameState
Initialise the state.
init(GameContainer) -
Method in class org.newdawn.slick.state.StateBasedGame
init(GameState, GameState) -
Method in class org.newdawn.slick.state.transition.BlobbyTransition
init(GameState, GameState) -
Method in class org.newdawn.slick.state.transition.CombinedTransition
init(GameState, GameState) -
Method in class org.newdawn.slick.state.transition.EmptyTransition
init(GameState, GameState) -
Method in class org.newdawn.slick.state.transition.FadeInTransition
init(GameState, GameState) -
Method in class org.newdawn.slick.state.transition.FadeOutTransition
init(GameState, GameState) -
Method in class org.newdawn.slick.state.transition.HorizontalSplitTransition
init(GameState, GameState) -
Method in class org.newdawn.slick.state.transition.RotateTransition
init(GameState, GameState) -
Method in class org.newdawn.slick.state.transition.SelectTransition
init(GameState, GameState) -
Method in interface org.newdawn.slick.state.transition.Transition
Initialise the transition
init(GameState, GameState) -
Method in class org.newdawn.slick.state.transition.VerticalSplitTransition
init(GameContainer) -
Method in class org.newdawn.slick.tests.AlphaMapTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.AnimationTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.AntiAliasTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.BigImageTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.BigSpriteSheetTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.CachedRenderTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.CanvasContainerTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.CanvasSizeTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.ClipTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.CopyAreaAlphaTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.CurveTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.DeferredLoadingTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.DistanceFieldTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.DoubleClickTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.DuplicateEmitterTest
load ressources (the particle system) and create our duplicate emitters
and place them nicely on the screen
init(GameContainer) -
Method in class org.newdawn.slick.tests.FlashTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.FontPerformanceTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.FontTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.GeomAccuracyTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.GeomTest
init() -
Method in class org.newdawn.slick.tests.GeomUtilTest
Perform the cut
init(GameContainer) -
Method in class org.newdawn.slick.tests.GeomUtilTest
init() -
Method in class org.newdawn.slick.tests.GeomUtilTileTest
Perform the cut
init(GameContainer) -
Method in class org.newdawn.slick.tests.GeomUtilTileTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.GradientImageTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.GradientTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.GraphicsTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.GUITest
init(GameContainer) -
Method in class org.newdawn.slick.tests.ImageBufferEndianTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.ImageBufferTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.ImageCornerTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.ImageGraphicsTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.ImageMemTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.ImageOutTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.ImageReadTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.ImageTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.InkscapeTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.InputProviderTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.InputTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.IsoTiledTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.KeyRepeatTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.LameTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.LineRenderTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.MorphShapeTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.MorphSVGTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.MusicListenerTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.NavMeshTest
Initialise resources and the map data
init(GameContainer) -
Method in class org.newdawn.slick.tests.PackedSheetTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.ParticleTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.PedigreeTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.PolygonTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.PureFontTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.SavedStateTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.ScalableTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.ShapeTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.SlickCallableTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.SoundPositionTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.SoundTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.SoundURLTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.SpriteSheetFontTest
init(GameContainer, StateBasedGame) -
Method in class org.newdawn.slick.tests.states.TestState1
init(GameContainer, StateBasedGame) -
Method in class org.newdawn.slick.tests.states.TestState2
init(GameContainer, StateBasedGame) -
Method in class org.newdawn.slick.tests.states.TestState3
init(GameContainer) -
Method in class org.newdawn.slick.tests.TestBox
init() -
Method in class org.newdawn.slick.tests.TestUtils
Initialise resources
init() -
Method in class org.newdawn.slick.tests.TestUtils
Initialise resources
init(GameContainer) -
Method in class org.newdawn.slick.tests.TexturePaintTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.TileMapTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.TransformTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.TransformTest2
init(GameContainer) -
Method in class org.newdawn.slick.tests.TransparentColorTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.TrueTypeFontPerformanceTest
init(GameContainer) -
Method in class org.newdawn.slick.tests.UnicodeFontTest
initApplet() -
Method in class org.newdawn.slick.AppletGameContainer.Container
Initiliase based on Applet init
initControllers() -
Method in class org.newdawn.slick.Input
Initialise the controllers system
initDisplay(int, int) -
Method in class org.newdawn.slick.opengl.renderer.ImmediateModeOGLRenderer
initDisplay(int, int) -
Method in class org.newdawn.slick.opengl.renderer.ImmediateModeOGLRenderer
initDisplay(int, int) -
Method in interface org.newdawn.slick.opengl.renderer.SGL
Initialise the display
initDisplay(int, int) -
Method in interface org.newdawn.slick.opengl.renderer.SGL
Initialise the display
initDisplay(int, int) -
Method in class org.newdawn.slick.opengl.renderer.VAOGLRenderer
initDisplay(int, int) -
Method in class org.newdawn.slick.opengl.renderer.VAOGLRenderer
inited -
Variable in class org.newdawn.slick.Image
True if this image's state has been initialised
initGL() -
Method in class org.newdawn.slick.AppletGameContainer.ContainerPanel
Initialise GL state
initGL() -
Method in class org.newdawn.slick.GameContainer
Initialise the GL context
initGL() -
Method in class org.newdawn.slick.opengl.pbuffer.FBOGraphics
Initialise the GL context
initGL() -
Method in class org.newdawn.slick.opengl.pbuffer.PBufferGraphics
Initialise the GL context
initGL() -
Method in class org.newdawn.slick.opengl.pbuffer.PBufferUniqueGraphics
Initialise the GL context
initialDistance -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
The initial distance of the particles
initialLife -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
The initial life of the new pixels
initialSize -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
The initial size of the new pixels
initImpl() -
Method in class org.newdawn.slick.BigImage
initImpl() -
Method in class org.newdawn.slick.Image
Hook for subclasses to perform initialisation
initImpl() -
Method in class org.newdawn.slick.SpriteSheet
initStatesList(GameContainer) -
Method in class org.newdawn.slick.state.StateBasedGame
Initialise the list of states making up this game
initStatesList(GameContainer) -
Method in class org.newdawn.slick.tests.StateBasedTest
initStatesList(GameContainer) -
Method in class org.newdawn.slick.tests.TransitionTest
initSystem() -
Method in class org.newdawn.slick.GameContainer
Initialise the system components, OpenGL and OpenAL.
INKSCAPE -
Static variable in class org.newdawn.slick.svg.inkscape.Util
The namespace for inkscape
InkscapeLoader - Class in org.newdawn.slick.svg
A loader specifically for the SVG that is produced from Inkscape
InkscapeNonGeometricData - Class in org.newdawn.slick.svg.inkscape
A custom non-geometric data type that can pass back any attribute
on the field.
InkscapeNonGeometricData(String, Element) -
Constructor for class org.newdawn.slick.svg.inkscape.InkscapeNonGeometricData
Create a new non-geometric data holder
InkscapeTest - Class in org.newdawn.slick.tests
A rudimentry test of loading SVG from inkscape
InkscapeTest() -
Constructor for class org.newdawn.slick.tests.InkscapeTest
Create a new test for inkscape loading
inOpenList(AStarPathFinder.Node) -
Method in class org.newdawn.slick.util.pathfinding.AStarPathFinder
Check if a node is in the open list
input -
Variable in class org.newdawn.slick.GameContainer
The input system to pass to the game
input -
Variable in class org.newdawn.slick.gui.AbstractComponent
The input we're responding to
Input - Class in org.newdawn.slick
A wrapped for all keyboard, mouse and controller input
Input(int) -
Constructor for class org.newdawn.slick.Input
Create a new input with the height of the screen
InputAdapter - Class in org.newdawn.slick.util
An implement implementation of the InputListener interface
InputAdapter() -
Constructor for class org.newdawn.slick.util.InputAdapter
inputEnded() -
Method in class org.newdawn.slick.BasicGame
inputEnded() -
Method in interface org.newdawn.slick.ControlledInputReciever
Notification that all input events have been sent for this frame
inputEnded() -
Method in class org.newdawn.slick.state.BasicGameState
inputEnded() -
Method in class org.newdawn.slick.state.StateBasedGame
inputEnded() -
Method in class org.newdawn.slick.util.InputAdapter
InputListener - Interface in org.newdawn.slick
A listener that will be notified of keyboard, mouse and controller events
InputProvider - Class in org.newdawn.slick.command
The central provider that maps real device input into abstract commands
defined by the developer.
InputProvider(Input) -
Constructor for class org.newdawn.slick.command.InputProvider
Create a new input proider which will provide abstract input descriptions
based on the input from the supplied context.
InputProviderListener - Interface in org.newdawn.slick.command
Description of any class wishing to recieve notifications of command invocations.
InputProviderTest - Class in org.newdawn.slick.tests
A test for abstract input via InputProvider
InputProviderTest() -
Constructor for class org.newdawn.slick.tests.InputProviderTest
Create a new image rendering test
inputStarted() -
Method in class org.newdawn.slick.BasicGame
inputStarted() -
Method in interface org.newdawn.slick.ControlledInputReciever
Notification that input is about to be processed
inputStarted() -
Method in class org.newdawn.slick.state.BasicGameState
inputStarted() -
Method in class org.newdawn.slick.state.StateBasedGame
inputStarted() -
Method in class org.newdawn.slick.util.InputAdapter
InputTest - Class in org.newdawn.slick.tests
A test for input
InputTest() -
Constructor for class org.newdawn.slick.tests.InputTest
Create a new input test
InternalTextureLoader - Class in org.newdawn.slick.opengl
A texture loaded based on many old versions that will load image data from a file
and produce OpenGL textures.
InternalTextureLoader - Class in org.newdawn.slick.opengl
A texture loaded based on many old versions that will load image data from a file
and produce OpenGL textures.
intersect(Shape, Line) -
Method in class org.newdawn.slick.geom.GeomUtil
Intersect a line with a shape
intersect(Line) -
Method in class org.newdawn.slick.geom.Line
Intersect this line with another
intersect(Line, boolean) -
Method in class org.newdawn.slick.geom.Line
Intersect this line with another
intersect(Line, boolean, Vector2f) -
Method in class org.newdawn.slick.geom.Line
Intersect this line with another
intersects(Shape) -
Method in class org.newdawn.slick.geom.Circle
Check if this circle touches another
intersects(Shape) -
Method in class org.newdawn.slick.geom.Line
intersects(Shape) -
Method in class org.newdawn.slick.geom.Rectangle
Check if this box touches another
intersects(Shape) -
Method in class org.newdawn.slick.geom.Shape
Check if this shape intersects with the shape provided.
intValue(String, int, String) -
Static method in class org.newdawn.slick.font.effects.EffectUtil
Prompts the user for int value
inUse -
Static variable in class org.newdawn.slick.Image
The sprite sheet currently in use
inUse() -
Method in class org.newdawn.slick.particles.Particle
Check if this particle is currently in use (i.e.
Inventory - Class in org.newdawn.slick.tests.xml
A test example of some object data that can be configured via XML
Inventory() -
Constructor for class org.newdawn.slick.tests.xml.Inventory
isAcceptingInput() -
Method in class org.newdawn.slick.BasicGame
isAcceptingInput() -
Method in interface org.newdawn.slick.ControlledInputReciever
Check if this input listener is accepting input
isAcceptingInput() -
Method in class org.newdawn.slick.state.BasicGameState
isAcceptingInput() -
Method in class org.newdawn.slick.state.StateBasedGame
isAcceptingInput() -
Method in class org.newdawn.slick.util.InputAdapter
isActive() -
Method in class org.newdawn.slick.command.InputProvider
Check if this provider should be sending events
isActive() -
Method in class org.newdawn.slick.particles.ConfigurableEmitter.LinearInterpolator
Check if this interpolated value should be used
isAntiAlias() -
Method in class org.newdawn.slick.Graphics
True if antialiasing has been turned on for this graphics context
isBold() -
Method in class org.newdawn.slick.font.HieroSettings
isButton1Pressed(int) -
Method in class org.newdawn.slick.Input
Check if button 1 is pressed
isButton2Pressed(int) -
Method in class org.newdawn.slick.Input
Check if button 2 is pressed
isButton3Pressed(int) -
Method in class org.newdawn.slick.Input
Check if button 3 is pressed
isButtonPressed(int, int) -
Method in class org.newdawn.slick.Input
Check if controller button is pressed
isCaching() -
Method in class org.newdawn.slick.UnicodeFont
Returns true if this UnicodeFont caches the glyph drawing instructions to
improve performance.
isColor(String) -
Method in class org.newdawn.slick.svg.NonGeometricData
Check if a given attribute is in colour format
isCommandControlDown(Command) -
Method in class org.newdawn.slick.command.InputProvider
Check if the last control event we recieved related to the given command
indicated that a control was down
isCommandControlPressed(Command) -
Method in class org.newdawn.slick.command.InputProvider
Check if one of the controls related to the command specified has been
pressed since we last called this method
isComplete() -
Method in class org.newdawn.slick.state.transition.BlobbyTransition
isComplete() -
Method in class org.newdawn.slick.state.transition.CombinedTransition
isComplete() -
Method in class org.newdawn.slick.state.transition.CrossStateTransition
isComplete() -
Method in class org.newdawn.slick.state.transition.EmptyTransition
isComplete() -
Method in class org.newdawn.slick.state.transition.FadeInTransition
isComplete() -
Method in class org.newdawn.slick.state.transition.FadeOutTransition
isComplete() -
Method in class org.newdawn.slick.state.transition.HorizontalSplitTransition
isComplete() -
Method in class org.newdawn.slick.state.transition.RotateTransition
isComplete() -
Method in class org.newdawn.slick.state.transition.SelectTransition
isComplete() -
Method in interface org.newdawn.slick.state.transition.Transition
Check if this transtion has been completed
isComplete() -
Method in class org.newdawn.slick.state.transition.VerticalSplitTransition
isControllerDown(int) -
Method in class org.newdawn.slick.Input
Check if the controller has the down direction pressed
isControllerLeft(int) -
Method in class org.newdawn.slick.Input
Check if the controller has the left direction pressed
isControllerRight(int) -
Method in class org.newdawn.slick.Input
Check if the controller has the right direction pressed
isControllerUp(int) -
Method in class org.newdawn.slick.Input
Check if the controller has the up direction pressed
isControlPressed(int) -
Method in class org.newdawn.slick.Input
Check if a controller button has been pressed since last
time
isControlPressed(int, int) -
Method in class org.newdawn.slick.Input
Check if a controller button has been pressed since last
time
isCyclic() -
Method in class org.newdawn.slick.font.effects.GradientEffect
Check if the graident is repeating
isDeferredLoading() -
Static method in class org.newdawn.slick.loading.LoadingList
Check if we're using deferred loading
isDeferredLoading() -
Static method in class org.newdawn.slick.loading.LoadingList
Check if we're using deferred loading
isDeferredLoading() -
Method in class org.newdawn.slick.openal.SoundStore
Check if we're using deferred loading
isDeferredLoading() -
Method in class org.newdawn.slick.openal.SoundStore
Check if we're using deferred loading
isDeferredLoading() -
Method in class org.newdawn.slick.opengl.InternalTextureLoader
Check if we're using deferred loading
isDeferredLoading() -
Method in class org.newdawn.slick.opengl.InternalTextureLoader
Check if we're using deferred loading
isDestroyed() -
Method in class org.newdawn.slick.Image
Check if this image has been destroyed
isEnabled() -
Method in class org.newdawn.slick.particles.ConfigurableEmitter
isEnabled() -
Method in class org.newdawn.slick.particles.ConfigurableEmitter.Range
Check if this configuration option is enabled
isEnabled() -
Method in class org.newdawn.slick.particles.effects.FireEmitter
isEnabled() -
Method in interface org.newdawn.slick.particles.ParticleEmitter
Check if the emitter is enabled
isFilled() -
Method in class org.newdawn.slick.svg.NonGeometricData
True if the shape is meant to be filled
isFullscreen() -
Method in class org.newdawn.slick.AppGameContainer
Check if the display is in fullscreen mode
isFullscreen() -
Method in class org.newdawn.slick.AppletGameContainer.Container
isFullscreen() -
Method in class org.newdawn.slick.GameContainer
Check if the display is in fullscreen mode
isHasAlpha() -
Method in class org.newdawn.slick.opengl.PNGDecoder.Format
isHasAlpha() -
Method in class org.newdawn.slick.opengl.PNGDecoder.Format
isItalic() -
Method in class org.newdawn.slick.font.HieroSettings
isKeyDown(int) -
Method in class org.newdawn.slick.Input
Check if a particular key is down
isKeyPressed(int) -
Method in class org.newdawn.slick.Input
Check if a particular key has been pressed since this method
was last called for the specified key
isKeyRepeatEnabled() -
Method in class org.newdawn.slick.Input
Check if key repeat is enabled
isMissing() -
Method in class org.newdawn.slick.font.Glyph
Returns true if the font does not have a glyph for this codepoint.
isMouseButtonDown(int) -
Method in class org.newdawn.slick.Input
Check if a given mouse button is down
isMouseGrabbed() -
Method in class org.newdawn.slick.AppGameContainer
isMouseGrabbed() -
Method in class org.newdawn.slick.AppletGameContainer.Container
isMouseGrabbed() -
Method in class org.newdawn.slick.GameContainer
Check if the mouse cursor is current grabbed.
isMouseOver() -
Method in class org.newdawn.slick.gui.MouseOverArea
Check if the mouse is over this area
isMousePressed(int) -
Method in class org.newdawn.slick.Input
Check if a mouse button has been pressed since last call
isMusicOn() -
Method in class org.newdawn.slick.GameContainer
Check if music is enabled
isMusicOn() -
Method in class org.newdawn.slick.openal.SoundStore
Check if music should currently be playing
isMusicOn() -
Method in class org.newdawn.slick.openal.SoundStore
Check if music should currently be playing
isMusicPlaying() -
Method in class org.newdawn.slick.openal.SoundStore
Check if the music is currently playing
isMusicPlaying() -
Method in class org.newdawn.slick.openal.SoundStore
Check if the music is currently playing
ISOMETRIC -
Static variable in class org.newdawn.slick.tiled.TiledMap
Indicates an isometric map
isOriented() -
Method in class org.newdawn.slick.particles.ConfigurableEmitter
isOriented() -
Method in class org.newdawn.slick.particles.effects.FireEmitter
isOriented() -
Method in class org.newdawn.slick.particles.Particle
Check if this particle is being oriented based on it's velocity
isOriented() -
Method in interface org.newdawn.slick.particles.ParticleEmitter
Check if the particles produced should maintain orientation
IsoTiledTest - Class in org.newdawn.slick.tests
Simple test for isometric map rendering
IsoTiledTest() -
Constructor for class org.newdawn.slick.tests.IsoTiledTest
Create a new test
isPaused() -
Method in class org.newdawn.slick.GameContainer
Check if the container is currently paused.
isPlaying() -
Method in interface org.newdawn.slick.openal.Audio
Check if the sound is playing as sound fx
isPlaying() -
Method in interface org.newdawn.slick.openal.Audio
Check if the sound is playing as sound fx
isPlaying() -
Method in class org.newdawn.slick.openal.AudioImpl
isPlaying() -
Method in class org.newdawn.slick.openal.AudioImpl
isPlaying() -
Method in class org.newdawn.slick.openal.DeferredSound
isPlaying() -
Method in class org.newdawn.slick.openal.DeferredSound
isPlaying() -
Method in class org.newdawn.slick.openal.NullAudio
isPlaying() -
Method in class org.newdawn.slick.openal.NullAudio
isPlaying() -
Method in class org.newdawn.slick.openal.StreamSound
isPlaying() -
Method in class org.newdawn.slick.openal.StreamSound
isRadial() -
Method in class org.newdawn.slick.svg.Gradient
Check if the gradient is radial
isRGB() -
Method in class org.newdawn.slick.opengl.PNGDecoder
isRGB() -
Method in class org.newdawn.slick.opengl.PNGDecoder
isRunning() -
Method in class org.newdawn.slick.AppletGameContainer.Container
Check if the applet is currently running
isShowingFPS() -
Method in class org.newdawn.slick.GameContainer
Check if the FPS is currently showing
isSoundOn() -
Method in class org.newdawn.slick.GameContainer
Check if sound effects are enabled
isStopped() -
Method in class org.newdawn.slick.Animation
Check if this animation has stopped (either explictly or because it's reached its target frame)
isStroked() -
Method in class org.newdawn.slick.svg.NonGeometricData
True if the shape is meant to be outlined
isUpdatingOnlyWhenVisible() -
Method in class org.newdawn.slick.AppGameContainer
isUpdatingOnlyWhenVisible() -
Method in class org.newdawn.slick.GameContainer
Check if this game is only updating when visible to the user (default = true)
isValidLocation(Mover, int, int, int, int) -
Method in class org.newdawn.slick.util.pathfinding.AStarPathFinder
Check if a given location is valid for the supplied mover
isVisible() -
Method in class org.newdawn.slick.particles.ParticleSystem
Check if this system is currently visible, i.e.
isVSyncRequested() -
Method in class org.newdawn.slick.GameContainer
True if vsync is requested
Item - Class in org.newdawn.slick.tests.xml
A test example of some object data that can be configured via XML
Item() -
Constructor for class org.newdawn.slick.tests.xml.Item
ItemContainer - Class in org.newdawn.slick.tests.xml
A test example of some object data that can be configured via XML
ItemContainer() -
Constructor for class org.newdawn.slick.tests.xml.ItemContainer
J
- JPG -
Static variable in class org.newdawn.slick.imageout.ImageOut
- The format string for JPG
- JUSTIFY -
Static variable in class org.newdawn.slick.util.FontUtils.Alignment
- Justify alignment
K
- KEY_0 -
Static variable in class org.newdawn.slick.Input
-
- KEY_1 -
Static variable in class org.newdawn.slick.Input
-
- KEY_2 -
Static variable in class org.newdawn.slick.Input
-
- KEY_3 -
Static variable in class org.newdawn.slick.Input
-
- KEY_4 -
Static variable in class org.newdawn.slick.Input
-
- KEY_5 -
Static variable in class org.newdawn.slick.Input
-
- KEY_6 -
Static variable in class org.newdawn.slick.Input
-
- KEY_7 -
Static variable in class org.newdawn.slick.Input
-
- KEY_8 -
Static variable in class org.newdawn.slick.Input
-
- KEY_9 -
Static variable in class org.newdawn.slick.Input
-
- KEY_A -
Static variable in class org.newdawn.slick.Input
-
- KEY_ADD -
Static variable in class org.newdawn.slick.Input
-
- KEY_APOSTROPHE -
Static variable in class org.newdawn.slick.Input
-
- KEY_APPS -
Static variable in class org.newdawn.slick.Input
-
- KEY_AT -
Static variable in class org.newdawn.slick.Input
-
- KEY_AX -
Static variable in class org.newdawn.slick.Input
-
- KEY_B -
Static variable in class org.newdawn.slick.Input
-
- KEY_BACK -
Static variable in class org.newdawn.slick.Input
-
- KEY_BACKSLASH -
Static variable in class org.newdawn.slick.Input
-
- KEY_C -
Static variable in class org.newdawn.slick.Input
-
- KEY_CAPITAL -
Static variable in class org.newdawn.slick.Input
-
- KEY_CIRCUMFLEX -
Static variable in class org.newdawn.slick.Input
-
- KEY_COLON -
Static variable in class org.newdawn.slick.Input
-
- KEY_COMMA -
Static variable in class org.newdawn.slick.Input
-
- KEY_CONVERT -
Static variable in class org.newdawn.slick.Input
-
- KEY_D -
Static variable in class org.newdawn.slick.Input
-
- KEY_DECIMAL -
Static variable in class org.newdawn.slick.Input
-
- KEY_DELETE -
Static variable in class org.newdawn.slick.Input
-
- KEY_DIVIDE -
Static variable in class org.newdawn.slick.Input
-
- KEY_DOWN -
Static variable in class org.newdawn.slick.Input
-
- KEY_E -
Static variable in class org.newdawn.slick.Input
-
- KEY_END -
Static variable in class org.newdawn.slick.Input
-
- KEY_ENTER -
Static variable in class org.newdawn.slick.Input
-
- KEY_EQUALS -
Static variable in class org.newdawn.slick.Input
-
- KEY_ESCAPE -
Static variable in class org.newdawn.slick.Input
-
- KEY_F -
Static variable in class org.newdawn.slick.Input
-
- KEY_F1 -
Static variable in class org.newdawn.slick.Input
-
- KEY_F10 -
Static variable in class org.newdawn.slick.Input
-
- KEY_F11 -
Static variable in class org.newdawn.slick.Input
-
- KEY_F12 -
Static variable in class org.newdawn.slick.Input
-
- KEY_F13 -
Static variable in class org.newdawn.slick.Input
-
- KEY_F14 -
Static variable in class org.newdawn.slick.Input
-
- KEY_F15 -
Static variable in class org.newdawn.slick.Input
-
- KEY_F2 -
Static variable in class org.newdawn.slick.Input
-
- KEY_F3 -
Static variable in class org.newdawn.slick.Input
-
- KEY_F4 -
Static variable in class org.newdawn.slick.Input
-
- KEY_F5 -
Static variable in class org.newdawn.slick.Input
-
- KEY_F6 -
Static variable in class org.newdawn.slick.Input
-
- KEY_F7 -
Static variable in class org.newdawn.slick.Input
-
- KEY_F8 -
Static variable in class org.newdawn.slick.Input
-
- KEY_F9 -
Static variable in class org.newdawn.slick.Input
-
- KEY_G -
Static variable in class org.newdawn.slick.Input
-
- KEY_GRAVE -
Static variable in class org.newdawn.slick.Input
-
- KEY_H -
Static variable in class org.newdawn.slick.Input
-
- KEY_HOME -
Static variable in class org.newdawn.slick.Input
-
- KEY_I -
Static variable in class org.newdawn.slick.Input
-
- KEY_INSERT -
Static variable in class org.newdawn.slick.Input
-
- KEY_J -
Static variable in class org.newdawn.slick.Input
-
- KEY_K -
Static variable in class org.newdawn.slick.Input
-
- KEY_KANA -
Static variable in class org.newdawn.slick.Input
-
- KEY_KANJI -
Static variable in class org.newdawn.slick.Input
-
- KEY_L -
Static variable in class org.newdawn.slick.Input
-
- KEY_LALT -
Static variable in class org.newdawn.slick.Input
- A helper for left ALT
- KEY_LBRACKET -
Static variable in class org.newdawn.slick.Input
-
- KEY_LCONTROL -
Static variable in class org.newdawn.slick.Input
-
- KEY_LEFT -
Static variable in class org.newdawn.slick.Input
-
- KEY_LMENU -
Static variable in class org.newdawn.slick.Input
-
- KEY_LSHIFT -
Static variable in class org.newdawn.slick.Input
-
- KEY_LWIN -
Static variable in class org.newdawn.slick.Input
-
- KEY_M -
Static variable in class org.newdawn.slick.Input
-
- KEY_MINUS -
Static variable in class org.newdawn.slick.Input
-
- KEY_MULTIPLY -
Static variable in class org.newdawn.slick.Input
-
- KEY_N -
Static variable in class org.newdawn.slick.Input
-
- KEY_NEXT -
Static variable in class org.newdawn.slick.Input
-
- KEY_NOCONVERT -
Static variable in class org.newdawn.slick.Input
-
- KEY_NUMLOCK -
Static variable in class org.newdawn.slick.Input
-
- KEY_NUMPAD0 -
Static variable in class org.newdawn.slick.Input
-
- KEY_NUMPAD1 -
Static variable in class org.newdawn.slick.Input
-
- KEY_NUMPAD2 -
Static variable in class org.newdawn.slick.Input
-
- KEY_NUMPAD3 -
Static variable in class org.newdawn.slick.Input
-
- KEY_NUMPAD4 -
Static variable in class org.newdawn.slick.Input
-
- KEY_NUMPAD5 -
Static variable in class org.newdawn.slick.Input
-
- KEY_NUMPAD6 -
Static variable in class org.newdawn.slick.Input
-
- KEY_NUMPAD7 -
Static variable in class org.newdawn.slick.Input
-
- KEY_NUMPAD8 -
Static variable in class org.newdawn.slick.Input
-
- KEY_NUMPAD9 -
Static variable in class org.newdawn.slick.Input
-
- KEY_NUMPADCOMMA -
Static variable in class org.newdawn.slick.Input
-
- KEY_NUMPADENTER -
Static variable in class org.newdawn.slick.Input
-
- KEY_NUMPADEQUALS -
Static variable in class org.newdawn.slick.Input
-
- KEY_O -
Static variable in class org.newdawn.slick.Input
-
- KEY_P -
Static variable in class org.newdawn.slick.Input
-
- KEY_PAUSE -
Static variable in class org.newdawn.slick.Input
-
- KEY_PERIOD -
Static variable in class org.newdawn.slick.Input
-
- KEY_POWER -
Static variable in class org.newdawn.slick.Input
-
- KEY_PRIOR -
Static variable in class org.newdawn.slick.Input
-
- KEY_Q -
Static variable in class org.newdawn.slick.Input
-
- KEY_R -
Static variable in class org.newdawn.slick.Input
-
- KEY_RALT -
Static variable in class org.newdawn.slick.Input
- A helper for right ALT
- KEY_RBRACKET -
Static variable in class org.newdawn.slick.Input
-
- KEY_RCONTROL -
Static variable in class org.newdawn.slick.Input
-
- KEY_RETURN -
Static variable in class org.newdawn.slick.Input
-
- KEY_RIGHT -
Static variable in class org.newdawn.slick.Input
-
- KEY_RMENU -
Static variable in class org.newdawn.slick.Input
-
- KEY_RSHIFT -
Static variable in class org.newdawn.slick.Input
-
- KEY_RWIN -
Static variable in class org.newdawn.slick.Input
-
- KEY_S -
Static variable in class org.newdawn.slick.Input
-
- KEY_SCROLL -
Static variable in class org.newdawn.slick.Input
-
- KEY_SEMICOLON -
Static variable in class org.newdawn.slick.Input
-
- KEY_SLASH -
Static variable in class org.newdawn.slick.Input
-
- KEY_SLEEP -
Static variable in class org.newdawn.slick.Input
-
- KEY_SPACE -
Static variable in class org.newdawn.slick.Input
-
- KEY_STOP -
Static variable in class org.newdawn.slick.Input
-
- KEY_SUBTRACT -
Static variable in class org.newdawn.slick.Input
-
- KEY_SYSRQ -
Static variable in class org.newdawn.slick.Input
-
- KEY_T -
Static variable in class org.newdawn.slick.Input
-
- KEY_TAB -
Static variable in class org.newdawn.slick.Input
-
- KEY_U -
Static variable in class org.newdawn.slick.Input
-
- KEY_UNDERLINE -
Static variable in class org.newdawn.slick.Input
-
- KEY_UNLABELED -
Static variable in class org.newdawn.slick.Input
-
- KEY_UP -
Static variable in class org.newdawn.slick.Input
-
- KEY_V -
Static variable in class org.newdawn.slick.Input
-
- KEY_W -
Static variable in class org.newdawn.slick.Input
-
- KEY_X -
Static variable in class org.newdawn.slick.Input
-
- KEY_Y -
Static variable in class org.newdawn.slick.Input
-
- KEY_YEN -
Static variable in class org.newdawn.slick.Input
-
- KEY_Z -
Static variable in class org.newdawn.slick.Input
-
- KeyControl - Class in org.newdawn.slick.command
- A control relating to a command indicate that it should be fired when a specific key is pressed
or released.
- KeyControl(int) -
Constructor for class org.newdawn.slick.command.KeyControl
- Create a new control that caused an command to be fired on a key pressed/released
- KeyListener - Interface in org.newdawn.slick
- Describes classes capable of responding to key presses
- keyListeners -
Variable in class org.newdawn.slick.Input
- The listeners to notify of key events
- keyListenersToAdd -
Variable in class org.newdawn.slick.Input
- The listener to add
- keyPressed(int, char) -
Method in class org.newdawn.slick.BasicGame
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.gui.TextField
-
- keyPressed(int, char) -
Method in interface org.newdawn.slick.KeyListener
- Notification that a key was pressed
- keyPressed(int, char) -
Method in class org.newdawn.slick.state.BasicGameState
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.state.StateBasedGame
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.AlphaMapTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.AnimationTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.CanvasContainerTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.ClipTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.CopyAreaAlphaTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.DeferredLoadingTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.DistanceFieldTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.DuplicateEmitterTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.FlashTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.FontPerformanceTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.FontTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.GeomAccuracyTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.GeomTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.GradientImageTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.GradientTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.GraphicsTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.GUITest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.ImageBufferTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.ImageOutTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.ImageTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.InputTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.KeyRepeatTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.MusicListenerTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.PackedSheetTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.ParticleTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.PedigreeTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.PureFontTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.SavedStateTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.ShapeTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.SoundPositionTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.SoundTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.SoundURLTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.SpriteSheetFontTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.TestBox
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.TileMapTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.TransformTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.TransformTest2
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.TransparentColorTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.tests.TrueTypeFontPerformanceTest
-
- keyPressed(int, char) -
Method in class org.newdawn.slick.util.InputAdapter
-
- keyReleased(int, char) -
Method in class org.newdawn.slick.BasicGame
-
- keyReleased(int, char) -
Method in interface org.newdawn.slick.KeyListener
- Notification that a key was released
- keyReleased(int, char) -
Method in class org.newdawn.slick.state.BasicGameState
-
- keyReleased(int, char) -
Method in class org.newdawn.slick.state.StateBasedGame
-
- keyReleased(int, char) -
Method in class org.newdawn.slick.tests.InputTest
-
- keyReleased(int, char) -
Method in class org.newdawn.slick.tests.ShapeTest
-
- keyReleased(int, char) -
Method in class org.newdawn.slick.tests.states.TestState1
-
- keyReleased(int, char) -
Method in class org.newdawn.slick.tests.states.TestState2
-
- keyReleased(int, char) -
Method in class org.newdawn.slick.tests.states.TestState3
-
- keyReleased(int, char) -
Method in class org.newdawn.slick.tests.TestBox
-
- keyReleased(int, char) -
Method in class org.newdawn.slick.tests.TransformTest
-
- keyReleased(int, char) -
Method in class org.newdawn.slick.tests.TransformTest2
-
- keyReleased(int, char) -
Method in class org.newdawn.slick.util.InputAdapter
-
- KeyRepeatTest - Class in org.newdawn.slick.tests
- A test for basic image rendering
- KeyRepeatTest() -
Constructor for class org.newdawn.slick.tests.KeyRepeatTest
- Create a new image rendering test
- keys -
Variable in class org.newdawn.slick.Input
- The character values representing the pressed keys
- kill() -
Method in class org.newdawn.slick.particles.Particle
- Kill the particle, stop it rendering and send it back to the engine for
use.
L
- LameTest - Class in org.newdawn.slick.tests
- Lame test
- LameTest() -
Constructor for class org.newdawn.slick.tests.LameTest
- Create the test
- lastFPS -
Variable in class org.newdawn.slick.GameContainer
- The last time the FPS recorded
- lastFrame -
Variable in class org.newdawn.slick.GameContainer
- The time the last frame was rendered
- lastGame -
Variable in class org.newdawn.slick.GameContainer
- The last game started
- lastGID -
Variable in class org.newdawn.slick.tiled.TileSet
- The local global tile id in the set
- Layer - Class in org.newdawn.slick.tiled
- A layer of tiles on the map
- Layer(TiledMap, Element) -
Constructor for class org.newdawn.slick.tiled.Layer
- Create a new layer based on the XML definition
- layers -
Variable in class org.newdawn.slick.tiled.TiledMap
- The list of layers defined in the map
- leave(GameContainer, StateBasedGame) -
Method in class org.newdawn.slick.state.BasicGameState
-
- leave(GameContainer, StateBasedGame) -
Method in interface org.newdawn.slick.state.GameState
- Notification that we're leaving this game state
- leaveSafeBlock() -
Static method in class org.newdawn.slick.opengl.SlickCallable
- Leave a safe block ensuring that all of Slick's OpenGL state is
restored since the last enter.
- leaveSafeBlock() -
Static method in class org.newdawn.slick.opengl.SlickCallable
- Leave a safe block ensuring that all of Slick's OpenGL state is
restored since the last enter.
- LEFT -
Static variable in class org.newdawn.slick.command.ControllerDirectionControl
- The direction indicating we're waiting for the user to press left
- LEFT -
Static variable in class org.newdawn.slick.util.FontUtils.Alignment
- Left alignment
- length() -
Method in class org.newdawn.slick.geom.Line
- Find the length of the line
- length() -
Method in class org.newdawn.slick.geom.Vector2f
- Get the length of this vector
- length -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- The length of the effect
- length() -
Method in class org.newdawn.slick.util.pathfinding.navmesh.NavPath
- Get the length of the path
- lengthSquared() -
Method in class org.newdawn.slick.geom.Line
- Find the length of the line squared (cheaper and good for comparisons)
- lengthSquared() -
Method in class org.newdawn.slick.geom.Vector2f
- The length of the vector squared
- life -
Variable in class org.newdawn.slick.particles.Particle
- The life left in the particle
- lightGray -
Static variable in class org.newdawn.slick.Color
- The fixed colour light gray
- lightGray -
Static variable in class org.newdawn.slick.Color
- The fixed colour light gray
- line -
Variable in class org.newdawn.slick.geom.GeomUtil.HitResult
- The line on the target shape that intersected
- Line - Class in org.newdawn.slick.geom
- Implemenation of a bunch of maths functions to do with lines.
- Line(float, float, boolean, boolean) -
Constructor for class org.newdawn.slick.geom.Line
- Create a new line based on the origin and a single point
- Line(float, float) -
Constructor for class org.newdawn.slick.geom.Line
- Create a new line based on the origin and a single point
- Line(float, float, float, float) -
Constructor for class org.newdawn.slick.geom.Line
- Create a new line based on two points
- Line(float, float, float, float, boolean) -
Constructor for class org.newdawn.slick.geom.Line
- Create a line with relative second point
- Line(float[], float[]) -
Constructor for class org.newdawn.slick.geom.Line
- Create a new line based on two points
- Line(Vector2f, Vector2f) -
Constructor for class org.newdawn.slick.geom.Line
- Create a new line based on two points
- LINE -
Static variable in class org.newdawn.slick.svg.Figure
- Line Type
- LinearGradientFill - Class in org.newdawn.slick.svg
- A filler for shapes that applys SVG linear gradients
- LinearGradientFill(Shape, Transform, Gradient) -
Constructor for class org.newdawn.slick.svg.LinearGradientFill
- Create a new fill for gradients
- LineProcessor - Class in org.newdawn.slick.svg.inkscape
- A processor for the
element - LineProcessor() -
Constructor for class org.newdawn.slick.svg.inkscape.LineProcessor
-
- LineRenderTest - Class in org.newdawn.slick.tests
- A test for the line rendering capability
- LineRenderTest() -
Constructor for class org.newdawn.slick.tests.LineRenderTest
- Create a new test
- LineStripRenderer - Interface in org.newdawn.slick.opengl.renderer
- The description of a class able to render line strips through
OpenGL
- LineStripRenderer - Interface in org.newdawn.slick.opengl.renderer
- The description of a class able to render line strips through
OpenGL
- lineTo(float, float) -
Method in class org.newdawn.slick.geom.Path
- Add a line to the contour or hole which ends at the specified
location.
- Link - Class in org.newdawn.slick.util.pathfinding.navmesh
- A link between this space and another
- Link(float, float, Space) -
Constructor for class org.newdawn.slick.util.pathfinding.navmesh.Link
- Create a new link
- link(Space) -
Method in class org.newdawn.slick.util.pathfinding.navmesh.Space
- Link this space to another by creating a link and finding the point
at which the spaces link up
- list -
Variable in class org.newdawn.slick.svg.SimpleDiagramRenderer
- The display list representing the diagram
- listener -
Variable in class org.newdawn.slick.geom.GeomUtil
- The listener to notify of operations
- listeners -
Variable in class org.newdawn.slick.gui.AbstractComponent
- Listeners for the component to notify
- load() -
Method in interface org.newdawn.slick.loading.DeferredResource
- Load the actual resource
- load() -
Method in interface org.newdawn.slick.loading.DeferredResource
- Load the actual resource
- load() -
Method in class org.newdawn.slick.openal.DeferredSound
-
- load() -
Method in class org.newdawn.slick.openal.DeferredSound
-
- load() -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- load() -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- load() -
Method in class org.newdawn.slick.SavedState
- Load the data from file/muffin
- load(String, boolean) -
Static method in class org.newdawn.slick.svg.InkscapeLoader
- Load a SVG document into a diagram
- load(String) -
Static method in class org.newdawn.slick.svg.InkscapeLoader
- Load a SVG document into a diagram
- load(InputStream, boolean) -
Static method in class org.newdawn.slick.svg.InkscapeLoader
- Load a SVG document into a diagram
- LoadableImageData - Interface in org.newdawn.slick.opengl
- An image data source that can load images from a stream
- LoadableImageData - Interface in org.newdawn.slick.opengl
- An image data source that can load images from a stream
- loadChildren(Element, Transform) -
Method in class org.newdawn.slick.svg.InkscapeLoader
-
- loadChildren(Element, Transform) -
Method in interface org.newdawn.slick.svg.Loader
- Load the children of a given element
- loadConfiguredSystem(String, Color) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Load a set of configured emitters into a single system
- loadConfiguredSystem(String) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Load a set of configured emitters into a single system
- loadConfiguredSystem(File) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Load a set of configured emitters into a single system
- loadConfiguredSystem(InputStream, Color) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Load a set of configured emitters into a single system
- loadConfiguredSystem(InputStream) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Load a set of configured emitters into a single system
- loadConfiguredSystem(String, ConfigurableEmitterFactory) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Load a set of configured emitters into a single system
- loadConfiguredSystem(File, ConfigurableEmitterFactory) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Load a set of configured emitters into a single system
- loadConfiguredSystem(InputStream, ConfigurableEmitterFactory) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Load a set of configured emitters into a single system
- loadConfiguredSystem(InputStream, ConfigurableEmitterFactory, ParticleSystem, Color) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Load a set of configured emitters into a single system
- loadEmitter(String) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Load a single emitter from an XML file
- loadEmitter(File) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Load a single emitter from an XML file
- loadEmitter(InputStream) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Load a single emitter from an XML file
- loadEmitter(String, ConfigurableEmitterFactory) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Load a single emitter from an XML file
- loadEmitter(File, ConfigurableEmitterFactory) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Load a single emitter from an XML file
- loadEmitter(InputStream, ConfigurableEmitterFactory) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Load a single emitter from an XML file
- Loader - Interface in org.newdawn.slick.svg
- Description of a simple XML loader
- loadFile(String) -
Method in class org.newdawn.slick.muffin.FileMuffin
-
- loadFile(String) -
Method in interface org.newdawn.slick.muffin.Muffin
- Load a file of data from the store
- loadFile(String) -
Method in class org.newdawn.slick.muffin.WebstartMuffin
-
- loadGlyphs(List, int) -
Method in class org.newdawn.slick.font.GlyphPage
- Loads glyphs to the backing texture and sets the image on each loaded glyph.
- loadGlyphs() -
Method in class org.newdawn.slick.UnicodeFont
- Loads all queued glyphs to the backing textures.
- loadGlyphs(int) -
Method in class org.newdawn.slick.UnicodeFont
- Loads up to the specified number of queued glyphs to the backing textures.
- loadImage(InputStream) -
Method in class org.newdawn.slick.opengl.CompositeImageData
-
- loadImage(InputStream, boolean, int[]) -
Method in class org.newdawn.slick.opengl.CompositeImageData
-
- loadImage(InputStream, boolean, boolean, int[]) -
Method in class org.newdawn.slick.opengl.CompositeImageData
-
- loadImage(InputStream) -
Method in class org.newdawn.slick.opengl.CompositeImageData
-
- loadImage(InputStream, boolean, int[]) -
Method in class org.newdawn.slick.opengl.CompositeImageData
-
- loadImage(InputStream, boolean, boolean, int[]) -
Method in class org.newdawn.slick.opengl.CompositeImageData
-
- loadImage(InputStream) -
Method in class org.newdawn.slick.opengl.ImageIOImageData
-
- loadImage(InputStream, boolean, int[]) -
Method in class org.newdawn.slick.opengl.ImageIOImageData
-
- loadImage(InputStream, boolean, boolean, int[]) -
Method in class org.newdawn.slick.opengl.ImageIOImageData
-
- loadImage(InputStream) -
Method in class org.newdawn.slick.opengl.ImageIOImageData
-
- loadImage(InputStream, boolean, int[]) -
Method in class org.newdawn.slick.opengl.ImageIOImageData
-
- loadImage(InputStream, boolean, boolean, int[]) -
Method in class org.newdawn.slick.opengl.ImageIOImageData
-
- loadImage(InputStream) -
Method in interface org.newdawn.slick.opengl.LoadableImageData
- Load a image from the specified stream
- loadImage(InputStream, boolean, int[]) -
Method in interface org.newdawn.slick.opengl.LoadableImageData
- Load a image from the specified stream
- loadImage(InputStream, boolean, boolean, int[]) -
Method in interface org.newdawn.slick.opengl.LoadableImageData
- Load a image from the specified stream
- loadImage(InputStream) -
Method in interface org.newdawn.slick.opengl.LoadableImageData
- Load a image from the specified stream
- loadImage(InputStream, boolean, int[]) -
Method in interface org.newdawn.slick.opengl.LoadableImageData
- Load a image from the specified stream
- loadImage(InputStream, boolean, boolean, int[]) -
Method in interface org.newdawn.slick.opengl.LoadableImageData
- Load a image from the specified stream
- loadImage(InputStream) -
Method in class org.newdawn.slick.opengl.PNGImageData
-
- loadImage(InputStream, boolean, int[]) -
Method in class org.newdawn.slick.opengl.PNGImageData
-
- loadImage(InputStream, boolean, boolean, int[]) -
Method in class org.newdawn.slick.opengl.PNGImageData
-
- loadImage(InputStream) -
Method in class org.newdawn.slick.opengl.PNGImageData
-
- loadImage(InputStream, boolean, int[]) -
Method in class org.newdawn.slick.opengl.PNGImageData
-
- loadImage(InputStream, boolean, boolean, int[]) -
Method in class org.newdawn.slick.opengl.PNGImageData
-
- loadImage(InputStream) -
Method in class org.newdawn.slick.opengl.TGAImageData
-
- loadImage(InputStream, boolean, int[]) -
Method in class org.newdawn.slick.opengl.TGAImageData
-
- loadImage(InputStream, boolean, boolean, int[]) -
Method in class org.newdawn.slick.opengl.TGAImageData
-
- loadImage(InputStream) -
Method in class org.newdawn.slick.opengl.TGAImageData
-
- loadImage(InputStream, boolean, int[]) -
Method in class org.newdawn.slick.opengl.TGAImageData
-
- loadImage(InputStream, boolean, boolean, int[]) -
Method in class org.newdawn.slick.opengl.TGAImageData
-
- LoadingList - Class in org.newdawn.slick.loading
- A central list where all deferred loading resoures end up when deferred loading is in use.
- LoadingList - Class in org.newdawn.slick.loading
- A central list where all deferred loading resoures end up when deferred loading is in use.
- LocatedImage - Class in org.newdawn.slick.util
- An image along with state information that allows it to be drawn without
specifing the state in which to render.
- LocatedImage(Image, int, int) -
Constructor for class org.newdawn.slick.util.LocatedImage
- Create a new located image
- Log - Class in org.newdawn.slick.util
- A simple central logging system
- Log - Class in org.newdawn.slick.util
- A simple central logging system
- LogSystem - Interface in org.newdawn.slick.util
- Plugin in interface for the logging of Slick
- loop() -
Method in class org.newdawn.slick.Music
- Loop the music
- loop(float, float) -
Method in class org.newdawn.slick.Music
- Loop the music at a given pitch and volume
- loop() -
Method in class org.newdawn.slick.Sound
- Loop this sound effect at default volume and pitch
- loop(float, float) -
Method in class org.newdawn.slick.Sound
- Loop this sound effect at a given volume and pitch
- LUMINANCE -
Static variable in class org.newdawn.slick.opengl.PNGDecoder
-
- LUMINANCE -
Static variable in class org.newdawn.slick.opengl.PNGDecoder
-
- LUMINANCE_ALPHA -
Static variable in class org.newdawn.slick.opengl.PNGDecoder
-
- LUMINANCE_ALPHA -
Static variable in class org.newdawn.slick.opengl.PNGDecoder
-
M
- magenta -
Static variable in class org.newdawn.slick.Color
- The fixed colour dark magenta
- magenta -
Static variable in class org.newdawn.slick.Color
- The fixed colour dark magenta
- main(String[]) -
Static method in class org.newdawn.slick.tests.AlphaMapTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.AnimationTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.AntiAliasTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.BigImageTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.BigSpriteSheetTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.CachedRenderTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.CanvasContainerTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.CanvasSizeTest
- Entry point to the test
- main(String[]) -
Static method in class org.newdawn.slick.tests.ClipTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.CopyAreaAlphaTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.CurveTest
- Entry point to our simple test
- main(String[]) -
Static method in class org.newdawn.slick.tests.DeferredLoadingTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.DistanceFieldTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.DoubleClickTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.DuplicateEmitterTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.FlashTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.FontPerformanceTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.FontTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.GeomAccuracyTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.GeomTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.GeomUtilTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.GeomUtilTileTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.GradientImageTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.GradientTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.GraphicsTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.GUITest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.ImageBufferEndianTest
- Entry point to the test
- main(String[]) -
Static method in class org.newdawn.slick.tests.ImageBufferTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.ImageCornerTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.ImageGraphicsTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.ImageMemTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.ImageOutTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.ImageReadTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.ImageTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.InkscapeTest
- Entry point to our simple test
- main(String[]) -
Static method in class org.newdawn.slick.tests.InputProviderTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.InputTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.IsoTiledTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.KeyRepeatTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.LameTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.LineRenderTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.MorphShapeTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.MorphSVGTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.MusicListenerTest
- Entry point to the sound test
- main(String[]) -
Static method in class org.newdawn.slick.tests.NavMeshTest
- Entry point to out application
- main(String[]) -
Static method in class org.newdawn.slick.tests.PackedSheetTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.ParticleTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.PedigreeTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.PolygonTest
- Entry point into our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.PureFontTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.SavedStateTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.ScalableTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.ShapeTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.SlickCallableTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.SoundPositionTest
- Entry point to the sound test
- main(String[]) -
Static method in class org.newdawn.slick.tests.SoundTest
- Entry point to the sound test
- main(String[]) -
Static method in class org.newdawn.slick.tests.SoundURLTest
- Entry point to the sound test
- main(String[]) -
Static method in class org.newdawn.slick.tests.SpriteSheetFontTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.StateBasedTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.TestBox
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.TestUtils
- Entry point to the tests
- main(String[]) -
Static method in class org.newdawn.slick.tests.TestUtils
- Entry point to the tests
- main(String[]) -
Static method in class org.newdawn.slick.tests.TexturePaintTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.TileMapTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.TransformTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.TransformTest2
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.TransitionTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.TransparentColorTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.TrueTypeFontPerformanceTest
- Entry point to our test
- main(String[]) -
Static method in class org.newdawn.slick.tests.UnicodeFontTest
- Entry point to our simple test
- main(String[]) -
Static method in class org.newdawn.slick.tests.xml.ObjectParserTest
- Entity point to our test.
- main(String[]) -
Static method in class org.newdawn.slick.tests.xml.XMLTest
- Simple test for the XML parsing API
- ManhattanHeuristic - Class in org.newdawn.slick.util.pathfinding.heuristics
- A heuristic that drives the search based on the Manhattan distance
between the current location and the target
- ManhattanHeuristic(int) -
Constructor for class org.newdawn.slick.util.pathfinding.heuristics.ManhattanHeuristic
- Create a new heuristic
- MannTriangulator - Class in org.newdawn.slick.geom
- A 2D Triangulator.
- MannTriangulator() -
Constructor for class org.newdawn.slick.geom.MannTriangulator
- Creates a new instance of Triangulator0
- MannTriangulator.PointBag - Class in org.newdawn.slick.geom
- A bag/pool of point objects
- MannTriangulator.PointBag() -
Constructor for class org.newdawn.slick.geom.MannTriangulator.PointBag
-
- MaskUtil - Class in org.newdawn.slick.util
- A utility to provide full screen masking
- MaskUtil() -
Constructor for class org.newdawn.slick.util.MaskUtil
-
- MAX_GLYPH_SIZE -
Static variable in class org.newdawn.slick.font.GlyphPage
- The maxium size of an individual glyph
- MAX_POINTS -
Variable in class org.newdawn.slick.geom.GeomUtil
- The maximum number of points returned by an operation - prevents full lockups
- MAX_POINTS -
Static variable in class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
- Maximum number of points allowed in a single strip
- MAX_POINTS -
Static variable in class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
- Maximum number of points allowed in a single strip
- MAX_VERTS -
Static variable in class org.newdawn.slick.opengl.renderer.VAOGLRenderer
- The maximum number of vertices draw in one batch
- MAX_VERTS -
Static variable in class org.newdawn.slick.opengl.renderer.VAOGLRenderer
- The maximum number of vertices draw in one batch
- maximumLogicInterval -
Variable in class org.newdawn.slick.GameContainer
- The maximum logic update interval
- maxParticlesPerEmitter -
Variable in class org.newdawn.slick.particles.ParticleSystem
- The maximum number of particles allows per emitter
- maxX -
Variable in class org.newdawn.slick.geom.Shape
- The right most point of this shape
- maxY -
Variable in class org.newdawn.slick.geom.Shape
- The bottom most point of this shape
- merge(Space) -
Method in class org.newdawn.slick.util.pathfinding.navmesh.Space
- Merge this space with another
- minimumLogicInterval -
Variable in class org.newdawn.slick.GameContainer
- The minimum logic update interval
- minX -
Variable in class org.newdawn.slick.geom.Shape
- The left most point of this shape.
- minY -
Variable in class org.newdawn.slick.geom.Shape
- The top most point of this shape.
- MOD -
Static variable in class org.newdawn.slick.openal.DeferredSound
- Indicate a MOD/XM to be loaded
- MOD -
Static variable in class org.newdawn.slick.openal.DeferredSound
- Indicate a MOD/XM to be loaded
- MODE_ADD -
Static variable in class org.newdawn.slick.Graphics
- Draw adding the existing colour to the new colour
- MODE_ALPHA_BLEND -
Static variable in class org.newdawn.slick.Graphics
- Draw using the alpha blending
- MODE_ALPHA_MAP -
Static variable in class org.newdawn.slick.Graphics
- Draw to the alpha map
- MODE_COLOR_MULTIPLY -
Static variable in class org.newdawn.slick.Graphics
- Draw multiplying the source and destination colours
- MODE_NORMAL -
Static variable in class org.newdawn.slick.Graphics
- The normal drawing mode
- MODE_SCREEN -
Static variable in class org.newdawn.slick.Graphics
- Draw blending the new image into the old one by a factor of it's colour
- MODSound - Class in org.newdawn.slick.openal
- A sound as a MOD file - can only be played as music
- MODSound - Class in org.newdawn.slick.openal
- A sound as a MOD file - can only be played as music
- MODSound(SoundStore, InputStream) -
Constructor for class org.newdawn.slick.openal.MODSound
- Create a mod sound to be played back
- MODSound(SoundStore, InputStream) -
Constructor for class org.newdawn.slick.openal.MODSound
- Create a mod sound to be played back
- MorphShape - Class in org.newdawn.slick.geom
- A shape that morphs between a set of other shapes
- MorphShape(Shape) -
Constructor for class org.newdawn.slick.geom.MorphShape
- Create a new mighty morphin shape
- MorphShapeTest - Class in org.newdawn.slick.tests
- A test to try shape morphing
- MorphShapeTest() -
Constructor for class org.newdawn.slick.tests.MorphShapeTest
- Create a simple test
- MorphSVGTest - Class in org.newdawn.slick.tests
- A test to try shape morphing
- MorphSVGTest() -
Constructor for class org.newdawn.slick.tests.MorphSVGTest
- Create a simple test
- MOUSE_LEFT_BUTTON -
Static variable in class org.newdawn.slick.Input
- The left mouse button indicator
- MOUSE_MIDDLE_BUTTON -
Static variable in class org.newdawn.slick.Input
- The middle mouse button indicator
- MOUSE_RIGHT_BUTTON -
Static variable in class org.newdawn.slick.Input
- The right mouse button indicator
- MouseButtonControl - Class in org.newdawn.slick.command
- A control indicating that a mouse button must be pressed or released to cause an command
- MouseButtonControl(int) -
Constructor for class org.newdawn.slick.command.MouseButtonControl
- Create a new control that indicates a mouse button to be pressed or released
- mouseClicked(int, int, int, int) -
Method in class org.newdawn.slick.BasicGame
-
- mouseClicked(int, int, int, int) -
Method in interface org.newdawn.slick.MouseListener
- Notification that a mouse button was clicked.
- mouseClicked(int, int, int, int) -
Method in class org.newdawn.slick.state.BasicGameState
-
- mouseClicked(int, int, int, int) -
Method in class org.newdawn.slick.state.StateBasedGame
-
- mouseClicked(int, int, int, int) -
Method in class org.newdawn.slick.tests.DoubleClickTest
-
- mouseClicked(int, int, int, int) -
Method in class org.newdawn.slick.tests.InputTest
-
- mouseClicked(int, int, int, int) -
Method in class org.newdawn.slick.util.InputAdapter
-
- mouseDragged(int, int, int, int) -
Method in class org.newdawn.slick.BasicGame
-
- mouseDragged(int, int, int, int) -
Method in class org.newdawn.slick.gui.MouseOverArea
-
- mouseDragged(int, int, int, int) -
Method in interface org.newdawn.slick.MouseListener
- Notification that mouse cursor was dragged
- mouseDragged(int, int, int, int) -
Method in class org.newdawn.slick.state.BasicGameState
-
- mouseDragged(int, int, int, int) -
Method in class org.newdawn.slick.state.StateBasedGame
-
- mouseDragged(int, int, int, int) -
Method in class org.newdawn.slick.util.InputAdapter
-
- MouseListener - Interface in org.newdawn.slick
- Description of classes that respond to mouse related input events
- mouseListeners -
Variable in class org.newdawn.slick.Input
- The listeners to notify of mouse events
- mouseListenersToAdd -
Variable in class org.newdawn.slick.Input
- The listener to add
- mouseMoved(int, int, int, int) -
Method in class org.newdawn.slick.BasicGame
-
- mouseMoved(int, int, int, int) -
Method in class org.newdawn.slick.gui.MouseOverArea
-
- mouseMoved(int, int, int, int) -
Method in interface org.newdawn.slick.MouseListener
- Notification that mouse cursor was moved
- mouseMoved(int, int, int, int) -
Method in class org.newdawn.slick.state.BasicGameState
-
- mouseMoved(int, int, int, int) -
Method in class org.newdawn.slick.state.StateBasedGame
-
- mouseMoved(int, int, int, int) -
Method in class org.newdawn.slick.tests.InputTest
-
- mouseMoved(int, int, int, int) -
Method in class org.newdawn.slick.tests.TestBox
-
- mouseMoved(int, int, int, int) -
Method in class org.newdawn.slick.util.InputAdapter
-
- MouseOverArea - Class in org.newdawn.slick.gui
- A mouse over area that can be used for menus or buttons
- MouseOverArea(GUIContext, Image, int, int, ComponentListener) -
Constructor for class org.newdawn.slick.gui.MouseOverArea
- Create a new mouse over area
- MouseOverArea(GUIContext, Image, int, int) -
Constructor for class org.newdawn.slick.gui.MouseOverArea
- Create a new mouse over area
- MouseOverArea(GUIContext, Image, int, int, int, int, ComponentListener) -
Constructor for class org.newdawn.slick.gui.MouseOverArea
- Create a new mouse over area
- MouseOverArea(GUIContext, Image, int, int, int, int) -
Constructor for class org.newdawn.slick.gui.MouseOverArea
- Create a new mouse over area
- MouseOverArea(GUIContext, Image, Shape) -
Constructor for class org.newdawn.slick.gui.MouseOverArea
- Create a new mouse over area
- mousePressed(int, int, int) -
Method in class org.newdawn.slick.BasicGame
-
- mousePressed(int, int, int) -
Method in class org.newdawn.slick.gui.MouseOverArea
-
- mousePressed -
Variable in class org.newdawn.slick.Input
- THe state of the mouse buttons
- mousePressed(int, int, int) -
Method in interface org.newdawn.slick.MouseListener
- Notification that a mouse button was pressed
- mousePressed(int, int, int) -
Method in class org.newdawn.slick.state.BasicGameState
-
- mousePressed(int, int, int) -
Method in class org.newdawn.slick.state.StateBasedGame
-
- mousePressed(int, int, int) -
Method in class org.newdawn.slick.tests.InputTest
-
- mousePressed(int, int, int) -
Method in class org.newdawn.slick.tests.NavMeshTest
-
- mousePressed(int, int, int) -
Method in class org.newdawn.slick.tests.PedigreeTest
-
- mousePressed(int, int, int) -
Method in class org.newdawn.slick.tests.TestBox
-
- mousePressed(int, int, int) -
Method in class org.newdawn.slick.util.InputAdapter
-
- mouseReleased(int, int, int) -
Method in class org.newdawn.slick.BasicGame
-
- mouseReleased(int, int, int) -
Method in class org.newdawn.slick.gui.AbstractComponent
- Gives the focus to this component with a click of the mouse.
- mouseReleased(int, int, int) -
Method in class org.newdawn.slick.gui.MouseOverArea
-
- mouseReleased(int, int, int) -
Method in interface org.newdawn.slick.MouseListener
- Notification that a mouse button was released
- mouseReleased(int, int, int) -
Method in class org.newdawn.slick.state.BasicGameState
-
- mouseReleased(int, int, int) -
Method in class org.newdawn.slick.state.StateBasedGame
-
- mouseReleased(int, int, int) -
Method in class org.newdawn.slick.tests.InputTest
-
- mouseReleased(int, int, int) -
Method in class org.newdawn.slick.tests.TestBox
-
- mouseReleased(int, int, int) -
Method in class org.newdawn.slick.util.InputAdapter
-
- mouseWheelMoved(int) -
Method in class org.newdawn.slick.BasicGame
-
- mouseWheelMoved(int) -
Method in interface org.newdawn.slick.MouseListener
- Notification that the mouse wheel position was updated
- mouseWheelMoved(int) -
Method in class org.newdawn.slick.state.BasicGameState
-
- mouseWheelMoved(int) -
Method in class org.newdawn.slick.state.StateBasedGame
-
- mouseWheelMoved(int) -
Method in class org.newdawn.slick.tests.GeomUtilTest
-
- mouseWheelMoved(int) -
Method in class org.newdawn.slick.tests.InputTest
-
- mouseWheelMoved(int) -
Method in class org.newdawn.slick.tests.TestBox
-
- mouseWheelMoved(int) -
Method in class org.newdawn.slick.util.InputAdapter
-
- move(float, float) -
Method in class org.newdawn.slick.particles.Particle
- Move this particle a fixed amount
- moveAll(ParticleEmitter, float, float) -
Method in class org.newdawn.slick.particles.ParticleSystem
- Move all the particles owned by the specified emitter
- Mover - Interface in org.newdawn.slick.util.pathfinding
- A tagging interface for an object representing the entity in the game that
is going to moving along the path.
- Muffin - Interface in org.newdawn.slick.muffin
- A description of any class with the ability to store state locally
- multiply(Color) -
Method in class org.newdawn.slick.Color
- Multiply this color by another
- multiply(Color) -
Method in class org.newdawn.slick.Color
- Multiply this color by another
- Music - Class in org.newdawn.slick
- A piece of music loaded and playable within the game.
- Music(String) -
Constructor for class org.newdawn.slick.Music
- Create and load a piece of music (either OGG or MOD/XM)
- Music(URL) -
Constructor for class org.newdawn.slick.Music
- Create and load a piece of music (either OGG or MOD/XM)
- Music(InputStream, String) -
Constructor for class org.newdawn.slick.Music
- Create and load a piece of music (either OGG or MOD/XM)
- Music(URL, boolean) -
Constructor for class org.newdawn.slick.Music
- Create and load a piece of music (either OGG or MOD/XM)
- Music(String, boolean) -
Constructor for class org.newdawn.slick.Music
- Create and load a piece of music (either OGG or MOD/XM)
- musicEnded(Music) -
Method in interface org.newdawn.slick.MusicListener
- Notification that a piece of music finished playing
- musicEnded(Music) -
Method in class org.newdawn.slick.tests.MusicListenerTest
-
- MusicListener - Interface in org.newdawn.slick
- The description of any class needing to recieve notification of changes
to music state.
- MusicListenerTest - Class in org.newdawn.slick.tests
- A test for music listeners which notify you when the music has eneded
- MusicListenerTest() -
Constructor for class org.newdawn.slick.tests.MusicListenerTest
- Create a new test
- musicOn() -
Method in class org.newdawn.slick.openal.SoundStore
- Check if music is currently enabled
- musicOn() -
Method in class org.newdawn.slick.openal.SoundStore
- Check if music is currently enabled
- musicSwapped(Music, Music) -
Method in interface org.newdawn.slick.MusicListener
- Notification that a piece of music has been swapped
for another.
- musicSwapped(Music, Music) -
Method in class org.newdawn.slick.tests.MusicListenerTest
-
N
- name -
Variable in class org.newdawn.slick.Image
- A meaningful name provided by the user of the image to tag it
- name -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- The name attribute
- name -
Variable in class org.newdawn.slick.tests.xml.Item
- The name injected by the XML parser
- name -
Variable in class org.newdawn.slick.tiled.Layer
- The name of this layer - read from the XML
- name -
Variable in class org.newdawn.slick.tiled.TiledMap.GroupObject
- The name of this object - read from the XML
- name -
Variable in class org.newdawn.slick.tiled.TiledMap.ObjectGroup
- The name of this group - read from the XML
- name -
Variable in class org.newdawn.slick.tiled.TileSet
- The name of the tile set
- NavMesh - Class in org.newdawn.slick.util.pathfinding.navmesh
- A nav-mesh is a set of shapes that describe the navigation of a map.
- NavMesh() -
Constructor for class org.newdawn.slick.util.pathfinding.navmesh.NavMesh
- Create a new empty mesh
- NavMesh(ArrayList) -
Constructor for class org.newdawn.slick.util.pathfinding.navmesh.NavMesh
- Create a new mesh with a set of spaces
- NavMeshBuilder - Class in org.newdawn.slick.util.pathfinding.navmesh
- The builder responsible for converting a tile based map into
a navigation mesh
- NavMeshBuilder() -
Constructor for class org.newdawn.slick.util.pathfinding.navmesh.NavMeshBuilder
-
- NavMeshTest - Class in org.newdawn.slick.tests
- A test to show nav-mesh generation on tile based maps.
- NavMeshTest() -
Constructor for class org.newdawn.slick.tests.NavMeshTest
- Create a new test
- NavPath - Class in org.newdawn.slick.util.pathfinding.navmesh
- A path across a navigation mesh
- NavPath() -
Constructor for class org.newdawn.slick.util.pathfinding.navmesh.NavPath
- Create a new path
- NeatTriangulator - Class in org.newdawn.slick.geom
- A second triangulator that seems slightly more robust
- NeatTriangulator() -
Constructor for class org.newdawn.slick.geom.NeatTriangulator
- Create a new triangulator
- negate() -
Method in class org.newdawn.slick.geom.Vector2f
- Negate this vector
- negateLocal() -
Method in class org.newdawn.slick.geom.Vector2f
- Negate this vector without creating a new copy
- next -
Variable in class org.newdawn.slick.geom.MannTriangulator.PointBag
- The next bag in the list of bags
- nextRepeat -
Variable in class org.newdawn.slick.Input
- The time since the next key repeat to be fired for the key
- NONE -
Static variable in class org.newdawn.slick.opengl.renderer.VAOGLRenderer
- Indicates there is no current geometry buffer
- NONE -
Static variable in class org.newdawn.slick.opengl.renderer.VAOGLRenderer
- Indicates there is no current geometry buffer
- NONE -
Static variable in class org.newdawn.slick.svg.NonGeometricData
- Value indicating that no settings has been specified
- NonGeometricData - Class in org.newdawn.slick.svg
- A set of data about a shape that doesn't fit into it's geometric
configuration.
- NonGeometricData(String) -
Constructor for class org.newdawn.slick.svg.NonGeometricData
- Create a set of non-geometric data for a figure
- normalise() -
Method in class org.newdawn.slick.geom.Vector2f
- Normalise the vector
- notifyListeners() -
Method in class org.newdawn.slick.gui.AbstractComponent
- Notify all the listeners.
- NullAudio - Class in org.newdawn.slick.openal
- A null implementation used to provide an object reference when sound
has failed.
- NullAudio - Class in org.newdawn.slick.openal
- A null implementation used to provide an object reference when sound
has failed.
- NullAudio() -
Constructor for class org.newdawn.slick.openal.NullAudio
-
- NullAudio() -
Constructor for class org.newdawn.slick.openal.NullAudio
-
- NUM_KERNELS -
Static variable in class org.newdawn.slick.font.effects.ShadowEffect
- The number of kernels to apply
O
- objectGroups -
Variable in class org.newdawn.slick.tiled.TiledMap
- The list of object-groups defined in the map
- ObjectParserTest - Class in org.newdawn.slick.tests.xml
- A simple test to check that the object parser from XML works.
- ObjectParserTest() -
Constructor for class org.newdawn.slick.tests.xml.ObjectParserTest
-
- objects -
Variable in class org.newdawn.slick.tiled.TiledMap.ObjectGroup
- The Objects of this group
- ObjectTreeParser - Class in org.newdawn.slick.util.xml
- Provides a method of parsing XML into an existing data model.
- ObjectTreeParser() -
Constructor for class org.newdawn.slick.util.xml.ObjectTreeParser
- Create an object tree parser with no default package
- ObjectTreeParser(String) -
Constructor for class org.newdawn.slick.util.xml.ObjectTreeParser
- Create an object tree parser specifing the default package
where classes will be search for using the XML element name
- OGG -
Static variable in class org.newdawn.slick.openal.DeferredSound
- Indicate a OGG to be loaded
- OGG -
Static variable in class org.newdawn.slick.openal.DeferredSound
- Indicate a OGG to be loaded
- OggData - Class in org.newdawn.slick.openal
- Data describing the sounds in a OGG file
- OggData - Class in org.newdawn.slick.openal
- Data describing the sounds in a OGG file
- OggData() -
Constructor for class org.newdawn.slick.openal.OggData
-
- OggData() -
Constructor for class org.newdawn.slick.openal.OggData
-
- OggDecoder - Class in org.newdawn.slick.openal
- Decode an OGG file to PCM data
- OggDecoder - Class in org.newdawn.slick.openal
- Decode an OGG file to PCM data
- OggDecoder() -
Constructor for class org.newdawn.slick.openal.OggDecoder
- Create a new OGG decoder
- OggDecoder() -
Constructor for class org.newdawn.slick.openal.OggDecoder
- Create a new OGG decoder
- OggInputStream - Class in org.newdawn.slick.openal
- An input stream that can extract ogg data.
- OggInputStream - Class in org.newdawn.slick.openal
- An input stream that can extract ogg data.
- OggInputStream(InputStream) -
Constructor for class org.newdawn.slick.openal.OggInputStream
- Create a new stream to decode OGG data
- OggInputStream(InputStream) -
Constructor for class org.newdawn.slick.openal.OggInputStream
- Create a new stream to decode OGG data
- on(Vector2f) -
Method in class org.newdawn.slick.geom.Line
- Check if the given point is on the line
- OPACITY -
Static variable in class org.newdawn.slick.svg.NonGeometricData
- The alpha value for filling
- OpenALStreamPlayer - Class in org.newdawn.slick.openal
- A generic tool to work on a supplied stream, pulling out PCM data and buffered it to OpenAL
as required.
- OpenALStreamPlayer - Class in org.newdawn.slick.openal
- A generic tool to work on a supplied stream, pulling out PCM data and buffered it to OpenAL
as required.
- OpenALStreamPlayer(int, String) -
Constructor for class org.newdawn.slick.openal.OpenALStreamPlayer
- Create a new player to work on an audio stream
- OpenALStreamPlayer(int, URL) -
Constructor for class org.newdawn.slick.openal.OpenALStreamPlayer
- Create a new player to work on an audio stream
- OpenALStreamPlayer(int, String) -
Constructor for class org.newdawn.slick.openal.OpenALStreamPlayer
- Create a new player to work on an audio stream
- OpenALStreamPlayer(int, URL) -
Constructor for class org.newdawn.slick.openal.OpenALStreamPlayer
- Create a new player to work on an audio stream
- OperationNotSupportedException - Exception in org.newdawn.slick.util
- Thrown to indicate that a limited implementation of a class can not
support the operation requested.
- OperationNotSupportedException(String) -
Constructor for exception org.newdawn.slick.util.OperationNotSupportedException
- Create a new exception
- optionValue(String, String, String[][], String) -
Static method in class org.newdawn.slick.font.effects.EffectUtil
- Prompts the user for a value that represents a fixed number of options.
- orange -
Static variable in class org.newdawn.slick.Color
- The fixed colour dark orange
- orange -
Static variable in class org.newdawn.slick.Color
- The fixed colour dark orange
- org.newdawn.slick - package org.newdawn.slick
-
- org.newdawn.slick.command - package org.newdawn.slick.command
- Provides abstract input by mapping physical device inputs (mouse, keyboard and controllers) to abstract
commands that are relevant to a particular game.
- org.newdawn.slick.fills - package org.newdawn.slick.fills
- Fill effects used to colour and mogrify shapes during rendering
- org.newdawn.slick.font - package org.newdawn.slick.font
-
- org.newdawn.slick.font.effects - package org.newdawn.slick.font.effects
-
- org.newdawn.slick.geom - package org.newdawn.slick.geom
- Simple geometric wrappers that can be used for rendering and collision.
- org.newdawn.slick.gui - package org.newdawn.slick.gui
- Some extremely simple GUI elements which should be used where a game does not require a full GUI
- org.newdawn.slick.imageout - package org.newdawn.slick.imageout
- Supports saving of slick images to various file types.
- org.newdawn.slick.loading - package org.newdawn.slick.loading
- Adds support for deferring loading of resources to a set time to allow loading/progress bar
style effects.
- org.newdawn.slick.muffin - package org.newdawn.slick.muffin
- Muffins for storing local data
- org.newdawn.slick.openal - package org.newdawn.slick.openal
- This package contains the nitty gritty sound manipulation code for using OpenAL with standard audio formats.
- org.newdawn.slick.opengl - package org.newdawn.slick.opengl
- This package contains the nitty gritty image manipulation code for using OpenGL with standard image formats.
- org.newdawn.slick.opengl.pbuffer - package org.newdawn.slick.opengl.pbuffer
-
- org.newdawn.slick.opengl.renderer - package org.newdawn.slick.opengl.renderer
-
- org.newdawn.slick.particles - package org.newdawn.slick.particles
- The particle engine maintains a set of small sprites being controlled
by emitters to give some special effect.
- org.newdawn.slick.particles.effects - package org.newdawn.slick.particles.effects
- This package should contain stock effects for simple particle systems.
- org.newdawn.slick.state - package org.newdawn.slick.state
- State based games allow the game to be broken down into the different activities the player may
take part in, for instance menu, highscores, play and credits.
- org.newdawn.slick.state.transition - package org.newdawn.slick.state.transition
-
- org.newdawn.slick.svg - package org.newdawn.slick.svg
- Demo/Test SVG area.
- org.newdawn.slick.svg.inkscape - package org.newdawn.slick.svg.inkscape
-
- org.newdawn.slick.tests - package org.newdawn.slick.tests
- Tests for the facilities provided by the library.
- org.newdawn.slick.tests.states - package org.newdawn.slick.tests.states
- States for the StateBasedGameTest
- org.newdawn.slick.tests.xml - package org.newdawn.slick.tests.xml
- Tests for the XML Parser and Object Tree Parser
- org.newdawn.slick.tiled - package org.newdawn.slick.tiled
- Contains utilities for working with the TilED (http://www.mapeditor.org)
utility for creating tiled maps.
- org.newdawn.slick.util - package org.newdawn.slick.util
- Utilities to support the library.
- org.newdawn.slick.util.pathfinding - package org.newdawn.slick.util.pathfinding
- A set of classes to provide configurable A* path finding on tilebased maps
- org.newdawn.slick.util.pathfinding.heuristics - package org.newdawn.slick.util.pathfinding.heuristics
-
- org.newdawn.slick.util.pathfinding.navmesh - package org.newdawn.slick.util.pathfinding.navmesh
-
- org.newdawn.slick.util.xml - package org.newdawn.slick.util.xml
- Some utilities for reading XML using Java DOM and for mapping XML onto existing data models
- orientation -
Variable in class org.newdawn.slick.tiled.TiledMap
- The orientation of this map
- oriented -
Variable in class org.newdawn.slick.particles.Particle
- True if this particle's quad should be oritented based on it's direction
- originalDisplayMode -
Variable in class org.newdawn.slick.AppGameContainer
- The original display mode before we tampered with things
- originalLife -
Variable in class org.newdawn.slick.particles.Particle
- The original life of this particle
- ORTHOGONAL -
Static variable in class org.newdawn.slick.tiled.TiledMap
- Indicates a orthogonal map
- out -
Static variable in class org.newdawn.slick.util.DefaultLogSystem
- The output stream for dumping the log out on
- OutlineEffect - Class in org.newdawn.slick.font.effects
- Strokes glyphs with an outline.
- OutlineEffect() -
Constructor for class org.newdawn.slick.font.effects.OutlineEffect
- Default constructor for injection
- OutlineEffect(int, Color) -
Constructor for class org.newdawn.slick.font.effects.OutlineEffect
- Create a new effect to draw the outline of the text
- OutlineWobbleEffect - Class in org.newdawn.slick.font.effects
- An effect that genrates a wobbly line around the outline of the text
- OutlineWobbleEffect() -
Constructor for class org.newdawn.slick.font.effects.OutlineWobbleEffect
- Default constructor for injection
- OutlineWobbleEffect(int, Color) -
Constructor for class org.newdawn.slick.font.effects.OutlineWobbleEffect
- Create a new effect that generates a wobbly line around the text
- OutlineZigzagEffect - Class in org.newdawn.slick.font.effects
- An effect to generate a uniformly zigzaging line around text
- OutlineZigzagEffect() -
Constructor for class org.newdawn.slick.font.effects.OutlineZigzagEffect
- Default constructor for injection
- OutlineZigzagEffect(int, Color) -
Constructor for class org.newdawn.slick.font.effects.OutlineZigzagEffect
- Create a new effect to generate a zigzagging line around the text
- OverTriangulator - Class in org.newdawn.slick.geom
- A triangulator implementation that splits the triangules of another, subdividing
to give a higher tesselation - and hence smoother transitions.
- OverTriangulator(Triangulator) -
Constructor for class org.newdawn.slick.geom.OverTriangulator
- Create a new triangulator
P
- p1 -
Variable in class org.newdawn.slick.geom.GeomUtil.HitResult
- The index of the first point on the target shape that forms the line
- p2 -
Variable in class org.newdawn.slick.geom.GeomUtil.HitResult
- The index of the second point on the target shape that forms the line
- PackedSheetTest - Class in org.newdawn.slick.tests
- A test for packed sprite sheets
- PackedSheetTest() -
Constructor for class org.newdawn.slick.tests.PackedSheetTest
- Create a new image rendering test
- PackedSpriteSheet - Class in org.newdawn.slick
- A sprite sheet packed and defined by the Pacific Software Image Packer available
from:
http://homepage.ntlworld.com/config/imagepacker/
- PackedSpriteSheet(String) -
Constructor for class org.newdawn.slick.PackedSpriteSheet
- Create a new packed sprite sheet based on a ImagePacker definition file
- PackedSpriteSheet(String, Color) -
Constructor for class org.newdawn.slick.PackedSpriteSheet
- Create a new packed sprite sheet based on a ImagePacker definition file
- PackedSpriteSheet(String, int) -
Constructor for class org.newdawn.slick.PackedSpriteSheet
- Create a new packed sprite sheet based on a ImagePacker definition file
- PackedSpriteSheet(String, int, Color) -
Constructor for class org.newdawn.slick.PackedSpriteSheet
- Create a new packed sprite sheet based on a ImagePacker definition file
- parse(String) -
Method in class org.newdawn.slick.util.xml.ObjectTreeParser
- Parse the XML document located by the slick resource loader using the
reference given.
- parse(String, InputStream) -
Method in class org.newdawn.slick.util.xml.ObjectTreeParser
- Parse the XML document that can be read from the given input stream
- parse(String) -
Method in class org.newdawn.slick.util.xml.XMLParser
- Parse the XML document located by the slick resource loader using the
reference given.
- parse(String, InputStream) -
Method in class org.newdawn.slick.util.xml.XMLParser
- Parse the XML document that can be read from the given input stream
- parseOnto(String, Object) -
Method in class org.newdawn.slick.util.xml.ObjectTreeParser
- Parse the XML document located by the slick resource loader using the
reference given.
- parseOnto(String, InputStream, Object) -
Method in class org.newdawn.slick.util.xml.ObjectTreeParser
- Parse the XML document that can be read from the given input stream
- ParsingException - Exception in org.newdawn.slick.svg
- Exception indicating a failure to parse XML, giving element information
- ParsingException(String, String, Throwable) -
Constructor for exception org.newdawn.slick.svg.ParsingException
- Create a new exception
- ParsingException(Element, String, Throwable) -
Constructor for exception org.newdawn.slick.svg.ParsingException
- Create a new exception
- ParsingException(String, String) -
Constructor for exception org.newdawn.slick.svg.ParsingException
- Create a new exception
- ParsingException(Element, String) -
Constructor for exception org.newdawn.slick.svg.ParsingException
- Create a new exception
- Particle - Class in org.newdawn.slick.particles
- A single particle within a system
- Particle(ParticleSystem) -
Constructor for class org.newdawn.slick.particles.Particle
- Create a new particle belonging to given engine
- ParticleEmitter - Interface in org.newdawn.slick.particles
- An emitter is responsible for producing the particles and controlling them during
their life.
- ParticleIO - Class in org.newdawn.slick.particles
- Utility methods to (de)serialize ConfigureEmitters to and from XML
- ParticleIO() -
Constructor for class org.newdawn.slick.particles.ParticleIO
-
- particlesByEmitter -
Variable in class org.newdawn.slick.particles.ParticleSystem
- A map from emitter to a the particle pool holding the particles it uses
void: this is now sorted by emitters to allow emitter specfic state to be set for
each emitter.
- ParticleSystem - Class in org.newdawn.slick.particles
- A particle syste responsible for maintaining a set of data about individual
particles which are created and controlled by assigned emitters.
- ParticleSystem(Image) -
Constructor for class org.newdawn.slick.particles.ParticleSystem
- Create a new particle system
- ParticleSystem(String) -
Constructor for class org.newdawn.slick.particles.ParticleSystem
- Create a new particle system
- ParticleSystem(String, int) -
Constructor for class org.newdawn.slick.particles.ParticleSystem
- Create a new particle system
- ParticleSystem(String, int, Color) -
Constructor for class org.newdawn.slick.particles.ParticleSystem
- Create a new particle system
- ParticleSystem(Image, int) -
Constructor for class org.newdawn.slick.particles.ParticleSystem
- Create a new particle system
- ParticleTest - Class in org.newdawn.slick.tests
- A particle test using built in effects
- ParticleTest() -
Constructor for class org.newdawn.slick.tests.ParticleTest
- Create a new test of graphics context rendering
- Path - Class in org.newdawn.slick.geom
- A shape built from lines and curves.
- Path(float, float) -
Constructor for class org.newdawn.slick.geom.Path
- Create a new path
- PATH -
Static variable in class org.newdawn.slick.svg.Figure
- Path Type
- Path - Class in org.newdawn.slick.util.pathfinding
- A path determined by some path finding algorithm.
- Path() -
Constructor for class org.newdawn.slick.util.pathfinding.Path
- Create an empty path
- Path.Step - Class in org.newdawn.slick.util.pathfinding
- A single step within the path
- Path.Step(int, int) -
Constructor for class org.newdawn.slick.util.pathfinding.Path.Step
- Create a new step
- PathFinder - Interface in org.newdawn.slick.util.pathfinding
- A description of an implementation that can find a path from one
location on a tile map to another based on information provided
by that tile map.
- pathFinderVisited(int, int) -
Method in interface org.newdawn.slick.util.pathfinding.TileBasedMap
- Notification that the path finder visited a given tile.
- PathFindingContext - Interface in org.newdawn.slick.util.pathfinding
- The context describing the current path finding state
- PathProcessor - Class in org.newdawn.slick.svg.inkscape
- A processor for the
and elements marked as not an arc. - PathProcessor() -
Constructor for class org.newdawn.slick.svg.inkscape.PathProcessor
-
- pause() -
Method in class org.newdawn.slick.GameContainer
- Pause the game - i.e.
- pause() -
Method in class org.newdawn.slick.Input
- Pauses the polling and sending of input events.
- pause() -
Method in class org.newdawn.slick.Music
- Pause the music playback
- paused -
Variable in class org.newdawn.slick.GameContainer
- True if the game is paused
- pauseLoop() -
Method in class org.newdawn.slick.openal.SoundStore
- Pause the music loop that is currently playing
- pauseLoop() -
Method in class org.newdawn.slick.openal.SoundStore
- Pause the music loop that is currently playing
- pauseMusic() -
Static method in class org.newdawn.slick.openal.AudioImpl
- Pause the music currently being played
- pauseMusic() -
Static method in class org.newdawn.slick.openal.AudioImpl
- Pause the music currently being played
- PBufferGraphics - Class in org.newdawn.slick.opengl.pbuffer
- A graphics implementation that renders to a PBuffer
- PBufferGraphics(Image) -
Constructor for class org.newdawn.slick.opengl.pbuffer.PBufferGraphics
- Create a new graphics context around a pbuffer
- PBufferUniqueGraphics - Class in org.newdawn.slick.opengl.pbuffer
- A graphics implementation that renders to a PBuffer using a unique context, i.e.
- PBufferUniqueGraphics(Image) -
Constructor for class org.newdawn.slick.opengl.pbuffer.PBufferUniqueGraphics
- Create a new graphics context around a pbuffer
- PedigreeTest - Class in org.newdawn.slick.tests
- A test for loading editing particle systems
- PedigreeTest() -
Constructor for class org.newdawn.slick.tests.PedigreeTest
- Create a new image rendering test
- performGLOperations() -
Method in class org.newdawn.slick.opengl.SlickCallable
- Perform the GL operations that this callable is intended to.
- performGLOperations() -
Method in class org.newdawn.slick.opengl.SlickCallable
- Perform the GL operations that this callable is intended to.
- pickLowestCost(Space, NavPath) -
Method in class org.newdawn.slick.util.pathfinding.navmesh.Space
- Pick the lowest cost route from this space to another on the path
- pink -
Static variable in class org.newdawn.slick.Color
- The fixed colour dark pink
- pink -
Static variable in class org.newdawn.slick.Color
- The fixed colour dark pink
- pixelData -
Variable in class org.newdawn.slick.Image
- A pixelData holding the pixel data if it's been read for this texture
- play() -
Method in class org.newdawn.slick.Music
- Play the music
- play(float, float) -
Method in class org.newdawn.slick.Music
- Play the music at a given pitch and volume
- play(boolean) -
Method in class org.newdawn.slick.openal.OpenALStreamPlayer
- Start this stream playing
- play(boolean) -
Method in class org.newdawn.slick.openal.OpenALStreamPlayer
- Start this stream playing
- play() -
Method in class org.newdawn.slick.Sound
- Play this sound effect at default volume and pitch
- play(float, float) -
Method in class org.newdawn.slick.Sound
- Play this sound effect at a given volume and pitch
- playAsMusic(float, float, boolean) -
Method in interface org.newdawn.slick.openal.Audio
- Play this sound as music
- playAsMusic(float, float, boolean) -
Method in interface org.newdawn.slick.openal.Audio
- Play this sound as music
- playAsMusic(float, float, boolean) -
Method in class org.newdawn.slick.openal.AudioImpl
-
- playAsMusic(float, float, boolean) -
Method in class org.newdawn.slick.openal.AudioImpl
-
- playAsMusic(float, float, boolean) -
Method in class org.newdawn.slick.openal.DeferredSound
-
- playAsMusic(float, float, boolean) -
Method in class org.newdawn.slick.openal.DeferredSound
-
- playAsMusic(float, float, boolean) -
Method in class org.newdawn.slick.openal.MODSound
-
- playAsMusic(float, float, boolean) -
Method in class org.newdawn.slick.openal.MODSound
-
- playAsMusic(float, float, boolean) -
Method in class org.newdawn.slick.openal.NullAudio
-
- playAsMusic(float, float, boolean) -
Method in class org.newdawn.slick.openal.NullAudio
-
- playAsMusic(float, float, boolean) -
Method in class org.newdawn.slick.openal.StreamSound
-
- playAsMusic(float, float, boolean) -
Method in class org.newdawn.slick.openal.StreamSound
-
- playAsSoundEffect(float, float, boolean) -
Method in interface org.newdawn.slick.openal.Audio
- Play this sound as a sound effect
- playAsSoundEffect(float, float, boolean, float, float, float) -
Method in interface org.newdawn.slick.openal.Audio
- Play this sound as a sound effect
- playAsSoundEffect(float, float, boolean) -
Method in interface org.newdawn.slick.openal.Audio
- Play this sound as a sound effect
- playAsSoundEffect(float, float, boolean, float, float, float) -
Method in interface org.newdawn.slick.openal.Audio
- Play this sound as a sound effect
- playAsSoundEffect(float, float, boolean) -
Method in class org.newdawn.slick.openal.AudioImpl
-
- playAsSoundEffect(float, float, boolean, float, float, float) -
Method in class org.newdawn.slick.openal.AudioImpl
-
- playAsSoundEffect(float, float, boolean) -
Method in class org.newdawn.slick.openal.AudioImpl
-
- playAsSoundEffect(float, float, boolean, float, float, float) -
Method in class org.newdawn.slick.openal.AudioImpl
-
- playAsSoundEffect(float, float, boolean) -
Method in class org.newdawn.slick.openal.DeferredSound
-
- playAsSoundEffect(float, float, boolean, float, float, float) -
Method in class org.newdawn.slick.openal.DeferredSound
- Play this sound as a sound effect
- playAsSoundEffect(float, float, boolean) -
Method in class org.newdawn.slick.openal.DeferredSound
-
- playAsSoundEffect(float, float, boolean, float, float, float) -
Method in class org.newdawn.slick.openal.DeferredSound
- Play this sound as a sound effect
- playAsSoundEffect(float, float, boolean) -
Method in class org.newdawn.slick.openal.MODSound
-
- playAsSoundEffect(float, float, boolean) -
Method in class org.newdawn.slick.openal.MODSound
-
- playAsSoundEffect(float, float, boolean) -
Method in class org.newdawn.slick.openal.NullAudio
-
- playAsSoundEffect(float, float, boolean, float, float, float) -
Method in class org.newdawn.slick.openal.NullAudio
-
- playAsSoundEffect(float, float, boolean) -
Method in class org.newdawn.slick.openal.NullAudio
-
- playAsSoundEffect(float, float, boolean, float, float, float) -
Method in class org.newdawn.slick.openal.NullAudio
-
- playAsSoundEffect(float, float, boolean, float, float, float) -
Method in class org.newdawn.slick.openal.StreamSound
-
- playAsSoundEffect(float, float, boolean) -
Method in class org.newdawn.slick.openal.StreamSound
-
- playAsSoundEffect(float, float, boolean, float, float, float) -
Method in class org.newdawn.slick.openal.StreamSound
-
- playAsSoundEffect(float, float, boolean) -
Method in class org.newdawn.slick.openal.StreamSound
-
- playAt(float, float, float) -
Method in class org.newdawn.slick.Sound
- Play a sound effect from a particular location
- playAt(float, float, float, float, float) -
Method in class org.newdawn.slick.Sound
- Play a sound effect from a particular location
- playing() -
Method in class org.newdawn.slick.Music
- Check if the music is being played
- playing() -
Method in class org.newdawn.slick.Sound
- Check if the sound is currently playing
- PNG -
Static variable in class org.newdawn.slick.imageout.ImageOut
- The format string for PNG
- PNGDecoder - Class in org.newdawn.slick.opengl
- A PNGDecoder.
- PNGDecoder - Class in org.newdawn.slick.opengl
- A PNGDecoder.
- PNGDecoder(InputStream) -
Constructor for class org.newdawn.slick.opengl.PNGDecoder
-
- PNGDecoder(InputStream) -
Constructor for class org.newdawn.slick.opengl.PNGDecoder
-
- PNGDecoder.Format - Class in org.newdawn.slick.opengl
-
- PNGDecoder.Format - Class in org.newdawn.slick.opengl
-
- PNGImageData - Class in org.newdawn.slick.opengl
- The PNG imge data source that is pure java reading PNGs
- PNGImageData - Class in org.newdawn.slick.opengl
- The PNG imge data source that is pure java reading PNGs
- PNGImageData() -
Constructor for class org.newdawn.slick.opengl.PNGImageData
-
- PNGImageData() -
Constructor for class org.newdawn.slick.opengl.PNGImageData
-
- Point - Class in org.newdawn.slick.geom
- A single point shape
- Point(float, float) -
Constructor for class org.newdawn.slick.geom.Point
- Create a new point
- pointAt(float) -
Method in class org.newdawn.slick.geom.Curve
- Get the point at a particular location on the curve
- pointExcluded(float, float) -
Method in interface org.newdawn.slick.geom.GeomUtilListener
- Notification that a point was excluded from geometry
- pointExcluded(float, float) -
Method in class org.newdawn.slick.tests.GeomUtilTest
-
- pointExcluded(float, float) -
Method in class org.newdawn.slick.tests.GeomUtilTileTest
-
- pointIntersected(float, float) -
Method in interface org.newdawn.slick.geom.GeomUtilListener
- Notification that a point was intersected between two geometries
- pointIntersected(float, float) -
Method in class org.newdawn.slick.tests.GeomUtilTest
-
- pointIntersected(float, float) -
Method in class org.newdawn.slick.tests.GeomUtilTileTest
-
- points -
Variable in class org.newdawn.slick.geom.Shape
- The points representing this polygon.
- pointsDirty -
Variable in class org.newdawn.slick.geom.Shape
- Flag to tell whether points need to be generated
- pointUsed(float, float) -
Method in interface org.newdawn.slick.geom.GeomUtilListener
- Notification that a point was used to build a new geometry
- pointUsed(float, float) -
Method in class org.newdawn.slick.tests.GeomUtilTest
-
- pointUsed(float, float) -
Method in class org.newdawn.slick.tests.GeomUtilTileTest
-
- poll(int, int) -
Method in class org.newdawn.slick.Input
- Poll the state of the input
- poll(int) -
Static method in class org.newdawn.slick.Music
- Poll the state of the current music.
- poll() -
Method in class org.newdawn.slick.openal.MODSound
- Poll the streaming on the MOD
- poll() -
Method in class org.newdawn.slick.openal.MODSound
- Poll the streaming on the MOD
- poll(int) -
Method in class org.newdawn.slick.openal.SoundStore
- Poll the streaming system
- poll(int) -
Method in class org.newdawn.slick.openal.SoundStore
- Poll the streaming system
- Polygon - Class in org.newdawn.slick.geom
- A polygon implementation meeting the
Shape
contract. - Polygon(float[]) -
Constructor for class org.newdawn.slick.geom.Polygon
- Construct a new polygon with 3 or more points.
- Polygon() -
Constructor for class org.newdawn.slick.geom.Polygon
- Create an empty polygon
- POLYGON -
Static variable in class org.newdawn.slick.svg.Figure
- Polygon Type
- PolygonProcessor - Class in org.newdawn.slick.svg.inkscape
- A processor for the
and elements marked as not an arc. - PolygonProcessor() -
Constructor for class org.newdawn.slick.svg.inkscape.PolygonProcessor
-
- PolygonTest - Class in org.newdawn.slick.tests
- A test for polygon collision
- PolygonTest() -
Constructor for class org.newdawn.slick.tests.PolygonTest
- Create the test
- popTransform() -
Method in class org.newdawn.slick.Graphics
- Pop a previously pushed transform from the stack to the current.
- pos -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter.ColorRecord
- The position in the life cycle
- postRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.BlobbyTransition
-
- postRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.CombinedTransition
-
- postRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.CrossStateTransition
-
- postRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.EmptyTransition
-
- postRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.FadeInTransition
-
- postRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.FadeOutTransition
-
- postRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.HorizontalSplitTransition
-
- postRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.RotateTransition
-
- postRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.SelectTransition
-
- postRender(StateBasedGame, GameContainer, Graphics) -
Method in interface org.newdawn.slick.state.transition.Transition
- Render the transition over the existing state rendering
- postRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.VerticalSplitTransition
-
- postRenderSecondState(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.CrossStateTransition
- Notification that the transition is has just rendered the second state is the cross
transition.
- postRenderState(GameContainer, Graphics) -
Method in class org.newdawn.slick.state.StateBasedGame
- User hook for rendering at the game level after the current state
and/or transition have been rendered
- postUpdateState(GameContainer, int) -
Method in class org.newdawn.slick.state.StateBasedGame
- User hook for rendering at the game level after the current state
and/or transition have been updated
- preCache() -
Method in class org.newdawn.slick.geom.Shape
- Cause all internal state to be generated and cached
- prependStep(int, int) -
Method in class org.newdawn.slick.util.pathfinding.Path
- Prepend a step to the path.
- preRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.BlobbyTransition
-
- preRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.CombinedTransition
-
- preRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.CrossStateTransition
-
- preRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.EmptyTransition
-
- preRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.FadeInTransition
-
- preRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.FadeOutTransition
-
- preRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.HorizontalSplitTransition
-
- preRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.RotateTransition
-
- preRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.SelectTransition
-
- preRender(StateBasedGame, GameContainer, Graphics) -
Method in interface org.newdawn.slick.state.transition.Transition
- Render the transition before the existing state rendering
- preRender(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.VerticalSplitTransition
-
- preRenderFirstState(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.CrossStateTransition
- Notification that the transition is about to render the first state is the cross
transition.
- preRenderSecondState(StateBasedGame, GameContainer, Graphics) -
Method in class org.newdawn.slick.state.transition.CrossStateTransition
- Notification that the transition is about to render the second state is the cross
transition.
- preRenderState(GameContainer, Graphics) -
Method in class org.newdawn.slick.state.StateBasedGame
- User hook for rendering at the before the current state
and/or transition have been rendered
- pressed -
Variable in class org.newdawn.slick.Input
- True if the key has been pressed since last queries
- preUpdateState(GameContainer, int) -
Method in class org.newdawn.slick.state.StateBasedGame
- User hook for updating at the game before the current state
and/or transition have been updated
- process(Loader, Element, Diagram, Transform) -
Method in class org.newdawn.slick.svg.inkscape.DefsProcessor
-
- process(Loader, Element, Diagram, Transform) -
Method in interface org.newdawn.slick.svg.inkscape.ElementProcessor
- Process a document extracting all the elements that the processor is
interested in and producing appropriate diagram components for the
element.
- process(Loader, Element, Diagram, Transform) -
Method in class org.newdawn.slick.svg.inkscape.EllipseProcessor
-
- process(Loader, Element, Diagram, Transform) -
Method in class org.newdawn.slick.svg.inkscape.GroupProcessor
- O
- process(Loader, Element, Diagram, Transform) -
Method in class org.newdawn.slick.svg.inkscape.LineProcessor
-
- process(Loader, Element, Diagram, Transform) -
Method in class org.newdawn.slick.svg.inkscape.PathProcessor
-
- process(Loader, Element, Diagram, Transform) -
Method in class org.newdawn.slick.svg.inkscape.PolygonProcessor
-
- process(Loader, Element, Diagram, Transform) -
Method in class org.newdawn.slick.svg.inkscape.RectProcessor
-
- process(Loader, Element, Diagram, Transform) -
Method in class org.newdawn.slick.svg.inkscape.UseProcessor
-
- projectOntoUnit(Vector2f, Vector2f) -
Method in class org.newdawn.slick.geom.Vector2f
- Project this vector onto another
- props -
Variable in class org.newdawn.slick.tiled.Layer
- the properties of this layer
- props -
Variable in class org.newdawn.slick.tiled.TiledMap.GroupObject
- the properties of this group
- props -
Variable in class org.newdawn.slick.tiled.TiledMap.ObjectGroup
- the properties of this group
- props -
Variable in class org.newdawn.slick.tiled.TiledMap
- the properties of the map
- prune() -
Method in class org.newdawn.slick.geom.Shape
- Prune any required points in this shape
- pt -
Variable in class org.newdawn.slick.geom.GeomUtil.HitResult
- The position of the intersection
- PureFontTest - Class in org.newdawn.slick.tests
- A test of the font rendering capabilities
- PureFontTest() -
Constructor for class org.newdawn.slick.tests.PureFontTest
- Create a new test for font rendering
- push(Link) -
Method in class org.newdawn.slick.util.pathfinding.navmesh.NavPath
- Push a link to the end of the path
- pushTransform() -
Method in class org.newdawn.slick.Graphics
- Push the current state of the transform from this graphics contexts
onto the underlying graphics stack's transform stack.
Q
- QUAD_BASED_LINE_STRIP_RENDERER -
Static variable in class org.newdawn.slick.opengl.renderer.Renderer
- The indicator for consistant quad based lines
- QUAD_BASED_LINE_STRIP_RENDERER -
Static variable in class org.newdawn.slick.opengl.renderer.Renderer
- The indicator for consistant quad based lines
- QuadBasedLineStripRenderer - Class in org.newdawn.slick.opengl.renderer
- A line strip renderer that uses quads to generate lines
- QuadBasedLineStripRenderer - Class in org.newdawn.slick.opengl.renderer
- A line strip renderer that uses quads to generate lines
- QuadBasedLineStripRenderer() -
Constructor for class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
- Create a new strip renderer
- QuadBasedLineStripRenderer() -
Constructor for class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
- Create a new strip renderer
R
- r -
Variable in class org.newdawn.slick.Color
- The red component of the colour
- r -
Variable in class org.newdawn.slick.Color
- The red component of the colour
- RADIAL_TRIANGULATION_LEVEL -
Static variable in class org.newdawn.slick.svg.InkscapeLoader
- The number of times to over trigulate to get enough tesselation for
smooth shading
- RadialGradientFill - Class in org.newdawn.slick.svg
- A filler to apply a SVG radial gradient across a shape
- RadialGradientFill(Shape, Transform, Gradient) -
Constructor for class org.newdawn.slick.svg.RadialGradientFill
- Create a new fill for a radial gradient
- radius -
Variable in class org.newdawn.slick.geom.Circle
- The radius of the circle
- random() -
Method in class org.newdawn.slick.particles.ConfigurableEmitter.Range
- Generate a random number in the range
- rate -
Variable in class org.newdawn.slick.openal.OggData
- The sampling rate
- rate -
Variable in class org.newdawn.slick.openal.OggData
- The sampling rate
- rationalPoint(Shape, int) -
Static method in class org.newdawn.slick.geom.GeomUtil
- Rationalise a point in terms of a given shape
- read() -
Method in class org.newdawn.slick.openal.OggInputStream
-
- read(byte[], int, int) -
Method in class org.newdawn.slick.openal.OggInputStream
-
- read(byte[]) -
Method in class org.newdawn.slick.openal.OggInputStream
-
- read() -
Method in class org.newdawn.slick.openal.OggInputStream
-
- read(byte[], int, int) -
Method in class org.newdawn.slick.openal.OggInputStream
-
- read(byte[]) -
Method in class org.newdawn.slick.openal.OggInputStream
-
- recalculateScale() -
Method in class org.newdawn.slick.ScalableGame
- Recalculate the scale of the game
- recordedFPS -
Variable in class org.newdawn.slick.GameContainer
- The last recorded FPS
- recordOldPosition() -
Method in class org.newdawn.slick.gui.TextField
- Record the old position and content
- Rectangle - Class in org.newdawn.slick.geom
- An axis oriented used for shape bounds
- Rectangle(float, float, float, float) -
Constructor for class org.newdawn.slick.geom.Rectangle
- Create a new bounding box
- RECTANGLE -
Static variable in class org.newdawn.slick.svg.Figure
- Rectangle Type
- RectProcessor - Class in org.newdawn.slick.svg.inkscape
- A processor for the
element. - RectProcessor() -
Constructor for class org.newdawn.slick.svg.inkscape.RectProcessor
-
- red -
Static variable in class org.newdawn.slick.Color
- The fixed colour red
- red -
Static variable in class org.newdawn.slick.Color
- The fixed colour red
- ref -
Variable in class org.newdawn.slick.Image
- The name given for the image
- reference(String) -
Method in class org.newdawn.slick.svg.Gradient
- Reference another gradient, i.e.
- registerWriter(String, ImageWriter) -
Static method in class org.newdawn.slick.imageout.ImageWriterFactory
- Register an image writer with the factory.
- reinit() -
Method in class org.newdawn.slick.AppGameContainer
-
- reinit() -
Method in class org.newdawn.slick.BigImage
-
- reinit() -
Method in class org.newdawn.slick.GameContainer
- Renitialise the game and the context in which it's being rendered
- reinit() -
Method in class org.newdawn.slick.Image
- Reinitialise internal data
- release() -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- release() -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- release() -
Method in interface org.newdawn.slick.opengl.Texture
- Destroy the texture reference
- release() -
Method in interface org.newdawn.slick.opengl.Texture
- Destroy the texture reference
- release() -
Method in class org.newdawn.slick.opengl.TextureImpl
-
- release() -
Method in class org.newdawn.slick.opengl.TextureImpl
-
- release(Particle) -
Method in class org.newdawn.slick.particles.ParticleSystem
- Release a particle back to the system once it has expired
- releaseAll(ParticleEmitter) -
Method in class org.newdawn.slick.particles.ParticleSystem
- Release all the particles owned by the specified emitter
- releaseGraphicsForImage(Image) -
Static method in class org.newdawn.slick.opengl.pbuffer.GraphicsFactory
- Release any graphics context that is assocaited with the given image
- reload() -
Method in class org.newdawn.slick.opengl.InternalTextureLoader
- Reload all the textures loaded in this loader
- reload(TextureImpl, int, int, int, int, ByteBuffer) -
Method in class org.newdawn.slick.opengl.InternalTextureLoader
- Reload a given texture blob
- reload() -
Method in class org.newdawn.slick.opengl.InternalTextureLoader
- Reload all the textures loaded in this loader
- reload(TextureImpl, int, int, int, int, ByteBuffer) -
Method in class org.newdawn.slick.opengl.InternalTextureLoader
- Reload a given texture blob
- reload() -
Method in class org.newdawn.slick.opengl.TextureImpl
- Reload this texture
- reload() -
Method in class org.newdawn.slick.opengl.TextureImpl
- Reload this texture
- remove(DeferredResource) -
Method in class org.newdawn.slick.loading.LoadingList
- Remove a resource from the list that has been loaded for
other reasons.
- remove(DeferredResource) -
Method in class org.newdawn.slick.loading.LoadingList
- Remove a resource from the list that has been loaded for
other reasons.
- remove(int) -
Method in class org.newdawn.slick.util.pathfinding.navmesh.NavPath
- Remove a step in the path
- removeAllControllerListeners() -
Method in class org.newdawn.slick.Input
- Remove all the controller listeners from this input
- removeAllEmitters() -
Method in class org.newdawn.slick.particles.ParticleSystem
- Remove all the emitters from the system
- removeAllKeyListeners() -
Method in class org.newdawn.slick.Input
- Remove all the key listeners from this input
- removeAllListeners() -
Method in class org.newdawn.slick.Input
- Remove all the listeners from this input
- removeAllMouseListeners() -
Method in class org.newdawn.slick.Input
- Remove all the mouse listeners from this input
- removeAllResourceLocations() -
Static method in class org.newdawn.slick.util.ResourceLoader
- Remove all the locations, no resources will be found until
new locations have been added
- removeAllResourceLocations() -
Static method in class org.newdawn.slick.util.ResourceLoader
- Remove all the locations, no resources will be found until
new locations have been added
- removeControllerListener(ControllerListener) -
Method in class org.newdawn.slick.Input
- Remove a controller listener that will no longer be notified
- removeEmitter(ParticleEmitter) -
Method in class org.newdawn.slick.particles.ParticleSystem
- Remove a particle emitter that is currently used in the system
- removeFigure(Figure) -
Method in class org.newdawn.slick.svg.Diagram
- Remove a figure from the diagram
- removeFromClosed(AStarPathFinder.Node) -
Method in class org.newdawn.slick.util.pathfinding.AStarPathFinder
- Remove a node from the closed list
- removeFromOpen(AStarPathFinder.Node) -
Method in class org.newdawn.slick.util.pathfinding.AStarPathFinder
- Remove a node from the open list
- removeKeyListener(KeyListener) -
Method in class org.newdawn.slick.Input
- Remove a key listener that will no longer be notified
- removeListener(InputProviderListener) -
Method in class org.newdawn.slick.command.InputProvider
- Remove a listener from this provider.
- removeListener(ComponentListener) -
Method in class org.newdawn.slick.gui.AbstractComponent
- Remove a component listener.
- removeListener(InputListener) -
Method in class org.newdawn.slick.Input
- Remove a listener that will no longer be notified
- removeListener(MusicListener) -
Method in class org.newdawn.slick.Music
- Remove a listener from this music
- removeMouseListener(MouseListener) -
Method in class org.newdawn.slick.Input
- Remove a mouse listener that will no longer be notified
- removeResourceLocation(ResourceLocation) -
Static method in class org.newdawn.slick.util.ResourceLoader
- Remove a location that will be no longer be searched for resources
- removeResourceLocation(ResourceLocation) -
Static method in class org.newdawn.slick.util.ResourceLoader
- Remove a location that will be no longer be searched for resources
- render() -
Method in class org.newdawn.slick.CachedRender
- Render the cached operations.
- render(GameContainer, Graphics) -
Method in interface org.newdawn.slick.Game
- Render the game's screen here.
- render(GUIContext, Graphics) -
Method in class org.newdawn.slick.gui.AbstractComponent
- Render this component to the screen
- render(GUIContext, Graphics) -
Method in class org.newdawn.slick.gui.BasicComponent
- Deprecated.
- render(GUIContext, Graphics) -
Method in class org.newdawn.slick.gui.MouseOverArea
-
- render(GUIContext, Graphics) -
Method in class org.newdawn.slick.gui.TextField
-
- render() -
Method in class org.newdawn.slick.particles.Particle
- Render this particle
- render() -
Method in class org.newdawn.slick.particles.ParticleSystem
- Render the particles in the system
- render(float, float) -
Method in class org.newdawn.slick.particles.ParticleSystem
- Render the particles in the system
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.ScalableGame
-
- render(GameContainer, StateBasedGame, Graphics) -
Method in interface org.newdawn.slick.state.GameState
- Render this state to the game's graphics context
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.state.StateBasedGame
-
- render(Graphics) -
Method in class org.newdawn.slick.svg.SimpleDiagramRenderer
- Render the diagram to the given graphics context
- render(Graphics, Diagram) -
Static method in class org.newdawn.slick.svg.SimpleDiagramRenderer
- Utility method to render a diagram in immediate mode
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.AlphaMapTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.AnimationTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.AntiAliasTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.BigImageTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.BigSpriteSheetTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.CachedRenderTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.CanvasContainerTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.CanvasSizeTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.ClipTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.CopyAreaAlphaTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.CurveTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.DeferredLoadingTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.DistanceFieldTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.DoubleClickTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.DuplicateEmitterTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.FlashTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.FontPerformanceTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.FontTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.GeomAccuracyTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.GeomTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.GeomUtilTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.GeomUtilTileTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.GradientImageTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.GradientTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.GraphicsTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.GUITest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.ImageBufferEndianTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.ImageBufferTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.ImageCornerTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.ImageGraphicsTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.ImageMemTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.ImageOutTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.ImageReadTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.ImageTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.InkscapeTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.InputProviderTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.InputTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.IsoTiledTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.KeyRepeatTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.LameTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.LineRenderTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.MorphShapeTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.MorphSVGTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.MusicListenerTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.NavMeshTest
- Render the game - in this case render the map and diagnostic data
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.PackedSheetTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.ParticleTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.PedigreeTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.PolygonTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.PureFontTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.SavedStateTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.ScalableTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.ShapeTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.SlickCallableTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.SoundPositionTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.SoundTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.SoundURLTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.SpriteSheetFontTest
-
- render(GameContainer, StateBasedGame, Graphics) -
Method in class org.newdawn.slick.tests.states.TestState1
-
- render(GameContainer, StateBasedGame, Graphics) -
Method in class org.newdawn.slick.tests.states.TestState2
-
- render(GameContainer, StateBasedGame, Graphics) -
Method in class org.newdawn.slick.tests.states.TestState3
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.TestBox
-
- render() -
Method in class org.newdawn.slick.tests.TestUtils
- Game loop render
- render() -
Method in class org.newdawn.slick.tests.TestUtils
- Game loop render
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.TexturePaintTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.TileMapTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.TransformTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.TransformTest2
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.TransparentColorTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.TrueTypeFontPerformanceTest
-
- render(GameContainer, Graphics) -
Method in class org.newdawn.slick.tests.UnicodeFontTest
-
- render(int, int, int, int, int, int, boolean, int, int) -
Method in class org.newdawn.slick.tiled.Layer
- Render a section of this layer
- render(int, int) -
Method in class org.newdawn.slick.tiled.TiledMap
- Render the whole tile map at a given location
- render(int, int, int) -
Method in class org.newdawn.slick.tiled.TiledMap
- Render a single layer from the map
- render(int, int, int, int, int, int) -
Method in class org.newdawn.slick.tiled.TiledMap
- Render a section of the tile map
- render(int, int, int, int, int, int, int, boolean) -
Method in class org.newdawn.slick.tiled.TiledMap
- Render a section of the tile map
- render(int, int, int, int, int, int, boolean) -
Method in class org.newdawn.slick.tiled.TiledMap
- Render a section of the tile map
- Renderable - Interface in org.newdawn.slick
- Description of anything that can be drawn
- renderContext -
Static variable in class org.newdawn.slick.font.GlyphPage
- The render context in which the glyphs will be generated
- renderedLine(int, int, int) -
Method in class org.newdawn.slick.tiled.TiledMap
- Overrideable to allow other sprites to be rendered between lines of the
map
- Renderer - Class in org.newdawn.slick.opengl.renderer
- The static holder for the current GL implementation.
- Renderer - Class in org.newdawn.slick.opengl.renderer
- The static holder for the current GL implementation.
- Renderer() -
Constructor for class org.newdawn.slick.opengl.renderer.Renderer
-
- Renderer() -
Constructor for class org.newdawn.slick.opengl.renderer.Renderer
-
- renderGL() -
Method in class org.newdawn.slick.tests.SlickCallableTest
- Render the GL scene, this isn't efficient and if you know
OpenGL I'm assuming you can see why.
- renderImpl(GUIContext, Graphics) -
Method in class org.newdawn.slick.gui.BasicComponent
- Deprecated. Allow the sub-component to render
- renderInUse(int, int) -
Method in class org.newdawn.slick.Animation
- Render the appropriate frame when the spriteSheet backing this Animation is in use.
- renderInUse(int, int, int, int) -
Method in class org.newdawn.slick.SpriteSheet
- Render a sprite when this sprite sheet is in use.
- renderIsometricMap(int, int, int, int, int, int, Layer, boolean) -
Method in class org.newdawn.slick.tiled.TiledMap
- Render of isometric map renders.
- renderLines(float[], int) -
Method in class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
- Render the lines applying antialiasing if required
- renderLines(float[], int) -
Method in class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
- Render the lines applying antialiasing if required
- renderLinesImpl(float[], int, float) -
Method in class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
- Render the lines given
- renderLinesImpl(float[], int, float) -
Method in class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
- Render the lines given
- renderOverlay(GameContainer, Graphics) -
Method in class org.newdawn.slick.ScalableGame
- Render the overlay that will sit over the scaled screen
- replay() -
Method in class org.newdawn.slick.particles.ConfigurableEmitter
- Cause the emitter to replay it's circle
- replayCheck() -
Method in class org.newdawn.slick.particles.ConfigurableEmitter
- Check if the replay has died out - used by the editor
- reset() -
Method in class org.newdawn.slick.geom.MannTriangulator
- Reset the internal state of the triangulator
- reset() -
Method in class org.newdawn.slick.particles.ConfigurableEmitter
- Release all the particles held by this emitter
- reset() -
Method in class org.newdawn.slick.particles.ParticleSystem
- Reset the state of the system
- resetFont() -
Method in class org.newdawn.slick.Graphics
- Reset to using the default font for this context
- resetInputTransform() -
Method in class org.newdawn.slick.Input
- Reset the transformation being applied to the input to the default
- resetLineWidth() -
Method in class org.newdawn.slick.Graphics
- Reset the line width in use to the default for this graphics context
- resetMask() -
Static method in class org.newdawn.slick.util.MaskUtil
- Reset the masked area - should be done after you've finished rendering
- resetState() -
Method in class org.newdawn.slick.particles.ConfigurableEmitter
-
- resetState() -
Method in class org.newdawn.slick.particles.effects.FireEmitter
-
- resetState() -
Method in interface org.newdawn.slick.particles.ParticleEmitter
- Clear the state of emitter back to default
- resetTransform() -
Method in class org.newdawn.slick.Graphics
- Reset the transformation on this graphics context
- resolve(Diagram) -
Method in class org.newdawn.slick.svg.Gradient
- Resolve the gradient reference
- resourceExists(String) -
Static method in class org.newdawn.slick.util.ResourceLoader
- Check if a resource is available from any given resource loader
- resourceExists(String) -
Static method in class org.newdawn.slick.util.ResourceLoader
- Check if a resource is available from any given resource loader
- ResourceLoader - Class in org.newdawn.slick.util
- A simple wrapper around resource loading should anyone decide to change
their minds how this is meant to work in the future.
- ResourceLoader - Class in org.newdawn.slick.util
- A simple wrapper around resource loading should anyone decide to change
their minds how this is meant to work in the future.
- ResourceLoader() -
Constructor for class org.newdawn.slick.util.ResourceLoader
-
- ResourceLoader() -
Constructor for class org.newdawn.slick.util.ResourceLoader
-
- ResourceLocation - Interface in org.newdawn.slick.util
- A location from which resources can be loaded
- ResourceLocation - Interface in org.newdawn.slick.util
- A location from which resources can be loaded
- restart() -
Method in class org.newdawn.slick.Animation
- Restart the animation from the beginning
- restartLoop() -
Method in class org.newdawn.slick.openal.SoundStore
- Restart the music loop that is currently paused
- restartLoop() -
Method in class org.newdawn.slick.openal.SoundStore
- Restart the music loop that is currently paused
- restartMusic() -
Static method in class org.newdawn.slick.openal.AudioImpl
- Restart the music currently being paused
- restartMusic() -
Static method in class org.newdawn.slick.openal.AudioImpl
- Restart the music currently being paused
- resume() -
Method in class org.newdawn.slick.GameContainer
- Resumt the game - i.e.
- resume() -
Method in class org.newdawn.slick.Input
- Resumes the polling and sending of input events.
- resume() -
Method in class org.newdawn.slick.Music
- Resume the music playback
- RGB -
Static variable in class org.newdawn.slick.opengl.PNGDecoder
-
- RGB -
Static variable in class org.newdawn.slick.opengl.PNGDecoder
-
- RGBA -
Static variable in class org.newdawn.slick.opengl.PNGDecoder
-
- RGBA -
Static variable in class org.newdawn.slick.opengl.PNGDecoder
-
- RIGHT -
Static variable in class org.newdawn.slick.command.ControllerDirectionControl
- The direction indicating we're waiting for the user to press right
- RIGHT -
Static variable in class org.newdawn.slick.util.FontUtils.Alignment
- Right alignment
- rotate(float, float, float) -
Method in class org.newdawn.slick.Graphics
- Apply a rotation to everything draw on the graphics context
- rotate(float) -
Method in class org.newdawn.slick.Image
- Add the angle provided to the current rotation.
- RotateTransition - Class in org.newdawn.slick.state.transition
- A transition that causes the previous state to rotate and scale down into
the new state.
- RotateTransition() -
Constructor for class org.newdawn.slick.state.transition.RotateTransition
- Create a new transition
- RotateTransition(Color) -
Constructor for class org.newdawn.slick.state.transition.RotateTransition
- Create a new transition
- RoundedRectangle - Class in org.newdawn.slick.geom
- Class to create rounded rectangles with.
- RoundedRectangle(float, float, float, float, float) -
Constructor for class org.newdawn.slick.geom.RoundedRectangle
- Construct a rectangle with rounded corners.
- RoundedRectangle(float, float, float, float, float, int) -
Constructor for class org.newdawn.slick.geom.RoundedRectangle
- Construct a rectangle with rounded corners.
- RoundedRectangle(float, float, float, float, float, int, int) -
Constructor for class org.newdawn.slick.geom.RoundedRectangle
- Construct a rectangle with rounded corners.
- runAsApplication(Game, int, int, boolean) -
Static method in class org.newdawn.slick.util.Bootstrap
- Start the game as an application
- runloop() -
Method in class org.newdawn.slick.AppletGameContainer.Container
- The running game loop
- running -
Variable in class org.newdawn.slick.GameContainer
- True if we're currently running the game loop
- running() -
Method in class org.newdawn.slick.GameContainer
- True if the game is running
S
- samplerate -
Variable in class org.newdawn.slick.openal.AiffData
- sample rate of data
- samplerate -
Variable in class org.newdawn.slick.openal.AiffData
- sample rate of data
- samplerate -
Variable in class org.newdawn.slick.openal.WaveData
- sample rate of data
- samplerate -
Variable in class org.newdawn.slick.openal.WaveData
- sample rate of data
- samples -
Variable in class org.newdawn.slick.GameContainer
- The number of samples we'll attempt through hardware
- save(File) -
Method in class org.newdawn.slick.font.HieroSettings
- Saves the settings to a file.
- save() -
Method in class org.newdawn.slick.SavedState
- Save the stored data to file/muffin
- saveConfiguredSystem(File, ParticleSystem) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Save a particle system with only ConfigurableEmitters in to an XML file
- saveConfiguredSystem(OutputStream, ParticleSystem) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Save a particle system with only ConfigurableEmitters in to an XML file
- SavedState - Class in org.newdawn.slick
- A utility to allow game setup/state to be stored locally.
- SavedState(String) -
Constructor for class org.newdawn.slick.SavedState
- Create and Test to see if the app is running
as webstart or local app and select the appropriate
muffin type
- SavedStateTest - Class in org.newdawn.slick.tests
- A test of the the local storage utilities
- SavedStateTest() -
Constructor for class org.newdawn.slick.tests.SavedStateTest
- Create a new test for font rendering
- saveEmitter(File, ConfigurableEmitter) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Save a single emitter to the XML file
- saveEmitter(OutputStream, ConfigurableEmitter) -
Static method in class org.newdawn.slick.particles.ParticleIO
- Save a single emitter to the XML file
- saveFile(HashMap, String) -
Method in class org.newdawn.slick.muffin.FileMuffin
-
- saveFile(HashMap, String) -
Method in interface org.newdawn.slick.muffin.Muffin
- Save a file of data
- saveFile(HashMap, String) -
Method in class org.newdawn.slick.muffin.WebstartMuffin
-
- saveImage(Image, String, OutputStream, boolean) -
Method in class org.newdawn.slick.imageout.ImageIOWriter
-
- saveImage(Image, String, OutputStream, boolean) -
Method in interface org.newdawn.slick.imageout.ImageWriter
- Save an Image to an given location
- saveImage(Image, String, OutputStream, boolean) -
Method in class org.newdawn.slick.imageout.TGAWriter
-
- ScalableGame - Class in org.newdawn.slick
- A wrapper to allow any game to be scalable.
- ScalableGame(Game, int, int) -
Constructor for class org.newdawn.slick.ScalableGame
- Create a new scalable game wrapper
- ScalableGame(Game, int, int, boolean) -
Constructor for class org.newdawn.slick.ScalableGame
- Create a new scalable game wrapper
- ScalableTest - Class in org.newdawn.slick.tests
- A test for a scalable game
- ScalableTest() -
Constructor for class org.newdawn.slick.tests.ScalableTest
- Simple test
- scale(float) -
Method in class org.newdawn.slick.Color
- Scale the components of the colour by the given value
- scale(float) -
Method in class org.newdawn.slick.Color
- Scale the components of the colour by the given value
- scale(float) -
Method in class org.newdawn.slick.geom.Vector2f
- Scale this vector by a value
- scale(float, float) -
Method in class org.newdawn.slick.Graphics
- Apply a scaling factor to everything drawn on the graphics context
- scaleCopy(float) -
Method in class org.newdawn.slick.Color
- Scale the components of the colour by the given value
- scaleCopy(float) -
Method in class org.newdawn.slick.Color
- Scale the components of the colour by the given value
- scaleGrow(float, float) -
Method in class org.newdawn.slick.geom.Rectangle
- Grow the rectangle based on scaling it's size
- scaleY -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- Whiskas - Interpolated value for y axis scaling
- scaleY -
Variable in class org.newdawn.slick.particles.Particle
- The currently scalar applied on the y axis
- screenHeight -
Variable in class org.newdawn.slick.Graphics
- The height of the screen
- screenWidth -
Variable in class org.newdawn.slick.Graphics
- The width of the screen
- SelectTransition - Class in org.newdawn.slick.state.transition
- A transition that moves to the next as though it was selected by some background menu.
- SelectTransition() -
Constructor for class org.newdawn.slick.state.transition.SelectTransition
- Create a new transition
- SelectTransition(Color) -
Constructor for class org.newdawn.slick.state.transition.SelectTransition
- Create a new transition
- set(float[], float[]) -
Method in class org.newdawn.slick.geom.Line
- Configure the line
- set(Vector2f, Vector2f) -
Method in class org.newdawn.slick.geom.Line
- Configure the line
- set(float, float, float, float) -
Method in class org.newdawn.slick.geom.Line
- Configure the line without garbage
- set(Vector2f) -
Method in class org.newdawn.slick.geom.Vector2f
- Set the value of this vector
- set(float, float) -
Method in class org.newdawn.slick.geom.Vector2f
- Set the values in this vector
- set(float[]) -
Method in class org.newdawn.slick.geom.Vector2f
- Set the values in this vector
- set16BitMode() -
Method in class org.newdawn.slick.opengl.InternalTextureLoader
- Tell the loader to produce 16 bit textures
- set16BitMode() -
Method in class org.newdawn.slick.opengl.InternalTextureLoader
- Tell the loader to produce 16 bit textures
- setAcceptingInput(boolean) -
Method in class org.newdawn.slick.util.InputAdapter
- Indicate if we should be accepting input of any sort
- setActive(boolean) -
Method in class org.newdawn.slick.command.InputProvider
- Indicate whether this provider should be sending events
- setActive(boolean) -
Method in class org.newdawn.slick.particles.ConfigurableEmitter.LinearInterpolator
- Indicate if this interpoalte value should be used
- setAddMethodName(String) -
Method in class org.newdawn.slick.util.xml.ObjectTreeParser
- Set the name of the method to use to add child objects to their
parents.
- setAllowDuplicatePoints(boolean) -
Method in class org.newdawn.slick.geom.Polygon
- Indicate if duplicate points are allow
- setAlpha(float) -
Method in class org.newdawn.slick.Image
- Set the alpha value to use when rendering this image
- setAlpha(boolean) -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- setAlpha(boolean) -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- setAlpha(boolean) -
Method in class org.newdawn.slick.opengl.TextureImpl
- If this texture has alpha
- setAlpha(boolean) -
Method in class org.newdawn.slick.opengl.TextureImpl
- If this texture has alpha
- setAlwaysRender(boolean) -
Method in class org.newdawn.slick.GameContainer
- Indicate whether we want this container to render when it has focus
- setAmplitude(float) -
Method in class org.newdawn.slick.font.effects.OutlineWobbleEffect
- Sets the amplitude of the wobble effect.
- setAmplitude(float) -
Method in class org.newdawn.slick.font.effects.OutlineZigzagEffect
- Sets the amplitude of the wobble effect.
- setAnimatedMouseCursor(String, int, int, int, int, int[]) -
Method in class org.newdawn.slick.GameContainer
- Get a cursor based on a image reference on the classpath.
- setAntiAlias(boolean) -
Method in class org.newdawn.slick.Graphics
- Indicate if we should antialias as we draw primitives
- setAntiAlias(boolean) -
Method in class org.newdawn.slick.opengl.renderer.DefaultLineStripRenderer
-
- setAntiAlias(boolean) -
Method in class org.newdawn.slick.opengl.renderer.DefaultLineStripRenderer
-
- setAntiAlias(boolean) -
Method in interface org.newdawn.slick.opengl.renderer.LineStripRenderer
- Indicate whether antialiasing should be applied
- setAntiAlias(boolean) -
Method in interface org.newdawn.slick.opengl.renderer.LineStripRenderer
- Indicate whether antialiasing should be applied
- setAntiAlias(boolean) -
Method in class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
-
- setAntiAlias(boolean) -
Method in class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
-
- setAutoUpdate(boolean) -
Method in class org.newdawn.slick.Animation
- Indicate if this animation should automatically update based on the
time between renders or if it should need updating via the update()
method.
- setBackground(Color) -
Method in class org.newdawn.slick.Graphics
- Set the background colour of the graphics context.
- setBackgroundColor(Color) -
Method in class org.newdawn.slick.gui.TextField
- Set the background color.
- setBlendingMode(int) -
Method in class org.newdawn.slick.particles.ParticleSystem
- Set the blending mode for the particles
- setBlurKernelSize(int) -
Method in class org.newdawn.slick.font.effects.ShadowEffect
- Sets how many neighboring pixels are used to blur the shadow.
- setBlurPasses(int) -
Method in class org.newdawn.slick.font.effects.ShadowEffect
- Sets the number of times to apply a blur to the shadow.
- setBold(boolean) -
Method in class org.newdawn.slick.font.HieroSettings
-
- setBorderColor(Color) -
Method in class org.newdawn.slick.gui.TextField
- Set the border color.
- setBottomColor(Color) -
Method in class org.newdawn.slick.font.effects.GradientEffect
- Set the colour at the bottom of the graident
- setBounds(Rectangle) -
Method in class org.newdawn.slick.geom.Rectangle
- Set the bounds of this rectangle based on the given rectangle
- setBounds(float, float, float, float) -
Method in class org.newdawn.slick.geom.Rectangle
- Set the bounds of this rectangle
- setCacheName(String) -
Method in class org.newdawn.slick.opengl.TextureImpl
- Set the name this texture is stored against in the cache
- setCacheName(String) -
Method in class org.newdawn.slick.opengl.TextureImpl
- Set the name this texture is stored against in the cache
- setCenterOfRotation(float, float) -
Method in class org.newdawn.slick.Image
- Set the centre of the rotation when applied to this image
- setCenterX(float) -
Method in class org.newdawn.slick.geom.Shape
- Set the x center of this shape.
- setCenterY(float) -
Method in class org.newdawn.slick.geom.Shape
- Set the y center of this shape.
- setClearEachFrame(boolean) -
Method in class org.newdawn.slick.GameContainer
- Indicate if we should clear the screen at the beginning of each frame.
- setClip(int, int, int, int) -
Method in class org.newdawn.slick.Graphics
- Set the clipping to apply to the drawing.
- setClip(Rectangle) -
Method in class org.newdawn.slick.Graphics
- Set the clipping to apply to the drawing.
- setClosed(boolean) -
Method in class org.newdawn.slick.geom.Polygon
- Indicate if the polygon should be closed
- setColor(Color) -
Method in class org.newdawn.slick.font.effects.ColorEffect
- Set the colour being applied by this effect
- setColor(Color) -
Method in class org.newdawn.slick.font.effects.OutlineEffect
- Set the colour of the outline being drawn
- setColor(Color) -
Method in class org.newdawn.slick.font.effects.ShadowEffect
- Set the colour of the shadow to be generated
- setColor(Color) -
Method in class org.newdawn.slick.Graphics
- Set the color to use when rendering to this context
- setColor(int, float, float, float, float) -
Method in class org.newdawn.slick.Image
- Set the color of the given corner when this image is rendered.
- setColor(int, float, float, float) -
Method in class org.newdawn.slick.Image
- Set the color of the given corner when this image is rendered.
- setColor(float, float, float, float) -
Method in class org.newdawn.slick.particles.Particle
- Set the color of the particle
- setColor(Color) -
Method in class org.newdawn.slick.util.LocatedImage
- Set the colour filter to apply to the image
- setConsumeEvents(boolean) -
Method in class org.newdawn.slick.gui.TextField
- Indicate if the input events should be consumed by this field
- setCornerRadius(float) -
Method in class org.newdawn.slick.geom.RoundedRectangle
- Set the radius for each corner.
- setCurrent(Graphics) -
Static method in class org.newdawn.slick.Graphics
- Set the current graphics context in use
- setCurrentFrame(int) -
Method in class org.newdawn.slick.Animation
- Set the current frame to be rendered
- setCurrentMusicVolume(float) -
Method in class org.newdawn.slick.openal.SoundStore
- Set the music volume of the current playing music.
- setCurrentMusicVolume(float) -
Method in class org.newdawn.slick.openal.SoundStore
- Set the music volume of the current playing music.
- setCursorPos(int) -
Method in class org.newdawn.slick.gui.TextField
- Set the position of the cursor
- setCursorVisible(boolean) -
Method in class org.newdawn.slick.gui.TextField
- Indicate whether the mouse cursor should be visible or not
- setCurve(ArrayList) -
Method in class org.newdawn.slick.particles.ConfigurableEmitter.LinearInterpolator
- Set the collection of data points to interpolate between
- setCyclic(boolean) -
Method in class org.newdawn.slick.font.effects.GradientEffect
- If set to true, the gradient will repeat.
- setDefaultFont(Font) -
Method in class org.newdawn.slick.GameContainer
- Set the default font that will be intialised in the graphics held in this container
- setDefaultImageName(String) -
Method in class org.newdawn.slick.particles.ParticleSystem
- Set the default image name
- setDefaultMouseCursor() -
Method in class org.newdawn.slick.AppGameContainer
-
- setDefaultMouseCursor() -
Method in class org.newdawn.slick.AppletGameContainer.Container
-
- setDefaultMouseCursor() -
Method in class org.newdawn.slick.GameContainer
- Set the default mouse cursor - i.e.
- setDefaultMouseCursor() -
Method in interface org.newdawn.slick.gui.GUIContext
- Set the default mouse cursor - i.e.
- setDefaultPackage(String) -
Method in class org.newdawn.slick.util.xml.ObjectTreeParser
- Set the default package which will be search for classes by their XML
element name.
- setDeferredLoading(boolean) -
Static method in class org.newdawn.slick.loading.LoadingList
- Indicate if we're going to use deferred loading.
- setDeferredLoading(boolean) -
Static method in class org.newdawn.slick.loading.LoadingList
- Indicate if we're going to use deferred loading.
- setDeferredLoading(boolean) -
Method in class org.newdawn.slick.openal.SoundStore
- True if we should only record the request to load in the intention
of loading the sound later
- setDeferredLoading(boolean) -
Method in class org.newdawn.slick.openal.SoundStore
- True if we should only record the request to load in the intention
of loading the sound later
- setDeferredLoading(boolean) -
Method in class org.newdawn.slick.opengl.InternalTextureLoader
- True if we should only record the request to load in the intention
of loading the texture later
- setDeferredLoading(boolean) -
Method in class org.newdawn.slick.opengl.InternalTextureLoader
- True if we should only record the request to load in the intention
of loading the texture later
- setDetail(float) -
Method in class org.newdawn.slick.font.effects.OutlineWobbleEffect
- Sets the detail of the wobble effect.
- setDisplayListCaching(boolean) -
Method in class org.newdawn.slick.UnicodeFont
- Sets if this UnicodeFont caches the glyph drawing instructions to improve performance.
- setDisplayMode(int, int, boolean) -
Method in class org.newdawn.slick.AppGameContainer
- Set the display mode to be used
- setDoubleClickInterval(int) -
Method in class org.newdawn.slick.Input
- Set the double click interval, the time between the first
and second clicks that should be interpreted as a
double click.
- setDrawMode(int) -
Method in class org.newdawn.slick.Graphics
- Set the drawing mode to use.
- setDuration(int, int) -
Method in class org.newdawn.slick.Animation
- Set the duration of the given frame
- setEnabled(boolean) -
Method in class org.newdawn.slick.particles.ConfigurableEmitter.Range
- Indicate if this option should be enabled
- setEnabled(boolean) -
Method in class org.newdawn.slick.particles.ConfigurableEmitter
-
- setEnabled(boolean) -
Method in class org.newdawn.slick.particles.effects.FireEmitter
-
- setEnabled(boolean) -
Method in interface org.newdawn.slick.particles.ParticleEmitter
- Indicate whether the emitter should be enabled
- setEnd(float, float) -
Method in class org.newdawn.slick.fills.GradientFill
- Set the end control point's position
- setEnd(Vector2f) -
Method in class org.newdawn.slick.fills.GradientFill
- Set the end control point's position
- setEndColor(Color) -
Method in class org.newdawn.slick.fills.GradientFill
- Set the colour to apply at the end control's position
- setExternalDiagram(Diagram) -
Method in class org.newdawn.slick.svg.SVGMorph
- Set the current diagram we should morph from.
- setExternalFrame(Shape) -
Method in class org.newdawn.slick.geom.MorphShape
- Set the current frame
- setFilter(BufferedImageOp) -
Method in class org.newdawn.slick.font.effects.FilterEffect
- Set the filter being applied by this effect
- setFilter(int) -
Method in class org.newdawn.slick.Image
- Set the image filtering to be used.
- setFocus(boolean) -
Method in class org.newdawn.slick.gui.AbstractComponent
- Indicate whether this component should be focused or not
- setFocus(boolean) -
Method in class org.newdawn.slick.gui.TextField
-
- setFont(Font) -
Method in class org.newdawn.slick.Graphics
- Set the font to be used when rendering text
- setFontSize(int) -
Method in class org.newdawn.slick.font.HieroSettings
-
- setForcedVerboseOn() -
Static method in class org.newdawn.slick.util.Log
- Indicate that we want verbose logging, even if switched off in game code.
- setForcedVerboseOn() -
Static method in class org.newdawn.slick.util.Log
- Indicate that we want verbose logging, even if switched off in game code.
- setForceExit(boolean) -
Method in class org.newdawn.slick.GameContainer
- Indicate if we should force exitting the VM at the end
of the game (default = true)
- setFullscreen(boolean) -
Method in class org.newdawn.slick.AppGameContainer
- Indicate whether we want to be in fullscreen mode.
- setFullscreen(boolean) -
Method in class org.newdawn.slick.AppletGameContainer.Container
-
- setFullscreen(boolean) -
Method in class org.newdawn.slick.GameContainer
- Indicate whether we want to be in fullscreen mode.
- setGlobalAlphaScale(float) -
Method in class org.newdawn.slick.opengl.renderer.ImmediateModeOGLRenderer
-
- setGlobalAlphaScale(float) -
Method in class org.newdawn.slick.opengl.renderer.ImmediateModeOGLRenderer
-
- setGlobalAlphaScale(float) -
Method in interface org.newdawn.slick.opengl.renderer.SGL
- Set the scaling we'll apply to any colour binds in this renderer
- setGlobalAlphaScale(float) -
Method in interface org.newdawn.slick.opengl.renderer.SGL
- Set the scaling we'll apply to any colour binds in this renderer
- setGlyphPageHeight(int) -
Method in class org.newdawn.slick.font.HieroSettings
-
- setGlyphPageHeight(int) -
Method in class org.newdawn.slick.UnicodeFont
- Sets the height of the backing textures.
- setGlyphPageWidth(int) -
Method in class org.newdawn.slick.font.HieroSettings
-
- setGlyphPageWidth(int) -
Method in class org.newdawn.slick.UnicodeFont
- Sets the width of the backing textures.
- setHeight(float) -
Method in class org.newdawn.slick.geom.Rectangle
- Set the heightof this box
- setHeight(float) -
Method in class org.newdawn.slick.geom.RoundedRectangle
- Set the height of this rectangle.
- setHeight(int) -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- setHeight(int) -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- setHeight(int) -
Method in class org.newdawn.slick.opengl.TextureImpl
- Set the height of the image
- setHeight(int) -
Method in class org.newdawn.slick.opengl.TextureImpl
- Set the height of the image
- setHeight(float) -
Method in class org.newdawn.slick.util.LocatedImage
- Set the height the image should be drawn at
- setHoldTextureData(boolean) -
Method in class org.newdawn.slick.opengl.InternalTextureLoader
- Indicate where texture data should be held for reinitialising at a future
point.
- setHoldTextureData(boolean) -
Method in class org.newdawn.slick.opengl.InternalTextureLoader
- Indicate where texture data should be held for reinitialising at a future
point.
- setIcon(String) -
Method in class org.newdawn.slick.AppGameContainer
-
- setIcon(String) -
Method in class org.newdawn.slick.AppletGameContainer.Container
-
- setIcon(String) -
Method in class org.newdawn.slick.GameContainer
- Set the icon to be displayed if possible in this type of
container
- setIcons(String[]) -
Method in class org.newdawn.slick.AppGameContainer
-
- setIcons(String[]) -
Method in class org.newdawn.slick.AppletGameContainer.Container
-
- setIcons(String[]) -
Method in class org.newdawn.slick.GameContainer
- Set the icons to be used for this application.
- setImage(Image) -
Method in class org.newdawn.slick.font.Glyph
- Set the image that has been generated for this glyph
- setImage(Image) -
Method in class org.newdawn.slick.particles.Particle
- Set the image used to render this particle
- setImageColor(float, float, float, float) -
Method in class org.newdawn.slick.Image
- Set the filter to apply when drawing this image
- setImageColor(float, float, float) -
Method in class org.newdawn.slick.Image
- Set the filter to apply when drawing this image
- setImageName(String) -
Method in class org.newdawn.slick.particles.ConfigurableEmitter
- Set the name of the image to use on a per particle basis.
- setInput(Input) -
Method in class org.newdawn.slick.BasicGame
-
- setInput(Input) -
Method in interface org.newdawn.slick.ControlledInputReciever
- Set the input that events are being sent from
- setInput(Input) -
Method in class org.newdawn.slick.state.BasicGameState
-
- setInput(Input) -
Method in class org.newdawn.slick.state.StateBasedGame
-
- setInput(Input) -
Method in class org.newdawn.slick.util.InputAdapter
-
- setItalic(boolean) -
Method in class org.newdawn.slick.font.HieroSettings
-
- setJoin(int) -
Method in class org.newdawn.slick.font.effects.OutlineEffect
- Sets how the corners of the outline are drawn.
- setLife(float) -
Method in class org.newdawn.slick.particles.Particle
- Set the life of the particle
- setLimit(int) -
Method in class org.newdawn.slick.tiled.TileSet
- Set the limit of the tiles in this set
- setLineCaps(boolean) -
Method in class org.newdawn.slick.opengl.renderer.DefaultLineStripRenderer
-
- setLineCaps(boolean) -
Method in class org.newdawn.slick.opengl.renderer.DefaultLineStripRenderer
-
- setLineCaps(boolean) -
Method in interface org.newdawn.slick.opengl.renderer.LineStripRenderer
- Indicate if we should render end caps
- setLineCaps(boolean) -
Method in interface org.newdawn.slick.opengl.renderer.LineStripRenderer
- Indicate if we should render end caps
- setLineCaps(boolean) -
Method in class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
- Indicate if we should render end caps
- setLineCaps(boolean) -
Method in class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
- Indicate if we should render end caps
- setLineStripRenderer(int) -
Static method in class org.newdawn.slick.opengl.renderer.Renderer
- Set the line strip renderer to one of the known types
- setLineStripRenderer(LineStripRenderer) -
Static method in class org.newdawn.slick.opengl.renderer.Renderer
- Set the line strip renderer to be used globally
- setLineStripRenderer(int) -
Static method in class org.newdawn.slick.opengl.renderer.Renderer
- Set the line strip renderer to one of the known types
- setLineStripRenderer(LineStripRenderer) -
Static method in class org.newdawn.slick.opengl.renderer.Renderer
- Set the line strip renderer to be used globally
- setLineWidth(float) -
Method in class org.newdawn.slick.Graphics
- Set the with of the line to be used when drawing line based primitives
- setListener(GeomUtilListener) -
Method in class org.newdawn.slick.geom.GeomUtil
- Set the listener to be notified of geometry based operations
- setLocal(boolean) -
Method in class org.newdawn.slick.fills.GradientFill
- Indicate if the gradient is defined in shape local coordinates
- setLocation(float, float) -
Method in class org.newdawn.slick.geom.Shape
- Set the top-left location of this shape
- setLocation(Vector2f) -
Method in class org.newdawn.slick.geom.Shape
- Set the top-left location of this shape
- setLocation(int, int) -
Method in class org.newdawn.slick.gui.AbstractComponent
- Moves the component.
- setLocation(int, int) -
Method in class org.newdawn.slick.gui.BasicComponent
- Deprecated.
- setLocation(float, float) -
Method in class org.newdawn.slick.gui.MouseOverArea
- Moves the component.
- setLocation(int, int) -
Method in class org.newdawn.slick.gui.MouseOverArea
- Set the location of this area
- setLocation(int, int) -
Method in class org.newdawn.slick.gui.TextField
- Moves the component.
- setLogSystem(LogSystem) -
Static method in class org.newdawn.slick.util.Log
- Set the log system that will have all of the log info
sent to it.
- setLogSystem(LogSystem) -
Static method in class org.newdawn.slick.util.Log
- Set the log system that will have all of the log info
sent to it.
- setLooping(boolean) -
Method in class org.newdawn.slick.Animation
- Indicate if this animation should loop or stop at the last frame
- setMax(int) -
Method in class org.newdawn.slick.particles.ConfigurableEmitter.LinearInterpolator
- Set the maximum value possible in this data set
- setMax(float) -
Method in class org.newdawn.slick.particles.ConfigurableEmitter.Range
- Set the maxmium value for this range
- setMaximumLogicUpdateInterval(int) -
Method in class org.newdawn.slick.GameContainer
- Set the maximum amount of time in milliseconds that can passed
into the update method.
- setMaxLength(int) -
Method in class org.newdawn.slick.gui.TextField
- Set the length of the allowed input
- setMaxSources(int) -
Method in class org.newdawn.slick.openal.SoundStore
- Set the maximum number of concurrent sound effects that will be
attempted
- setMaxSources(int) -
Method in class org.newdawn.slick.openal.SoundStore
- Set the maximum number of concurrent sound effects that will be
attempted
- setMin(int) -
Method in class org.newdawn.slick.particles.ConfigurableEmitter.LinearInterpolator
- Set the minimum value possible in this data set
- setMin(float) -
Method in class org.newdawn.slick.particles.ConfigurableEmitter.Range
- Set the minimum value for this range
- setMinimumLogicUpdateInterval(int) -
Method in class org.newdawn.slick.GameContainer
- Set the minimum amount of time in milliseonds that has to
pass before update() is called on the container game.
- setMorphTime(float) -
Method in class org.newdawn.slick.geom.MorphShape
- Set the "time" index for this morph.
- setMorphTime(float) -
Method in class org.newdawn.slick.svg.SVGMorph
- Set the "time" index for this morph.
- setMouseClickTolerance(int) -
Method in class org.newdawn.slick.Input
- Set the pixel distance the mouse can move to accept a mouse click.
- setMouseCursor(String, int, int) -
Method in class org.newdawn.slick.AppGameContainer
-
- setMouseCursor(ImageData, int, int) -
Method in class org.newdawn.slick.AppGameContainer
-
- setMouseCursor(Cursor, int, int) -
Method in class org.newdawn.slick.AppGameContainer
-
- setMouseCursor(Image, int, int) -
Method in class org.newdawn.slick.AppGameContainer
-
- setMouseCursor(String, int, int) -
Method in class org.newdawn.slick.AppletGameContainer.Container
-
- setMouseCursor(Image, int, int) -
Method in class org.newdawn.slick.AppletGameContainer.Container
- Set the mouse cursor based on the contents of the image.
- setMouseCursor(ImageData, int, int) -
Method in class org.newdawn.slick.AppletGameContainer.Container
-
- setMouseCursor(Cursor, int, int) -
Method in class org.newdawn.slick.AppletGameContainer.Container
-
- setMouseCursor(String, int, int) -
Method in class org.newdawn.slick.GameContainer
- Set the mouse cursor to be displayed - this is a hardware cursor and hence
shouldn't have any impact on FPS.
- setMouseCursor(ImageData, int, int) -
Method in class org.newdawn.slick.GameContainer
- Set the mouse cursor to be displayed - this is a hardware cursor and hence
shouldn't have any impact on FPS.
- setMouseCursor(Image, int, int) -
Method in class org.newdawn.slick.GameContainer
- Set the mouse cursor based on the contents of the image.
- setMouseCursor(Cursor, int, int) -
Method in class org.newdawn.slick.GameContainer
- Set the mouse cursor to be displayed - this is a hardware cursor and hence
shouldn't have any impact on FPS.
- setMouseCursor(String, int, int) -
Method in interface org.newdawn.slick.gui.GUIContext
- Set the mouse cursor to be displayed - this is a hardware cursor and hence
shouldn't have any impact on FPS.
- setMouseCursor(ImageData, int, int) -
Method in interface org.newdawn.slick.gui.GUIContext
- Set the mouse cursor to be displayed - this is a hardware cursor and hence
shouldn't have any impact on FPS.
- setMouseCursor(Cursor, int, int) -
Method in interface org.newdawn.slick.gui.GUIContext
- Set the mouse cursor to be displayed - this is a hardware cursor and hence
shouldn't have any impact on FPS.
- setMouseDownColor(Color) -
Method in class org.newdawn.slick.gui.MouseOverArea
- Set the color to be used when the mouse is down the area
- setMouseDownImage(Image) -
Method in class org.newdawn.slick.gui.MouseOverArea
- Set the image to be used when the mouse is down the area
- setMouseDownSound(Sound) -
Method in class org.newdawn.slick.gui.MouseOverArea
- Set the mouse down sound effect
- setMouseGrabbed(boolean) -
Method in class org.newdawn.slick.AppGameContainer
-
- setMouseGrabbed(boolean) -
Method in class org.newdawn.slick.AppletGameContainer.Container
-
- setMouseGrabbed(boolean) -
Method in class org.newdawn.slick.GameContainer
- Indicate whether mouse cursor should be grabbed or not
- setMouseOverColor(Color) -
Method in class org.newdawn.slick.gui.MouseOverArea
- Set the color to be used when the mouse is over the area
- setMouseOverImage(Image) -
Method in class org.newdawn.slick.gui.MouseOverArea
- Set the image to be used when the mouse is over the area
- setMouseOverSound(Sound) -
Method in class org.newdawn.slick.gui.MouseOverArea
- Set the mouse over sound effect
- setMultiSample(int) -
Method in class org.newdawn.slick.GameContainer
- Indicate whether we want to try to use fullscreen multisampling.
- setMusicOn(boolean) -
Method in class org.newdawn.slick.GameContainer
- Indicate whether music should be enabled
- setMusicOn(boolean) -
Method in class org.newdawn.slick.openal.SoundStore
- Inidicate whether music should be playing
- setMusicOn(boolean) -
Method in class org.newdawn.slick.openal.SoundStore
- Inidicate whether music should be playing
- setMusicPitch(float) -
Method in class org.newdawn.slick.openal.SoundStore
- Set the pitch at which the current music is being played
- setMusicPitch(float) -
Method in class org.newdawn.slick.openal.SoundStore
- Set the pitch at which the current music is being played
- setMusicVolume(float) -
Method in class org.newdawn.slick.GameContainer
- Set the default volume for music
- setMusicVolume(float) -
Method in class org.newdawn.slick.openal.SoundStore
- Set the music volume
- setMusicVolume(float) -
Method in class org.newdawn.slick.openal.SoundStore
- Set the music volume
- setName(String) -
Method in class org.newdawn.slick.Image
- Give this image a meaningful tagging name.
- setNormalColor(Color) -
Method in class org.newdawn.slick.gui.MouseOverArea
- Set the normal color used on the image in the default state
- setNormalImage(Image) -
Method in class org.newdawn.slick.gui.MouseOverArea
- Set the normal image used on the image in the default state
- setNumber(String, double) -
Method in class org.newdawn.slick.SavedState
- Save the given value at the given location
will overwrite any previous value at this location
- setOffset(int) -
Method in class org.newdawn.slick.font.effects.GradientEffect
- Sets the pixel offset to move the gradient up or down.
- setOffset(float, float) -
Method in class org.newdawn.slick.Input
- Set the offset to apply to the screen coodinates
- setOpacity(float) -
Method in class org.newdawn.slick.font.effects.ShadowEffect
- Set the opacity of the shadow, i.e.
- setOriented(boolean) -
Method in class org.newdawn.slick.particles.Particle
- Indicate if this particle should be oriented based on it's velocity
- setPaddingAdvanceX(int) -
Method in class org.newdawn.slick.font.HieroSettings
-
- setPaddingAdvanceX(int) -
Method in class org.newdawn.slick.UnicodeFont
- Sets the additional amount to offset glyphs on the x axis.
- setPaddingAdvanceY(int) -
Method in class org.newdawn.slick.font.HieroSettings
-
- setPaddingAdvanceY(int) -
Method in class org.newdawn.slick.UnicodeFont
- Sets the additional amount to offset a line of text on the y axis.
- setPaddingBottom(int) -
Method in class org.newdawn.slick.font.HieroSettings
-
- setPaddingBottom(int) -
Method in class org.newdawn.slick.UnicodeFont
- Sets the padding below a glyph on the GlyphPage to allow for effects to be drawn.
- setPaddingLeft(int) -
Method in class org.newdawn.slick.font.HieroSettings
-
- setPaddingLeft(int) -
Method in class org.newdawn.slick.UnicodeFont
- Sets the padding to the left of a glyph on the GlyphPage to allow for effects to be drawn.
- setPaddingRight(int) -
Method in class org.newdawn.slick.font.HieroSettings
-
- setPaddingRight(int) -
Method in class org.newdawn.slick.UnicodeFont
- Sets the padding to the right of a glyph on the GlyphPage to allow for effects to be drawn.
- setPaddingTop(int) -
Method in class org.newdawn.slick.font.HieroSettings
-
- setPaddingTop(int) -
Method in class org.newdawn.slick.UnicodeFont
- Sets the padding above a glyph on the GlyphPage to allow for effects to be drawn.
- setPaused(boolean) -
Method in class org.newdawn.slick.GameContainer
- Indicates if the game should be paused, i.e.
- setPingPong(boolean) -
Method in class org.newdawn.slick.Animation
- Indicate if this animation should ping pong back and forth
- setPosition(float) -
Method in class org.newdawn.slick.Music
- Seeks to a position in the music.
- setPosition(float) -
Method in interface org.newdawn.slick.openal.Audio
- Seeks to a position in the music.
- setPosition(float) -
Method in interface org.newdawn.slick.openal.Audio
- Seeks to a position in the music.
- setPosition(float) -
Method in class org.newdawn.slick.openal.AudioImpl
-
- setPosition(float) -
Method in class org.newdawn.slick.openal.AudioImpl
-
- setPosition(float) -
Method in class org.newdawn.slick.openal.MODSound
-
- setPosition(float) -
Method in class org.newdawn.slick.openal.MODSound
-
- setPosition(float) -
Method in class org.newdawn.slick.openal.NullAudio
-
- setPosition(float) -
Method in class org.newdawn.slick.openal.NullAudio
-
- setPosition(float) -
Method in class org.newdawn.slick.openal.OpenALStreamPlayer
- Seeks to a position in the music.
- setPosition(float) -
Method in class org.newdawn.slick.openal.OpenALStreamPlayer
- Seeks to a position in the music.
- setPosition(float) -
Method in class org.newdawn.slick.openal.StreamSound
-
- setPosition(float) -
Method in class org.newdawn.slick.openal.StreamSound
-
- setPosition(float, float) -
Method in class org.newdawn.slick.particles.ConfigurableEmitter
- Set the position of this particle source
- setPosition(float, float, boolean) -
Method in class org.newdawn.slick.particles.ConfigurableEmitter
- Set the position of this particle source
- setPosition(float, float) -
Method in class org.newdawn.slick.particles.Particle
- Set the position of this particle
- setPosition(float, float) -
Method in class org.newdawn.slick.particles.ParticleSystem
- Set the position at which this system should render relative to the current
graphics context setup
- setR(float) -
Method in class org.newdawn.slick.svg.Gradient
- Set the radius given in the SVG
- setRadii(float, float) -
Method in class org.newdawn.slick.geom.Ellipse
- Change the shape of this Ellipse
- setRadius(float) -
Method in class org.newdawn.slick.geom.Circle
- Set the radius of this circle
- setRadius1(float) -
Method in class org.newdawn.slick.geom.Ellipse
- Set the horizontal radius of the ellipse
- setRadius2(float) -
Method in class org.newdawn.slick.geom.Ellipse
- Set the vertical radius of the ellipse
- setRelativePath(String) -
Static method in class org.newdawn.slick.particles.ConfigurableEmitter
- Set the path from which images should be loaded
- setRelativePath(String) -
Static method in class org.newdawn.slick.particles.ParticleSystem
- Set the path from which images should be loaded
- setRemoveCompletedEmitters(boolean) -
Method in class org.newdawn.slick.particles.ParticleSystem
- Indicate if completed emitters should be removed
- setRenderer(int) -
Static method in class org.newdawn.slick.opengl.renderer.Renderer
- Set the renderer to one of the known types
- setRenderer(SGL) -
Static method in class org.newdawn.slick.opengl.renderer.Renderer
- Set the renderer to be used
- setRenderer(int) -
Static method in class org.newdawn.slick.opengl.renderer.Renderer
- Set the renderer to one of the known types
- setRenderer(SGL) -
Static method in class org.newdawn.slick.opengl.renderer.Renderer
- Set the renderer to be used
- setRGBA(int, int, int, int, int, int) -
Method in class org.newdawn.slick.ImageBuffer
- Set a pixel in the image buffer
- setRotation(float) -
Method in class org.newdawn.slick.Image
- Set the angle to rotate this image to.
- setScale(float) -
Method in class org.newdawn.slick.font.effects.GradientEffect
- Changes the height of the gradient by a percentage.
- setScale(float, float) -
Method in class org.newdawn.slick.Input
- Set the scaling to apply to screen coordinates
- setScaleY(float) -
Method in class org.newdawn.slick.particles.Particle
- Set the current scalar applied on the y axis
- setShape(Shape) -
Method in class org.newdawn.slick.font.Glyph
- Set the shape that should be drawn for this glyph
- setShowFPS(boolean) -
Method in class org.newdawn.slick.GameContainer
- Indicate whether the container should show the FPS
- setSize(float, float) -
Method in class org.newdawn.slick.geom.Rectangle
- Set the size (widtha and height) of this rectangle
- setSize(float) -
Method in class org.newdawn.slick.particles.Particle
- Set the size of the particle
- setSmoothDeltas(boolean) -
Method in class org.newdawn.slick.GameContainer
- Indicate if we want to smooth deltas.
- setSoundOn(boolean) -
Method in class org.newdawn.slick.GameContainer
- Indicate whether sound effects should be enabled
- setSoundsOn(boolean) -
Method in class org.newdawn.slick.openal.SoundStore
- Indicate whether sound effects should be played
- setSoundsOn(boolean) -
Method in class org.newdawn.slick.openal.SoundStore
- Indicate whether sound effects should be played
- setSoundVolume(float) -
Method in class org.newdawn.slick.GameContainer
- Set the default volume for sound fx
- setSoundVolume(float) -
Method in class org.newdawn.slick.openal.SoundStore
- Set the sound volume
- setSoundVolume(float) -
Method in class org.newdawn.slick.openal.SoundStore
- Set the sound volume
- setSpeed(float) -
Method in class org.newdawn.slick.Animation
- Adjust the overall speed of the animation.
- setSpeed(float) -
Method in class org.newdawn.slick.particles.Particle
- Set the current speed of this particle
- setStart(float, float) -
Method in class org.newdawn.slick.fills.GradientFill
- Set the start point's position
- setStart(Vector2f) -
Method in class org.newdawn.slick.fills.GradientFill
- Set the start control point's position
- setStartColor(Color) -
Method in class org.newdawn.slick.fills.GradientFill
- Set the colour to apply at the start control's position
- setString(String) -
Method in interface org.newdawn.slick.font.effects.ConfigurableEffect.Value
- Sets the string representation of the value.
- setString(String, String) -
Method in class org.newdawn.slick.SavedState
- Save the given value at the given location
will overwrite any previous value at this location
- setStroke(Stroke) -
Method in class org.newdawn.slick.font.effects.OutlineEffect
- Sets the stroke to use for the outline.
- setTargetFrameRate(int) -
Method in class org.newdawn.slick.GameContainer
- Set the target fps we're hoping to get
- setText(String) -
Method in class org.newdawn.slick.gui.TextField
- Set the value to be displayed in the text field
- setTextColor(Color) -
Method in class org.newdawn.slick.gui.TextField
- Set the text color.
- setTexture(Texture) -
Method in class org.newdawn.slick.BigImage
- Not supported in BigImage
- setTexture(Texture) -
Method in class org.newdawn.slick.Image
- Set the texture used by this image
- setTexture(Texture) -
Method in class org.newdawn.slick.SpriteSheet
-
- setTextureData(int, int, int, int, ByteBuffer) -
Method in class org.newdawn.slick.opengl.TextureImpl
- Set the texture data that this texture can be reloaded from
- setTextureData(int, int, int, int, ByteBuffer) -
Method in class org.newdawn.slick.opengl.TextureImpl
- Set the texture data that this texture can be reloaded from
- setTextureFilter(int) -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- setTextureFilter(int) -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- setTextureFilter(int) -
Method in interface org.newdawn.slick.opengl.Texture
- Apply a given texture filter to the texture
- setTextureFilter(int) -
Method in interface org.newdawn.slick.opengl.Texture
- Apply a given texture filter to the texture
- setTextureFilter(int) -
Method in class org.newdawn.slick.opengl.TextureImpl
-
- setTextureFilter(int) -
Method in class org.newdawn.slick.opengl.TextureImpl
-
- setTextureHeight(int) -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- setTextureHeight(int) -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- setTextureHeight(int) -
Method in class org.newdawn.slick.opengl.TextureImpl
- Set the height of this texture
- setTextureHeight(int) -
Method in class org.newdawn.slick.opengl.TextureImpl
- Set the height of this texture
- setTextureID(int) -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- setTextureID(int) -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- setTextureID(int) -
Method in class org.newdawn.slick.opengl.TextureImpl
- Set the OpenGL texture ID for this texture
- setTextureID(int) -
Method in class org.newdawn.slick.opengl.TextureImpl
- Set the OpenGL texture ID for this texture
- setTextureWidth(int) -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- setTextureWidth(int) -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- setTextureWidth(int) -
Method in class org.newdawn.slick.opengl.TextureImpl
- Set the width of this texture
- setTextureWidth(int) -
Method in class org.newdawn.slick.opengl.TextureImpl
- Set the width of this texture
- setTheta(double) -
Method in class org.newdawn.slick.geom.Vector2f
- Calculate the components of the vectors based on a angle
- setTileID(int, int, int) -
Method in class org.newdawn.slick.tiled.Layer
- Set the global tile ID at a specified location
- setTileId(int, int, int, int) -
Method in class org.newdawn.slick.tiled.TiledMap
- Set the global ID of a tile at specified location in the map
- setTileSetImage(Image) -
Method in class org.newdawn.slick.tiled.TileSet
- Set the image to use for this sprite sheet image to use for this tileset
- setTitle(String) -
Method in class org.newdawn.slick.AppGameContainer
- Set the title of the window
- setTopColor(Color) -
Method in class org.newdawn.slick.font.effects.GradientEffect
- Set the colour at the top of the graident
- setTransform(Transform) -
Method in class org.newdawn.slick.svg.Gradient
- Set the transform given for this definition
- setType(int) -
Method in class org.newdawn.slick.particles.Particle
- Set the type of this particle
- setup() -
Method in class org.newdawn.slick.AppGameContainer
- Setup the environment
- setup(float) -
Method in class org.newdawn.slick.openal.OpenALStreamPlayer
- Setup the playback properties
- setup(float) -
Method in class org.newdawn.slick.openal.OpenALStreamPlayer
- Setup the playback properties
- setUpdateOnlyWhenVisible(boolean) -
Method in class org.newdawn.slick.AppGameContainer
-
- setUpdateOnlyWhenVisible(boolean) -
Method in class org.newdawn.slick.GameContainer
- Indicate if the display should update only when the game is visible
(the default is true)
- setUseFBO(boolean) -
Static method in class org.newdawn.slick.opengl.pbuffer.GraphicsFactory
- Force FBO use on or off
- setUsePoint(int) -
Method in class org.newdawn.slick.particles.Particle
- Indicate how this particle should be renered
- setUsePoints(boolean) -
Method in class org.newdawn.slick.particles.ParticleSystem
- Indicate if this engine should use points to render the particles
- setValue(float) -
Method in class org.newdawn.slick.particles.ConfigurableEmitter.RandomValue
- Set the configured value
- setValue(float) -
Method in class org.newdawn.slick.particles.ConfigurableEmitter.SimpleValue
- Set the configured value
- setValues(List) -
Method in class org.newdawn.slick.font.effects.ColorEffect
-
- setValues(List) -
Method in interface org.newdawn.slick.font.effects.ConfigurableEffect
- Sets the list of
ConfigurableEffect.Value
s for this effect.
- setValues(List) -
Method in class org.newdawn.slick.font.effects.GradientEffect
-
- setValues(List) -
Method in class org.newdawn.slick.font.effects.OutlineEffect
-
- setValues(List) -
Method in class org.newdawn.slick.font.effects.OutlineWobbleEffect
-
- setValues(List) -
Method in class org.newdawn.slick.font.effects.OutlineZigzagEffect
-
- setValues(List) -
Method in class org.newdawn.slick.font.effects.ShadowEffect
-
- setVelocity(float, float, float) -
Method in class org.newdawn.slick.particles.Particle
- Set the velocity of the particle
- setVelocity(float, float) -
Method in class org.newdawn.slick.particles.Particle
- Set the velocity of the particle
- setVerbose(boolean) -
Method in class org.newdawn.slick.GameContainer
- Inidcate we want verbose logging
- setVerbose(boolean) -
Static method in class org.newdawn.slick.util.Log
- Indicate that we want verbose logging.
- setVerbose(boolean) -
Static method in class org.newdawn.slick.util.Log
- Indicate that we want verbose logging.
- setVisible(boolean) -
Method in class org.newdawn.slick.particles.ParticleSystem
- Indicate whether the particle system should be visible, i.e.
- setVolume(float) -
Method in class org.newdawn.slick.Music
- Set the volume of the music as a factor of the global volume setting
- setVSync(boolean) -
Method in class org.newdawn.slick.GameContainer
- Indicate whether the display should be synced to the
vertical refresh (stops tearing)
- setWavelength(float) -
Method in class org.newdawn.slick.font.effects.OutlineZigzagEffect
- Sets the wavelength of the wobble effect.
- setWidth(int) -
Method in class org.newdawn.slick.font.effects.OutlineEffect
- Sets the width of the outline.
- setWidth(float) -
Method in class org.newdawn.slick.geom.Rectangle
- Set the width of this box
- setWidth(float) -
Method in class org.newdawn.slick.geom.RoundedRectangle
- Set the width of this rectangle.
- setWidth(int) -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- setWidth(int) -
Method in class org.newdawn.slick.opengl.DeferredTexture
-
- setWidth(float) -
Method in class org.newdawn.slick.opengl.renderer.DefaultLineStripRenderer
-
- setWidth(float) -
Method in class org.newdawn.slick.opengl.renderer.DefaultLineStripRenderer
-
- setWidth(float) -
Method in interface org.newdawn.slick.opengl.renderer.LineStripRenderer
- Set the width of the lines to be drawn
- setWidth(float) -
Method in interface org.newdawn.slick.opengl.renderer.LineStripRenderer
- Set the width of the lines to be drawn
- setWidth(float) -
Method in class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
-
- setWidth(float) -
Method in class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
-
- setWidth(int) -
Method in class org.newdawn.slick.opengl.TextureImpl
- Set the width of the image
- setWidth(int) -
Method in class org.newdawn.slick.opengl.TextureImpl
- Set the width of the image
- setWidth(float) -
Method in class org.newdawn.slick.util.LocatedImage
- Set the width the image should be drawn at
- setWorldClip(float, float, float, float) -
Method in class org.newdawn.slick.Graphics
- Set clipping that controls which areas of the world will be drawn to.
- setWorldClip(Rectangle) -
Method in class org.newdawn.slick.Graphics
- Set the world clip to be applied
- setX(float) -
Method in class org.newdawn.slick.geom.Polygon
-
- setX(float) -
Method in class org.newdawn.slick.geom.Shape
- Set the x position of the left side this shape.
- setX(float) -
Method in class org.newdawn.slick.gui.MouseOverArea
- Set the x coordinate of this area
- setX(int) -
Method in class org.newdawn.slick.util.LocatedImage
- Set the x position at which the image should be drawn
- setX1(float) -
Method in class org.newdawn.slick.svg.Gradient
- Set the first x value given for the gradient (cx in the case of radial)
- setX2(float) -
Method in class org.newdawn.slick.svg.Gradient
- Set the second x value given for the gradient (fx in the case of radial)
- setXDistance(float) -
Method in class org.newdawn.slick.font.effects.ShadowEffect
- Sets the pixels to offset the shadow on the x axis.
- setY(float) -
Method in class org.newdawn.slick.geom.Polygon
-
- setY(float) -
Method in class org.newdawn.slick.geom.Shape
- Set the y position of the top of this shape.
- setY(float) -
Method in class org.newdawn.slick.gui.MouseOverArea
- Set the y coordinate of this area
- setY(int) -
Method in class org.newdawn.slick.util.LocatedImage
- Set the y position at which the image should be drawn
- setY1(float) -
Method in class org.newdawn.slick.svg.Gradient
- Set the first y value given for the gradient (cy in the case of radial)
- setY2(float) -
Method in class org.newdawn.slick.svg.Gradient
- Set the second y value given for the gradient (fy in the case of radial)
- setYDistance(float) -
Method in class org.newdawn.slick.font.effects.ShadowEffect
- Sets the pixels to offset the shadow on the y axis.
- SGL - Interface in org.newdawn.slick.opengl.renderer
- The description of the OpenGL functions used Slick.
- SGL - Interface in org.newdawn.slick.opengl.renderer
- The description of the OpenGL functions used Slick.
- ShadowEffect - Class in org.newdawn.slick.font.effects
- An effect to generate soft shadows beneath text
- ShadowEffect() -
Constructor for class org.newdawn.slick.font.effects.ShadowEffect
- Default constructor for injection
- ShadowEffect(Color, int, int, float) -
Constructor for class org.newdawn.slick.font.effects.ShadowEffect
- Create a new effect to apply a drop shadow to text
- Shape - Class in org.newdawn.slick.geom
- The description of any 2D shape that can be transformed.
- Shape() -
Constructor for class org.newdawn.slick.geom.Shape
- Shape constructor.
- ShapeFill - Interface in org.newdawn.slick
- A filling method for a shape.
- ShapeRenderer - Class in org.newdawn.slick.geom
-
- ShapeRenderer() -
Constructor for class org.newdawn.slick.geom.ShapeRenderer
-
- ShapeTest - Class in org.newdawn.slick.tests
- A geomertry test
- ShapeTest() -
Constructor for class org.newdawn.slick.tests.ShapeTest
- Create a new test of graphics context rendering
- SHARED_DRAWABLE -
Static variable in class org.newdawn.slick.GameContainer
- The shared drawable if any
- showDialog() -
Method in interface org.newdawn.slick.font.effects.ConfigurableEffect.Value
- Shows a dialog allowing a user to configure this value.
- SimpleDiagramRenderer - Class in org.newdawn.slick.svg
- A very primtive implementation for rendering a diagram.
- SimpleDiagramRenderer(Diagram) -
Constructor for class org.newdawn.slick.svg.SimpleDiagramRenderer
- Create a new simple renderer
- sin(double) -
Static method in class org.newdawn.slick.util.FastTrig
- Get the sine of an angle
- size -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- Whiskas - Interpolated value for size
- size -
Variable in class org.newdawn.slick.particles.Particle
- The current size in pixels of the particle
- size() -
Method in class org.newdawn.slick.util.xml.XMLElementList
- Get the number of elements in the list
- sleep(int) -
Method in class org.newdawn.slick.GameContainer
- Sleep for a given period
- SlickCallable - Class in org.newdawn.slick.opengl
- A utility to allow performing GL operations without contaminating the
Slick OpenGL state.
- SlickCallable - Class in org.newdawn.slick.opengl
- A utility to allow performing GL operations without contaminating the
Slick OpenGL state.
- SlickCallable() -
Constructor for class org.newdawn.slick.opengl.SlickCallable
-
- SlickCallable() -
Constructor for class org.newdawn.slick.opengl.SlickCallable
-
- SlickCallableTest - Class in org.newdawn.slick.tests
- A test for slick callables giving the chance to perform normal GL in mid Slick render
- SlickCallableTest() -
Constructor for class org.newdawn.slick.tests.SlickCallableTest
- Create a new image rendering test
- SlickException - Exception in org.newdawn.slick
- A generic exception thrown by everything in the library
- SlickException - Exception in org.newdawn.slick
- A generic exception thrown by everything in the library
- SlickException(String) -
Constructor for exception org.newdawn.slick.SlickException
- Create a new exception with a detail message
- SlickException(String, Throwable) -
Constructor for exception org.newdawn.slick.SlickException
- Create a new exception with a detail message
- SlickException(String) -
Constructor for exception org.newdawn.slick.SlickException
- Create a new exception with a detail message
- SlickException(String, Throwable) -
Constructor for exception org.newdawn.slick.SlickException
- Create a new exception with a detail message
- SlickXMLException - Exception in org.newdawn.slick.util.xml
- An exception to describe failures in XML.
- SlickXMLException(String) -
Constructor for exception org.newdawn.slick.util.xml.SlickXMLException
- Create a new exception
- SlickXMLException(String, Throwable) -
Constructor for exception org.newdawn.slick.util.xml.SlickXMLException
- Create a new exception
- smoothDeltas -
Variable in class org.newdawn.slick.GameContainer
- Smoothed deltas requested
- SODIPODI -
Static variable in class org.newdawn.slick.svg.inkscape.Util
- The namespace for sodipodi
- Sound - Class in org.newdawn.slick
- A single sound effect loaded from either OGG or XM/MOD file.
- Sound(InputStream, String) -
Constructor for class org.newdawn.slick.Sound
- Create a new Sound
- Sound(URL) -
Constructor for class org.newdawn.slick.Sound
- Create a new Sound
- Sound(String) -
Constructor for class org.newdawn.slick.Sound
- Create a new Sound
- SoundPositionTest - Class in org.newdawn.slick.tests
- A test for the sound system (positioning) of the library
- SoundPositionTest() -
Constructor for class org.newdawn.slick.tests.SoundPositionTest
- Create a new test for sounds
- soundsOn() -
Method in class org.newdawn.slick.openal.SoundStore
- Check if sound effects are currently enabled
- soundsOn() -
Method in class org.newdawn.slick.openal.SoundStore
- Check if sound effects are currently enabled
- SoundStore - Class in org.newdawn.slick.openal
- Responsible for holding and playing the sounds used in the game.
- SoundStore - Class in org.newdawn.slick.openal
- Responsible for holding and playing the sounds used in the game.
- SoundTest - Class in org.newdawn.slick.tests
- A test for the sound system of the library
- SoundTest() -
Constructor for class org.newdawn.slick.tests.SoundTest
- Create a new test for sounds
- SoundURLTest - Class in org.newdawn.slick.tests
- A test for the sound system of the library
- SoundURLTest() -
Constructor for class org.newdawn.slick.tests.SoundURLTest
- Create a new test for sounds
- soundWorks() -
Method in class org.newdawn.slick.openal.SoundStore
- Check if sound works at all
- soundWorks() -
Method in class org.newdawn.slick.openal.SoundStore
- Check if sound works at all
- Space - Class in org.newdawn.slick.util.pathfinding.navmesh
- A quad space within a navigation mesh
- Space(float, float, float, float) -
Constructor for class org.newdawn.slick.util.pathfinding.navmesh.Space
- Create a new space
- spawnCount -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- The spawn count property - how many particles are spawned each time
- spawnInterval -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- The spawn interval range property - how often spawn happens
- speed -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- The speed particles fly out
- spread -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- The spread of the particles
- SpriteSheet - Class in org.newdawn.slick
- A sheet of sprites that can be drawn individually
- SpriteSheet(URL, int, int) -
Constructor for class org.newdawn.slick.SpriteSheet
- Create a new sprite sheet based on a image location
- SpriteSheet(Image, int, int) -
Constructor for class org.newdawn.slick.SpriteSheet
- Create a new sprite sheet based on a image location
- SpriteSheet(Image, int, int, int, int) -
Constructor for class org.newdawn.slick.SpriteSheet
- Create a new sprite sheet based on a image location
- SpriteSheet(Image, int, int, int) -
Constructor for class org.newdawn.slick.SpriteSheet
- Create a new sprite sheet based on a image location
- SpriteSheet(String, int, int, int) -
Constructor for class org.newdawn.slick.SpriteSheet
- Create a new sprite sheet based on a image location
- SpriteSheet(String, int, int) -
Constructor for class org.newdawn.slick.SpriteSheet
- Create a new sprite sheet based on a image location
- SpriteSheet(String, int, int, Color) -
Constructor for class org.newdawn.slick.SpriteSheet
- Create a new sprite sheet based on a image location
- SpriteSheet(String, int, int, Color, int) -
Constructor for class org.newdawn.slick.SpriteSheet
- Create a new sprite sheet based on a image location
- SpriteSheet(String, InputStream, int, int) -
Constructor for class org.newdawn.slick.SpriteSheet
- Create a new sprite sheet based on a image location
- SpriteSheetFont - Class in org.newdawn.slick
- A font implementation that will use the graphics inside a SpriteSheet for its data.
- SpriteSheetFont(SpriteSheet, char) -
Constructor for class org.newdawn.slick.SpriteSheetFont
- Create a new font based on a SpriteSheet.
- SpriteSheetFontTest - Class in org.newdawn.slick.tests
- Tests the SpriteSheetFont.
- SpriteSheetFontTest() -
Constructor for class org.newdawn.slick.tests.SpriteSheetFontTest
- Create a new test for font rendering
- start() -
Method in class org.newdawn.slick.Animation
- Start the animation playing again
- start() -
Method in class org.newdawn.slick.AppGameContainer
- Start running the game
- start() -
Method in class org.newdawn.slick.AppletGameContainer.ContainerPanel
- Start the game container
- start() -
Method in class org.newdawn.slick.AppletGameContainer
-
- start() -
Method in class org.newdawn.slick.CanvasGameContainer
- Start the game container rendering
- start() -
Method in class org.newdawn.slick.opengl.renderer.DefaultLineStripRenderer
-
- start() -
Method in class org.newdawn.slick.opengl.renderer.DefaultLineStripRenderer
-
- start() -
Method in interface org.newdawn.slick.opengl.renderer.LineStripRenderer
- Start the line strips
- start() -
Method in interface org.newdawn.slick.opengl.renderer.LineStripRenderer
- Start the line strips
- start() -
Method in class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
-
- start() -
Method in class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
-
- start() -
Method in class org.newdawn.slick.tests.TestUtils
- Start the test
- start() -
Method in class org.newdawn.slick.tests.TestUtils
- Start the test
- startAlpha -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- The starting alpha value
- startHole() -
Method in class org.newdawn.slick.geom.BasicTriangulator
-
- startHole() -
Method in class org.newdawn.slick.geom.MannTriangulator
- Begin adding a hole to the polygon
- startHole() -
Method in class org.newdawn.slick.geom.NeatTriangulator
-
- startHole() -
Method in class org.newdawn.slick.geom.OverTriangulator
-
- startHole(float, float) -
Method in class org.newdawn.slick.geom.Path
- Start building a hole in the previously defined contour
- startHole() -
Method in interface org.newdawn.slick.geom.Triangulator
- Start a hole in the polygon
- startLWJGL() -
Method in class org.newdawn.slick.AppletGameContainer
- Start a thread to run LWJGL in
- startUse() -
Method in class org.newdawn.slick.BigImage
- Not supported in BigImage
- startUse() -
Method in class org.newdawn.slick.Image
- Start using this sheet.
- startUse() -
Method in class org.newdawn.slick.SpriteSheet
-
- StateBasedGame - Class in org.newdawn.slick.state
- A state based game isolated different stages of the game (menu, ingame, hiscores, etc) into
different states so they can be easily managed and maintained.
- StateBasedGame(String) -
Constructor for class org.newdawn.slick.state.StateBasedGame
- Create a new state based game
- StateBasedTest - Class in org.newdawn.slick.tests
- A test for the multi-state based functionality
- StateBasedTest() -
Constructor for class org.newdawn.slick.tests.StateBasedTest
- Create a new test
- Stats - Class in org.newdawn.slick.tests.xml
- A test example of some object data that can be configured via XML
- Stats() -
Constructor for class org.newdawn.slick.tests.xml.Stats
-
- stencil -
Static variable in class org.newdawn.slick.GameContainer
- True if we require stencil bits
- stop() -
Method in class org.newdawn.slick.Animation
- Stop the animation
- stop() -
Method in class org.newdawn.slick.AppletGameContainer
-
- stop() -
Method in class org.newdawn.slick.Music
- Stop the music playing
- stop() -
Method in interface org.newdawn.slick.openal.Audio
- Stop the sound effect
- stop() -
Method in interface org.newdawn.slick.openal.Audio
- Stop the sound effect
- stop() -
Method in class org.newdawn.slick.openal.AudioImpl
-
- stop() -
Method in class org.newdawn.slick.openal.AudioImpl
-
- stop() -
Method in class org.newdawn.slick.openal.DeferredSound
-
- stop() -
Method in class org.newdawn.slick.openal.DeferredSound
-
- stop() -
Method in class org.newdawn.slick.openal.MODSound
-
- stop() -
Method in class org.newdawn.slick.openal.MODSound
-
- stop() -
Method in class org.newdawn.slick.openal.NullAudio
-
- stop() -
Method in class org.newdawn.slick.openal.NullAudio
-
- stop() -
Method in class org.newdawn.slick.openal.StreamSound
-
- stop() -
Method in class org.newdawn.slick.openal.StreamSound
-
- stop() -
Method in class org.newdawn.slick.Sound
- Stop the sound being played
- stopApplet() -
Method in class org.newdawn.slick.AppletGameContainer.Container
- Stop the applet play back
- stopAt(int) -
Method in class org.newdawn.slick.Animation
- Indicate the animation should stop when it reaches the specified
frame index (note, not frame number but index in the animation
- stopSoundEffect(int) -
Method in class org.newdawn.slick.openal.SoundStore
- Stop a playing sound identified by the ID returned from playing.
- stopSoundEffect(int) -
Method in class org.newdawn.slick.openal.SoundStore
- Stop a playing sound identified by the ID returned from playing.
- storedDelta -
Variable in class org.newdawn.slick.GameContainer
- The stored delta
- stream(int) -
Method in class org.newdawn.slick.openal.OpenALStreamPlayer
- Stream some data from the audio stream to the buffer indicates by the ID
- stream(int) -
Method in class org.newdawn.slick.openal.OpenALStreamPlayer
- Stream some data from the audio stream to the buffer indicates by the ID
- StreamSound - Class in org.newdawn.slick.openal
- A sound implementation wrapped round a player which reads (and potentially) rereads
a stream.
- StreamSound - Class in org.newdawn.slick.openal
- A sound implementation wrapped round a player which reads (and potentially) rereads
a stream.
- StreamSound(OpenALStreamPlayer) -
Constructor for class org.newdawn.slick.openal.StreamSound
- Create a new sound wrapped round a stream
- StreamSound(OpenALStreamPlayer) -
Constructor for class org.newdawn.slick.openal.StreamSound
- Create a new sound wrapped round a stream
- STROKE -
Static variable in class org.newdawn.slick.svg.NonGeometricData
- The stroke type
- STROKE_DASHARRAY -
Static variable in class org.newdawn.slick.svg.NonGeometricData
- The dash definition of the line to draw
- STROKE_DASHOFFSET -
Static variable in class org.newdawn.slick.svg.NonGeometricData
- The offset into the dash definition of the line to draw
- STROKE_MITERLIMIT -
Static variable in class org.newdawn.slick.svg.NonGeometricData
- The mitre of the line to draw
- STROKE_OPACITY -
Static variable in class org.newdawn.slick.svg.NonGeometricData
- The alpha value for drawing
- STROKE_WIDTH -
Static variable in class org.newdawn.slick.svg.NonGeometricData
- The width of the line to draw
- sub(double) -
Method in class org.newdawn.slick.geom.Vector2f
- Adjust this vector by a given angle
- sub(Vector2f) -
Method in class org.newdawn.slick.geom.Vector2f
- Subtract a vector from this vector
- subtract(Shape, Shape) -
Method in class org.newdawn.slick.geom.GeomUtil
- Subtract one shape from another - note this is experimental and doesn't
currently handle islands
- subtract(Shape) -
Method in class org.newdawn.slick.geom.Shape
- Subtract the given shape from this one.
- supportsAlphaInBackBuffer() -
Method in class org.newdawn.slick.AppGameContainer
- Check if the display created supported alpha in the back buffer
- supportsAlphaInBackBuffer() -
Method in class org.newdawn.slick.AppletGameContainer.Container
- Check if the display created supported alpha in the back buffer
- supportsMultiSample -
Variable in class org.newdawn.slick.GameContainer
- True if this context supports multisample
- supportsMultiSample() -
Method in class org.newdawn.slick.GameContainer
- Check if this hardware can support multi-sampling
- SVGMorph - Class in org.newdawn.slick.svg
- A utility to allow morphing between a set of similar SVG diagrams
- SVGMorph(Diagram) -
Constructor for class org.newdawn.slick.svg.SVGMorph
- Create a new morph with a first diagram base
T
- targetDisplayMode -
Variable in class org.newdawn.slick.AppGameContainer
- The display mode we're going to try and use
- targetFPS -
Variable in class org.newdawn.slick.GameContainer
- The FPS we want to lock to
- TestBox - Class in org.newdawn.slick.tests
- A test box containing a bunch of tests that can be used for quickly sanity
checking tests.
- TestBox() -
Constructor for class org.newdawn.slick.tests.TestBox
- Create a new box containing all the tests
- TestState1 - Class in org.newdawn.slick.tests.states
- A simple test state to display a message describing the test
- TestState1() -
Constructor for class org.newdawn.slick.tests.states.TestState1
-
- TestState2 - Class in org.newdawn.slick.tests.states
- A simple test state to display an image and rotate it
- TestState2() -
Constructor for class org.newdawn.slick.tests.states.TestState2
-
- TestState3 - Class in org.newdawn.slick.tests.states
- A simple test state to display an image and rotate it
- TestState3() -
Constructor for class org.newdawn.slick.tests.states.TestState3
-
- TestUtils - Class in org.newdawn.slick.tests
- A simple utility test to use the internal slick API without
the slick framework.
- TestUtils - Class in org.newdawn.slick.tests
- A simple utility test to use the internal slick API without
the slick framework.
- TestUtils() -
Constructor for class org.newdawn.slick.tests.TestUtils
-
- TestUtils() -
Constructor for class org.newdawn.slick.tests.TestUtils
-
- TexCoordGenerator - Interface in org.newdawn.slick.geom
- A class capable of generating texture coordiantes based on
rendering positions of verticies.
- TextField - Class in org.newdawn.slick.gui
- A single text field supporting text entry
- TextField(GUIContext, Font, int, int, int, int, ComponentListener) -
Constructor for class org.newdawn.slick.gui.TextField
- Create a new text field
- TextField(GUIContext, Font, int, int, int, int) -
Constructor for class org.newdawn.slick.gui.TextField
- Create a new text field
- texture(Shape, Image) -
Static method in class org.newdawn.slick.geom.ShapeRenderer
- Draw the the given shape filled in with a texture.
- texture(Shape, Image, float, float) -
Static method in class org.newdawn.slick.geom.ShapeRenderer
- Draw the the given shape filled in with a texture.
- texture(Shape, Image, float, float, ShapeFill) -
Static method in class org.newdawn.slick.geom.ShapeRenderer
- Draw the the given shape filled in with a texture.
- texture(Shape, Image, TexCoordGenerator) -
Static method in class org.newdawn.slick.geom.ShapeRenderer
- Draw the the given shape filled in with a texture.
- texture(Shape, Image) -
Method in class org.newdawn.slick.Graphics
- Draw the the given shape filled in with a texture
- texture(Shape, Image, ShapeFill) -
Method in class org.newdawn.slick.Graphics
- Draw the the given shape filled in with a texture
- texture(Shape, Image, boolean) -
Method in class org.newdawn.slick.Graphics
- Draw the the given shape filled in with a texture
- texture(Shape, Image, float, float) -
Method in class org.newdawn.slick.Graphics
- Draw the the given shape filled in with a texture
- texture(Shape, Image, float, float, boolean) -
Method in class org.newdawn.slick.Graphics
- Draw the the given shape filled in with a texture
- texture(Shape, Image, float, float, ShapeFill) -
Method in class org.newdawn.slick.Graphics
- Draw the the given shape filled in with a texture
- texture -
Variable in class org.newdawn.slick.Image
- The OpenGL texture for this image
- Texture - Interface in org.newdawn.slick.opengl
- The description of a texture loaded by the TextureLoader utility
- Texture - Interface in org.newdawn.slick.opengl
- The description of a texture loaded by the TextureLoader utility
- textureFit(Shape, Image) -
Static method in class org.newdawn.slick.geom.ShapeRenderer
- Draw the the given shape filled in with a texture.
- textureFit(Shape, Image, float, float) -
Static method in class org.newdawn.slick.geom.ShapeRenderer
- Draw the the given shape filled in with a texture.
- textureHeight -
Variable in class org.newdawn.slick.Image
- The texture coordinate height to use to find our image
- TextureImpl - Class in org.newdawn.slick.opengl
- A texture to be bound within JOGL.
- TextureImpl - Class in org.newdawn.slick.opengl
- A texture to be bound within JOGL.
- TextureImpl() -
Constructor for class org.newdawn.slick.opengl.TextureImpl
- For subclasses to utilise
- TextureImpl(String, int, int) -
Constructor for class org.newdawn.slick.opengl.TextureImpl
- Create a new texture
- TextureImpl() -
Constructor for class org.newdawn.slick.opengl.TextureImpl
- For subclasses to utilise
- TextureImpl(String, int, int) -
Constructor for class org.newdawn.slick.opengl.TextureImpl
- Create a new texture
- TextureLoader - Class in org.newdawn.slick.opengl
- A utility class to wrap the Slick internal texture loader and present a
rational interface.
- TextureLoader - Class in org.newdawn.slick.opengl
- A utility class to wrap the Slick internal texture loader and present a
rational interface.
- TextureLoader() -
Constructor for class org.newdawn.slick.opengl.TextureLoader
-
- TextureLoader() -
Constructor for class org.newdawn.slick.opengl.TextureLoader
-
- textureOffsetX -
Variable in class org.newdawn.slick.Image
- The x texture offset to use to find our image
- textureOffsetY -
Variable in class org.newdawn.slick.Image
- The y texture offset to use to find our image
- TexturePaintTest - Class in org.newdawn.slick.tests
- Test to emulate texture paint
- TexturePaintTest() -
Constructor for class org.newdawn.slick.tests.TexturePaintTest
- Create the test
- textureWidth -
Variable in class org.newdawn.slick.Image
- The texture coordinate width to use to find our image
- TGA -
Static variable in class org.newdawn.slick.imageout.ImageOut
- The format string for TGA
- TGAImageData - Class in org.newdawn.slick.opengl
- A utility to load TGAs.
- TGAImageData - Class in org.newdawn.slick.opengl
- A utility to load TGAs.
- TGAImageData() -
Constructor for class org.newdawn.slick.opengl.TGAImageData
- Create a new TGA Loader
- TGAImageData() -
Constructor for class org.newdawn.slick.opengl.TGAImageData
- Create a new TGA Loader
- TGAWriter - Class in org.newdawn.slick.imageout
- A utility to save TGA's given a Slick image.
- TGAWriter() -
Constructor for class org.newdawn.slick.imageout.TGAWriter
-
- TileBasedMap - Interface in org.newdawn.slick.util.pathfinding
- The description for the data we're pathfinding over.
- TiledMap - Class in org.newdawn.slick.tiled
- This class is intended to parse TilED maps.
- TiledMap(String) -
Constructor for class org.newdawn.slick.tiled.TiledMap
- Create a new tile map based on a given TMX file
- TiledMap(String, boolean) -
Constructor for class org.newdawn.slick.tiled.TiledMap
- Create a new tile map based on a given TMX file
- TiledMap(String, String) -
Constructor for class org.newdawn.slick.tiled.TiledMap
- Create a new tile map based on a given TMX file
- TiledMap(InputStream) -
Constructor for class org.newdawn.slick.tiled.TiledMap
- Load a tile map from an arbitary input stream
- TiledMap(InputStream, String) -
Constructor for class org.newdawn.slick.tiled.TiledMap
- Load a tile map from an arbitary input stream
- TiledMap.GroupObject - Class in org.newdawn.slick.tiled
- An object from a object-group on the map
- TiledMap.GroupObject(Element) -
Constructor for class org.newdawn.slick.tiled.TiledMap.GroupObject
- Create a new group based on the XML definition
- TiledMap.ObjectGroup - Class in org.newdawn.slick.tiled
- A group of objects on the map (objects layer)
- TiledMap.ObjectGroup(Element) -
Constructor for class org.newdawn.slick.tiled.TiledMap.ObjectGroup
- Create a new group based on the XML definition
- tileHeight -
Variable in class org.newdawn.slick.tiled.TiledMap
- The height of the tiles used on the map
- tileHeight -
Variable in class org.newdawn.slick.tiled.TileSet
- The height of the tiles
- TileMapTest - Class in org.newdawn.slick.tests
- A test of the tile map system based around the TilED (http://www.mapeditor.org) tool
- TileMapTest() -
Constructor for class org.newdawn.slick.tests.TileMapTest
- Create our tile map test
- tileMargin -
Variable in class org.newdawn.slick.tiled.TileSet
- The margin of the tileset
- tiles -
Variable in class org.newdawn.slick.tiled.TileSet
- The image containing the tiles
- tilesAcross -
Variable in class org.newdawn.slick.tiled.TileSet
- The number of tiles across the sprite sheet
- tilesDown -
Variable in class org.newdawn.slick.tiled.TileSet
- The number of tiles down the sprite sheet
- TileSet - Class in org.newdawn.slick.tiled
- A holder for tileset information
- TileSet(TiledMap, Element, boolean) -
Constructor for class org.newdawn.slick.tiled.TileSet
- Create a tile set based on an XML definition
- tileSets -
Variable in class org.newdawn.slick.tiled.TiledMap
- The list of tilesets defined in the map
- tilesLocation -
Variable in class org.newdawn.slick.tiled.TiledMap
- The location prefix where we can find tileset images
- tileSpacing -
Variable in class org.newdawn.slick.tiled.TileSet
- The padding of the tiles
- tileWidth -
Variable in class org.newdawn.slick.tiled.TiledMap
- The width of the tiles used on the map
- tileWidth -
Variable in class org.newdawn.slick.tiled.TileSet
- The width of the tiles
- TOP_LEFT -
Static variable in class org.newdawn.slick.geom.RoundedRectangle
- Indicates the top left corner should be rounded
- TOP_LEFT -
Static variable in class org.newdawn.slick.Image
- The top left corner identifier
- TOP_RIGHT -
Static variable in class org.newdawn.slick.geom.RoundedRectangle
- Indicates the top right corner should be rounded
- TOP_RIGHT -
Static variable in class org.newdawn.slick.Image
- The top right corner identifier
- toString() -
Method in class org.newdawn.slick.Animation
-
- toString() -
Method in class org.newdawn.slick.BigImage
-
- toString() -
Method in class org.newdawn.slick.Color
-
- toString() -
Method in class org.newdawn.slick.Color
-
- toString() -
Method in class org.newdawn.slick.command.BasicCommand
-
- toString() -
Method in class org.newdawn.slick.font.effects.ColorEffect
-
- toString(Color) -
Static method in class org.newdawn.slick.font.effects.EffectUtil
- Convers a color to a string.
- toString() -
Method in class org.newdawn.slick.font.effects.GradientEffect
-
- toString() -
Method in class org.newdawn.slick.font.effects.OutlineEffect
-
- toString() -
Method in class org.newdawn.slick.font.effects.OutlineWobbleEffect
-
- toString() -
Method in class org.newdawn.slick.font.effects.OutlineZigzagEffect
-
- toString() -
Method in class org.newdawn.slick.font.effects.ShadowEffect
-
- toString() -
Method in class org.newdawn.slick.geom.Line
-
- toString() -
Method in class org.newdawn.slick.geom.Rectangle
-
- toString() -
Method in class org.newdawn.slick.geom.Transform
- Convert this Transform to a String.
- toString() -
Method in class org.newdawn.slick.geom.Vector2f
-
- toString() -
Method in class org.newdawn.slick.Image
-
- toString() -
Method in class org.newdawn.slick.particles.ConfigurableEmitter
-
- toString() -
Method in class org.newdawn.slick.particles.Particle
-
- toString() -
Method in class org.newdawn.slick.util.pathfinding.navmesh.NavPath
- Get a string representation of this instance
- toString() -
Method in class org.newdawn.slick.util.pathfinding.navmesh.Space
- Get the string representation of this instance
- toString() -
Method in class org.newdawn.slick.util.xml.XMLElement
-
- transform(Transform) -
Method in class org.newdawn.slick.geom.Curve
-
- transform(Transform) -
Method in class org.newdawn.slick.geom.Ellipse
-
- transform(Transform) -
Method in class org.newdawn.slick.geom.Line
-
- transform(Transform) -
Method in class org.newdawn.slick.geom.MorphShape
-
- transform(Transform) -
Method in class org.newdawn.slick.geom.Path
-
- transform(Transform) -
Method in class org.newdawn.slick.geom.Point
-
- transform(Transform) -
Method in class org.newdawn.slick.geom.Polygon
- Apply a transformation and return a new shape.
- transform(Transform) -
Method in class org.newdawn.slick.geom.Rectangle
- Apply a transformation and return a new shape.
- transform(Transform) -
Method in class org.newdawn.slick.geom.RoundedRectangle
- Apply a transformation and return a new shape.
- transform(Transform) -
Method in class org.newdawn.slick.geom.Shape
- Apply a transformation and return a new shape.
- Transform - Class in org.newdawn.slick.geom
- A 2 dimensional transformation that can be applied to
Shape
implemenations. - Transform() -
Constructor for class org.newdawn.slick.geom.Transform
- Create and identity transform
- Transform(Transform) -
Constructor for class org.newdawn.slick.geom.Transform
- Copy a transform
- Transform(Transform, Transform) -
Constructor for class org.newdawn.slick.geom.Transform
- Concatanate to transform into one
- Transform(float[]) -
Constructor for class org.newdawn.slick.geom.Transform
- Create a transform for the given positions
- Transform(float, float, float, float, float, float) -
Constructor for class org.newdawn.slick.geom.Transform
- Create a transform for the given positions
- transform(float[], int, float[], int, int) -
Method in class org.newdawn.slick.geom.Transform
- Transform the point pairs in the source array and store them in the destination array.
- transform(Vector2f) -
Method in class org.newdawn.slick.geom.Transform
- Transform the vector2f based on the matrix defined in this transform
- TransformTest - Class in org.newdawn.slick.tests
- A test for transforming the graphics context
- TransformTest() -
Constructor for class org.newdawn.slick.tests.TransformTest
- Create a new test of graphics context rendering
- TransformTest2 - Class in org.newdawn.slick.tests
- A test for transforming the graphics context
- TransformTest2() -
Constructor for class org.newdawn.slick.tests.TransformTest2
- Create a new test of graphics context rendering
- Transition - Interface in org.newdawn.slick.state.transition
- A transition between two game states
- TransitionTest - Class in org.newdawn.slick.tests
- A test to view the different transitions that are currently implemented
- TransitionTest() -
Constructor for class org.newdawn.slick.tests.TransitionTest
- Test the transitions implemented
- translate(float, float) -
Method in class org.newdawn.slick.Graphics
- Apply a translation to everything drawn to the context
- transparent -
Static variable in class org.newdawn.slick.Color
- The fixed color transparent
- transparent -
Static variable in class org.newdawn.slick.Color
- The fixed color transparent
- TransparentColorTest - Class in org.newdawn.slick.tests
- A test for transparent colour specification
- TransparentColorTest() -
Constructor for class org.newdawn.slick.tests.TransparentColorTest
- Create a new image rendering test
- trianglesDirty -
Variable in class org.newdawn.slick.geom.Shape
- True if the triangles need updating
- triangulate() -
Method in class org.newdawn.slick.geom.BasicTriangulator
- Cause the triangulator to split the polygon
- triangulate() -
Method in class org.newdawn.slick.geom.MannTriangulator
-
- triangulate() -
Method in class org.newdawn.slick.geom.NeatTriangulator
- Upate the triangles
- triangulate() -
Method in class org.newdawn.slick.geom.OverTriangulator
-
- triangulate() -
Method in interface org.newdawn.slick.geom.Triangulator
- Run the triangulation
- Triangulator - Interface in org.newdawn.slick.geom
- A collection of triangles
- tris -
Variable in class org.newdawn.slick.geom.Shape
- The triangles that define the shape
- TrueTypeFont - Class in org.newdawn.slick
- A TrueType font implementation for Slick
- TrueTypeFont - Class in org.newdawn.slick
- A TrueType font implementation for Slick
- TrueTypeFont(Font, boolean, char[]) -
Constructor for class org.newdawn.slick.TrueTypeFont
- Constructor for the TrueTypeFont class Pass in the preloaded standard
Java TrueType font, and whether you want it to be cached with
AntiAliasing applied.
- TrueTypeFont(Font, boolean) -
Constructor for class org.newdawn.slick.TrueTypeFont
- Constructor for the TrueTypeFont class Pass in the preloaded standard
Java TrueType font, and whether you want it to be cached with
AntiAliasing applied.
- TrueTypeFont(Font, boolean, char[]) -
Constructor for class org.newdawn.slick.TrueTypeFont
- Constructor for the TrueTypeFont class Pass in the preloaded standard
Java TrueType font, and whether you want it to be cached with
AntiAliasing applied.
- TrueTypeFont(Font, boolean) -
Constructor for class org.newdawn.slick.TrueTypeFont
- Constructor for the TrueTypeFont class Pass in the preloaded standard
Java TrueType font, and whether you want it to be cached with
AntiAliasing applied.
- TrueTypeFontPerformanceTest - Class in org.newdawn.slick.tests
- A test of the font rendering capabilities
- TrueTypeFontPerformanceTest() -
Constructor for class org.newdawn.slick.tests.TrueTypeFontPerformanceTest
- Create a new test for font rendering
- type -
Variable in class org.newdawn.slick.particles.Particle
- The type identifier of this particle
- type -
Variable in class org.newdawn.slick.tiled.TiledMap.GroupObject
- The type of this object - read from the XML
U
- unbind() -
Static method in class org.newdawn.slick.opengl.TextureImpl
- Clear slick caching of the last bound texture so that an
external texture binder can play with the context before returning
control to slick.
- unbind() -
Static method in class org.newdawn.slick.opengl.TextureImpl
- Clear slick caching of the last bound texture so that an
external texture binder can play with the context before returning
control to slick.
- unbindCommand(Control) -
Method in class org.newdawn.slick.command.InputProvider
- Unbinds the command associated with this control
- UnicodeFont - Class in org.newdawn.slick
- A Slick bitmap font that can display unicode glyphs from a TrueTypeFont.
- UnicodeFont(String, String) -
Constructor for class org.newdawn.slick.UnicodeFont
- Create a new unicode font based on a TTF file
- UnicodeFont(String, HieroSettings) -
Constructor for class org.newdawn.slick.UnicodeFont
- Create a new unicode font based on a TTF file and a set of heiro configuration
- UnicodeFont(String, int, boolean, boolean) -
Constructor for class org.newdawn.slick.UnicodeFont
- Create a new unicode font based on a TTF file alone
- UnicodeFont(Font, String) -
Constructor for class org.newdawn.slick.UnicodeFont
- Creates a new UnicodeFont.
- UnicodeFont(Font, HieroSettings) -
Constructor for class org.newdawn.slick.UnicodeFont
- Creates a new UnicodeFont.
- UnicodeFont(Font) -
Constructor for class org.newdawn.slick.UnicodeFont
- Creates a new UnicodeFont.
- UnicodeFont(Font, int, boolean, boolean) -
Constructor for class org.newdawn.slick.UnicodeFont
- Creates a new UnicodeFont.
- UnicodeFont.DisplayList - Class in org.newdawn.slick
- A simple descriptor for display lists cached within this font
- UnicodeFontTest - Class in org.newdawn.slick.tests
- A simple test of the unicode font functionality provided
- UnicodeFontTest() -
Constructor for class org.newdawn.slick.tests.UnicodeFontTest
- Create the simple font test
- union(Shape, Shape) -
Method in class org.newdawn.slick.geom.GeomUtil
- Join to shapes together.
- union(Shape) -
Method in class org.newdawn.slick.geom.Shape
- Join this shape with another.
- UP -
Static variable in class org.newdawn.slick.command.ControllerDirectionControl
- The direction indicating we're waiting for the user to press up
- update(long) -
Method in class org.newdawn.slick.Animation
- Update the animation, note that this will have odd effects if auto update
is also turned on
- update(GameContainer, int) -
Method in class org.newdawn.slick.BasicGame
-
- update(GameContainer, int) -
Method in interface org.newdawn.slick.Game
- Update the game logic here.
- update() -
Static method in class org.newdawn.slick.openal.AudioLoader
- Allow the streaming system to update itself
- update() -
Static method in class org.newdawn.slick.openal.AudioLoader
- Allow the streaming system to update itself
- update() -
Method in class org.newdawn.slick.openal.OpenALStreamPlayer
- Poll the bufferNames - check if we need to fill the bufferNames with another
section.
- update() -
Method in class org.newdawn.slick.openal.OpenALStreamPlayer
- Poll the bufferNames - check if we need to fill the bufferNames with another
section.
- update(ParticleSystem, int) -
Method in class org.newdawn.slick.particles.ConfigurableEmitter
-
- update(ParticleSystem, int) -
Method in class org.newdawn.slick.particles.effects.FireEmitter
-
- update(int) -
Method in class org.newdawn.slick.particles.Particle
- Update the state of this particle
- update(ParticleSystem, int) -
Method in interface org.newdawn.slick.particles.ParticleEmitter
- Update the emitter, produce any particles required by requesting
them from the particle system provided.
- update(int) -
Method in class org.newdawn.slick.particles.ParticleSystem
- Update the system, request the assigned emitters update the particles
- update(GameContainer, int) -
Method in class org.newdawn.slick.ScalableGame
-
- update(GameContainer, StateBasedGame, int) -
Method in interface org.newdawn.slick.state.GameState
- Update the state's logic based on the amount of time thats passed
- update(GameContainer, int) -
Method in class org.newdawn.slick.state.StateBasedGame
-
- update(StateBasedGame, GameContainer, int) -
Method in class org.newdawn.slick.state.transition.BlobbyTransition
-
- update(StateBasedGame, GameContainer, int) -
Method in class org.newdawn.slick.state.transition.CombinedTransition
-
- update(StateBasedGame, GameContainer, int) -
Method in class org.newdawn.slick.state.transition.CrossStateTransition
-
- update(StateBasedGame, GameContainer, int) -
Method in class org.newdawn.slick.state.transition.EmptyTransition
-
- update(StateBasedGame, GameContainer, int) -
Method in class org.newdawn.slick.state.transition.FadeInTransition
-
- update(StateBasedGame, GameContainer, int) -
Method in class org.newdawn.slick.state.transition.FadeOutTransition
-
- update(StateBasedGame, GameContainer, int) -
Method in class org.newdawn.slick.state.transition.HorizontalSplitTransition
-
- update(StateBasedGame, GameContainer, int) -
Method in class org.newdawn.slick.state.transition.RotateTransition
-
- update(StateBasedGame, GameContainer, int) -
Method in class org.newdawn.slick.state.transition.SelectTransition
-
- update(StateBasedGame, GameContainer, int) -
Method in interface org.newdawn.slick.state.transition.Transition
- Update the transition.
- update(StateBasedGame, GameContainer, int) -
Method in class org.newdawn.slick.state.transition.VerticalSplitTransition
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.AlphaMapTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.AnimationTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.AntiAliasTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.BigImageTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.BigSpriteSheetTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.CachedRenderTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.CanvasContainerTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.CanvasSizeTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.ClipTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.CopyAreaAlphaTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.CurveTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.DeferredLoadingTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.DistanceFieldTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.DoubleClickTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.DuplicateEmitterTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.FlashTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.FontPerformanceTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.FontTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.GeomAccuracyTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.GeomTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.GeomUtilTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.GeomUtilTileTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.GradientImageTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.GradientTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.GraphicsTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.GUITest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.ImageBufferEndianTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.ImageBufferTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.ImageCornerTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.ImageGraphicsTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.ImageMemTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.ImageOutTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.ImageReadTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.ImageTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.InkscapeTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.InputProviderTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.InputTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.IsoTiledTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.KeyRepeatTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.LameTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.LineRenderTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.MorphShapeTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.MorphSVGTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.MusicListenerTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.NavMeshTest
- Update data map etc
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.PackedSheetTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.ParticleTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.PedigreeTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.PolygonTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.PureFontTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.SavedStateTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.ScalableTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.ShapeTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.SlickCallableTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.SoundPositionTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.SoundTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.SoundURLTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.SpriteSheetFontTest
-
- update(GameContainer, StateBasedGame, int) -
Method in class org.newdawn.slick.tests.states.TestState1
-
- update(GameContainer, StateBasedGame, int) -
Method in class org.newdawn.slick.tests.states.TestState2
-
- update(GameContainer, StateBasedGame, int) -
Method in class org.newdawn.slick.tests.states.TestState3
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.TestBox
-
- update() -
Method in class org.newdawn.slick.tests.TestUtils
- Game loop update
- update() -
Method in class org.newdawn.slick.tests.TestUtils
- Game loop update
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.TexturePaintTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.TileMapTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.TransformTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.TransformTest2
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.TransparentColorTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.TrueTypeFontPerformanceTest
-
- update(GameContainer, int) -
Method in class org.newdawn.slick.tests.UnicodeFontTest
-
- updateAndRender(int) -
Method in class org.newdawn.slick.GameContainer
- Update and render the game
- updateFPS() -
Method in class org.newdawn.slick.GameContainer
- Updated the FPS counter
- updateMorphTime(float) -
Method in class org.newdawn.slick.geom.MorphShape
- Update the morph time and hence the curent frame
- updateMorphTime(float) -
Method in class org.newdawn.slick.svg.SVGMorph
- Update the morph time index by the amount specified
- updateNoDraw() -
Method in class org.newdawn.slick.Animation
- Deprecated.
- updateOnlyOnVisible -
Variable in class org.newdawn.slick.AppGameContainer
- True if we should update the game only when the display is visible
- updateParticle(Particle, int) -
Method in class org.newdawn.slick.particles.ConfigurableEmitter
-
- updateParticle(Particle, int) -
Method in class org.newdawn.slick.particles.effects.FireEmitter
-
- updateParticle(Particle, int) -
Method in interface org.newdawn.slick.particles.ParticleEmitter
- Update a single particle that this emitter produced
- USE_POINTS -
Static variable in class org.newdawn.slick.particles.Particle
- Indicates the particle should explicitly use points
- USE_QUADS -
Static variable in class org.newdawn.slick.particles.Particle
- Indicates the particle should explicitly not use points
- useAdditive -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- True if the additivie blending mode should be used for particles owned by
this emitter
- useAdditive() -
Method in class org.newdawn.slick.particles.ConfigurableEmitter
-
- useAdditive() -
Method in class org.newdawn.slick.particles.effects.FireEmitter
-
- useAdditive() -
Method in interface org.newdawn.slick.particles.ParticleEmitter
- Check if this emitter should use additive blending
- useOriented -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- True if the quads should be orieted based on velocity
- usePoints -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- The points indicate
- usePoints(ParticleSystem) -
Method in class org.newdawn.slick.particles.ConfigurableEmitter
-
- usePoints(ParticleSystem) -
Method in class org.newdawn.slick.particles.effects.FireEmitter
-
- usePoints -
Variable in class org.newdawn.slick.particles.Particle
- How this particle should be rendered
- usePoints(ParticleSystem) -
Method in interface org.newdawn.slick.particles.ParticleEmitter
- Check if this emitter should use points based on it's own settings
and those of the particle system
- usePoints() -
Method in class org.newdawn.slick.particles.ParticleSystem
- Check if this engine should use points to render the particles
- UseProcessor - Class in org.newdawn.slick.svg.inkscape
- Processor for the "use", a tag that allows references to other elements
and cloning.
- UseProcessor() -
Constructor for class org.newdawn.slick.svg.inkscape.UseProcessor
-
- userData -
Variable in class org.newdawn.slick.UnicodeFont.DisplayList
- Application data stored in the list
- usingFBO() -
Static method in class org.newdawn.slick.opengl.pbuffer.GraphicsFactory
- Check if we're using FBO for dynamic textures
- usingPBuffer() -
Static method in class org.newdawn.slick.opengl.pbuffer.GraphicsFactory
- Check if we're using PBuffer for dynamic textures
- Util - Class in org.newdawn.slick.svg.inkscape
- A set of utility for processing the SVG documents produced by Inkscape
- Util() -
Constructor for class org.newdawn.slick.svg.inkscape.Util
-
V
- validFill(Shape) -
Static method in class org.newdawn.slick.geom.ShapeRenderer
- Check there are enough points to fill
- VAOGLRenderer - Class in org.newdawn.slick.opengl.renderer
- A renderer that caches all operations into an array, creates an opengl vertex array when
required and spits the data down to the card in batch mode
- VAOGLRenderer - Class in org.newdawn.slick.opengl.renderer
- A renderer that caches all operations into an array, creates an opengl vertex array when
required and spits the data down to the card in batch mode
- VAOGLRenderer() -
Constructor for class org.newdawn.slick.opengl.renderer.VAOGLRenderer
-
- VAOGLRenderer() -
Constructor for class org.newdawn.slick.opengl.renderer.VAOGLRenderer
-
- Vector2f - Class in org.newdawn.slick.geom
- A two dimensional vector
- Vector2f() -
Constructor for class org.newdawn.slick.geom.Vector2f
- Create an empty vector
- Vector2f(float[]) -
Constructor for class org.newdawn.slick.geom.Vector2f
- Create a vector based on the contents of a coordinate array
- Vector2f(double) -
Constructor for class org.newdawn.slick.geom.Vector2f
- Create a new vector based on an angle
- Vector2f(Vector2f) -
Constructor for class org.newdawn.slick.geom.Vector2f
- Create a new vector based on another
- Vector2f(float, float) -
Constructor for class org.newdawn.slick.geom.Vector2f
- Create a new vector
- velocity -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- Whiskas - Interpolated value for velocity
- velx -
Variable in class org.newdawn.slick.particles.Particle
- The x component of the direction vector of the particle
- vely -
Variable in class org.newdawn.slick.particles.Particle
- The y component of the direction vector of the particle
- vertex(float, float) -
Method in class org.newdawn.slick.opengl.renderer.DefaultLineStripRenderer
-
- vertex(float, float) -
Method in class org.newdawn.slick.opengl.renderer.DefaultLineStripRenderer
-
- vertex(float, float) -
Method in interface org.newdawn.slick.opengl.renderer.LineStripRenderer
- Add a vertex
- vertex(float, float) -
Method in interface org.newdawn.slick.opengl.renderer.LineStripRenderer
- Add a vertex
- vertex(float, float) -
Method in class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
-
- vertex(float, float) -
Method in class org.newdawn.slick.opengl.renderer.QuadBasedLineStripRenderer
-
- VERTEX_ARRAY_RENDERER -
Static variable in class org.newdawn.slick.opengl.renderer.Renderer
- The indicator for vertex array based rendering
- VERTEX_ARRAY_RENDERER -
Static variable in class org.newdawn.slick.opengl.renderer.Renderer
- The indicator for vertex array based rendering
- VerticalSplitTransition - Class in org.newdawn.slick.state.transition
- Vertical split transition that causes the previous state to split vertically
revealing the new state underneath.
- VerticalSplitTransition() -
Constructor for class org.newdawn.slick.state.transition.VerticalSplitTransition
- Create a new transition
- VerticalSplitTransition(Color) -
Constructor for class org.newdawn.slick.state.transition.VerticalSplitTransition
- Create a new transition
- vsync -
Variable in class org.newdawn.slick.GameContainer
- True if vsync has been requested
W
- warn(String) -
Method in class org.newdawn.slick.util.DefaultLogSystem
- Log a warning
- warn(String, Throwable) -
Method in class org.newdawn.slick.util.DefaultLogSystem
- Log a warning with an exception that caused it
- warn(String) -
Static method in class org.newdawn.slick.util.Log
- Log a warning
- warn(String, Throwable) -
Static method in class org.newdawn.slick.util.Log
- Log a warning
- warn(String) -
Static method in class org.newdawn.slick.util.Log
- Log a warning
- warn(String, Throwable) -
Static method in class org.newdawn.slick.util.Log
- Log a warning
- warn(String) -
Method in interface org.newdawn.slick.util.LogSystem
- Log a warning
- warn(String, Throwable) -
Method in interface org.newdawn.slick.util.LogSystem
- Log a warning
- WAV -
Static variable in class org.newdawn.slick.openal.DeferredSound
- Indicate a WAV to be loaded
- WAV -
Static variable in class org.newdawn.slick.openal.DeferredSound
- Indicate a WAV to be loaded
- WaveData - Class in org.newdawn.slick.openal
- Utitlity class for loading wavefiles.
- WaveData - Class in org.newdawn.slick.openal
- Utitlity class for loading wavefiles.
- WebstartMuffin - Class in org.newdawn.slick.muffin
- A muffin load/save implementation based on using Webstart Muffins (a bit like cookies only
for webstart)
- WebstartMuffin() -
Constructor for class org.newdawn.slick.muffin.WebstartMuffin
-
- white -
Static variable in class org.newdawn.slick.Color
- The fixed colour white
- white -
Static variable in class org.newdawn.slick.Color
- The fixed colour white
- width -
Variable in class org.newdawn.slick.GameContainer
- The width of the display
- width -
Variable in class org.newdawn.slick.geom.Rectangle
- The width of the box
- width -
Variable in class org.newdawn.slick.gui.BasicComponent
- Deprecated. The width of the component
- width -
Variable in class org.newdawn.slick.Image
- The width of the image
- width -
Variable in class org.newdawn.slick.tiled.Layer
- The width of this layer
- width -
Variable in class org.newdawn.slick.tiled.TiledMap.GroupObject
- The width of this object
- width -
Variable in class org.newdawn.slick.tiled.TiledMap.ObjectGroup
- The width of this layer
- width -
Variable in class org.newdawn.slick.tiled.TiledMap
- The width of the map
- width -
Variable in class org.newdawn.slick.UnicodeFont.DisplayList
- The width of rendered text in the list
- windFactor -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- The factor of wind to apply
- wrapUp -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- True if we're wrapping up
- wrapUp() -
Method in class org.newdawn.slick.particles.ConfigurableEmitter
-
- wrapUp() -
Method in class org.newdawn.slick.particles.effects.FireEmitter
-
- wrapUp() -
Method in interface org.newdawn.slick.particles.ParticleEmitter
- Wrap up the particle emitter.
- write(Image, String, OutputStream) -
Static method in class org.newdawn.slick.imageout.ImageOut
- Write an image out to a specified output stream
- write(Image, String, OutputStream, boolean) -
Static method in class org.newdawn.slick.imageout.ImageOut
- Write an image out to a specified output stream
- write(Image, String) -
Static method in class org.newdawn.slick.imageout.ImageOut
- Write an image out to a file on the local file system.
- write(Image, String, boolean) -
Static method in class org.newdawn.slick.imageout.ImageOut
- Write an image out to a file on the local file system.
- write(Image, String, String) -
Static method in class org.newdawn.slick.imageout.ImageOut
- Write an image out to a file on the local file system.
- write(Image, String, String, boolean) -
Static method in class org.newdawn.slick.imageout.ImageOut
- Write an image out to a file on the local file system.
X
- x -
Variable in class org.newdawn.slick.geom.Shape
- The left most point of this shape.
- x -
Variable in class org.newdawn.slick.geom.Vector2f
- The x component of this vector
- x -
Variable in class org.newdawn.slick.gui.BasicComponent
- Deprecated. The x position of the component
- x -
Variable in class org.newdawn.slick.gui.TextField
- The location in the X coordinate
- x -
Variable in class org.newdawn.slick.particles.Particle
- The x coordinate of the particle
- x -
Variable in class org.newdawn.slick.tiled.TiledMap.GroupObject
- The x-coordinate of this object
- XLINK -
Static variable in class org.newdawn.slick.svg.inkscape.Util
- The namespace for xlink
- XMLElement - Class in org.newdawn.slick.util.xml
- A utility wrapper round the standard DOM XML element.
- XMLElementList - Class in org.newdawn.slick.util.xml
- A simple typed list.
- XMLElementList() -
Constructor for class org.newdawn.slick.util.xml.XMLElementList
- Create a new list
- XMLPackedSheet - Class in org.newdawn.slick
- A sprite sheet based on an XML descriptor generated from the simple slick tool
- XMLPackedSheet(String, String) -
Constructor for class org.newdawn.slick.XMLPackedSheet
- Create a new XML packed sheet from the XML output by the slick tool
- XMLParser - Class in org.newdawn.slick.util.xml
- A simple utility wrapper around the Java DOM implementation to hopefully
make XML parsing that bit easier without requiring YAL.
- XMLParser() -
Constructor for class org.newdawn.slick.util.xml.XMLParser
- Create a new parser
- XMLTest - Class in org.newdawn.slick.tests.xml
- Silly test to check XML parsing functionality, note the JUnit like methods,
want to move it to JUnit soon but not quite there yet.
- XMLTest() -
Constructor for class org.newdawn.slick.tests.xml.XMLTest
-
- xOffset -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- The offset from the x position
Y
- y -
Variable in class org.newdawn.slick.geom.Shape
- The top most point of this shape.
- y -
Variable in class org.newdawn.slick.geom.Vector2f
- The y component of this vector
- y -
Variable in class org.newdawn.slick.gui.BasicComponent
- Deprecated. The y position of the component
- y -
Variable in class org.newdawn.slick.gui.TextField
- The location in the Y coordinate
- y -
Variable in class org.newdawn.slick.particles.Particle
- The y coordinate of the particle
- y -
Variable in class org.newdawn.slick.tiled.TiledMap.GroupObject
- The y-coordinate of this object
- yellow -
Static variable in class org.newdawn.slick.Color
- The fixed colour yellow
- yellow -
Static variable in class org.newdawn.slick.Color
- The fixed colour yellow
- yOffset -
Variable in class org.newdawn.slick.particles.ConfigurableEmitter
- The offset from the y position
A B C D E F G H I J K L M N O P Q R S T U V W X Y
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006 New Dawn Software. All Rights Reserved.