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 Z _

G

GIFLoader - class com.jme.util.GIFLoader.
GIFLoader is a stub to be filled in later with non-awt dependant gif loading code.
GLSLShaderObjectsState - class com.jme.scene.state.GLSLShaderObjectsState.
Implementation of the GL_ARB_shader_objects extension.
GLSLShaderObjectsState() - Constructor for class com.jme.scene.state.GLSLShaderObjectsState
 
GS_LINE - Static variable in class com.jme.effects.ParticleManager
 
GS_MESH - Static variable in class com.jme.effects.ParticleManager
 
GS_POINT - Static variable in class com.jme.effects.ParticleManager
 
GS_RECTANGLE - Static variable in class com.jme.effects.ParticleManager
 
GUESS_FORMAT - Static variable in class com.jme.image.Image
When used in texture loading, this indicates to let jME guess the format.
GUESS_FORMAT_NO_S3TC - Static variable in class com.jme.image.Image
When used in texture loading, this indicates to let jME guess the format, but not to use S3TC compression, even if available.
GameState - interface com.jme.app.GameState.
The basic frame of a GameState.
GameStateManager - class com.jme.app.GameStateManager.
A manager to handle multiple game states.
Geometry - class com.jme.scene.Geometry.
Geometry defines a leaf node of the scene graph.
Geometry() - Constructor for class com.jme.scene.Geometry
Empty Constructor to be used internally only.
Geometry(String) - Constructor for class com.jme.scene.Geometry
Constructor instantiates a new Geometry object.
Geometry(String, Vector3f[], Vector3f[], ColorRGBA[], Vector2f[]) - Constructor for class com.jme.scene.Geometry
Constructor creates a new Geometry object.
GeometryCreator - class com.jme.util.geom.GeometryCreator.
This class supports converting per-component index data to common-index data.
GeometryCreator() - Constructor for class com.jme.util.geom.GeometryCreator
Default constructor allows for no or one texture coordinate set.
GeometryCreator(TriMesh) - Constructor for class com.jme.util.geom.GeometryCreator
 
GeometryCreator(int) - Constructor for class com.jme.util.geom.GeometryCreator
 
GeometryInfo - class com.jme.util.geom.GeometryInfo.
This class allows for optimalization of indexed geometry.
GeometryInfo() - Constructor for class com.jme.util.geom.GeometryInfo
Constructs new GeometryInfo
GeometryInfo(TriMesh) - Constructor for class com.jme.util.geom.GeometryInfo
 
g - Variable in class com.jme.renderer.ColorRGBA
The green component of the color.
gamma(float) - Static method in class com.jme.math.FastMath
 
generateBuffers(int) - Static method in class com.jme.sound.openAL.objects.util.Buffer
 
generateStrips(int[]) - Method in class com.jme.util.geom.nvtristrip.TriStrip
 
geometricalControllers - Variable in class com.jme.scene.Spatial
ArrayList of controllers for this spatial.
get(String, int) - Method in class com.jme.input.KeyBindingManager
get retrieves the key(s) for a given command.
get(int, int) - Method in class com.jme.math.Matrix3f
get retrieves a value from the matrix at the given position.
get(float[]) - Method in class com.jme.math.Matrix4f
get retrieves the values of this object into a float array in row-major order.
get(float[], boolean) - Method in class com.jme.math.Matrix4f
set retrieves the values of this object into a float array.
get(int, int) - Method in class com.jme.math.Matrix4f
get retrieves a value from the matrix at the given position.
get(int) - Method in class com.jme.math.Triangle
get retrieves a point on the triangle denoted by the index supplied.
get(Object) - Method in class com.jme.scene.lod.ExVector
Retrieve an object from this vector.
get(int) - Method in class com.jme.scene.state.LightState
get retrieves a particular light defined by an index.
get(String) - Method in class com.jme.system.PropertiesIO
get takes an arbitrary string as a key and returns any value associated with it, null if none.
get(int) - Method in class com.jme.util.LightStateCreator
Gets the Ith light from the creator.
get(int) - Method in class com.jme.util.geom.nvtristrip.IntVec
 
getA() - Method in class com.jme.math.Rectangle
getA returns the first point of the rectangle.
getAbsoluteLocation() - Method in interface com.jme.widget.Widget
getAbsoluteLocation
getAbsoluteLocation() - Method in class com.jme.widget.WidgetAbstractContainer
 
getAbsoluteLocation() - Method in class com.jme.widget.WidgetAbstractImpl
 
getActiveChild() - Method in class com.jme.scene.SwitchNode
Returns the index of the currently rendered child for this Node.
getAlignment() - Method in interface com.jme.widget.Widget
getAlignment
getAlignment() - Method in class com.jme.widget.WidgetAbstractContainer
 
getAlignment() - Method in class com.jme.widget.WidgetAbstractImpl
 
getAlignmentType() - Method in class com.jme.widget.layout.WidgetFlowLayout
getAlignmentType
getAllTextures() - Method in class com.jme.scene.Geometry
Returns the geometry's texture coordinate information.
getAlpha() - Method in class com.jme.scene.state.MaterialState
getAlpha returns the alpha value for this material state.
getAlphaState() - Method in class com.jme.scene.BumpMapNode
 
getAmbient() - Method in class com.jme.light.Light
getAmbient returns the ambient color value for this light.
getAmbient() - Method in class com.jme.scene.state.MaterialState
getAmbient retreives the ambient color of the material.
getAnchor(int, int) - Method in class com.jme.scene.BezierPatch
getAnchor returns a single control anchor of a given (i, j) of the patch.
getAnchors() - Method in class com.jme.scene.BezierPatch
getAnchors returns the control anchors that make up this patch.
getAngle() - Method in class com.jme.light.SpotLight
getAngle returns the angle of the spot light.
getAnisoLevel() - Method in class com.jme.image.Texture
 
getApp() - Method in class com.jme.input.AbstractInputHandler
getApp returns the AbstractGame controlling this handler.
getApply() - Method in class com.jme.image.Texture
getApply returns the apply mode for the texture.
getAttributes() - Method in class com.jme.app.AbstractGame
getAttributes attempts to first obtain the properties information from the "properties.cfg" file, then a dialog depending on the dialog behaviour.
getAudioChannels() - Method in class com.jme.sound.openAL.objects.util.JMEAudioInputStream
 
getAudioChannels() - Method in class com.jme.sound.openAL.objects.util.OggInputStream
 
getAudioChannels() - Method in class com.jme.sound.openAL.objects.util.WavInputStream
 
getB() - Method in class com.jme.math.Rectangle
getB returns the second point of the rectangle.
getBackgroundColor() - Method in interface com.jme.renderer.Renderer
getBackgroundColor retrieves the color used for the window background.
getBackgroundColor() - Method in interface com.jme.renderer.TextureRenderer
getBackgroundColor retrieves the color used for the window background.
getBackgroundColor() - Method in class com.jme.renderer.lwjgl.LWJGLRenderer
getBackgroundColor retrieves the clear color of the current OpenGL context.
getBackgroundColor() - Method in class com.jme.renderer.lwjgl.LWJGLTextureRenderer
getBackgroundColor retrieves the clear color of the current OpenGL context.
getBase() - Method in class com.jme.scene.model.Loader
Returns base path for textures
getBgColor() - Method in interface com.jme.widget.Widget
getBgColor
getBgColor() - Method in class com.jme.widget.WidgetAbstractContainer
 
getBgColor() - Method in class com.jme.widget.WidgetAbstractImpl
 
getBitDepth() - Method in class com.jme.sound.openAL.objects.util.Buffer
 
getBitDepth() - Method in class com.jme.system.DisplaySystem
Returns the set bitdepth for the display system.
getBlendColor() - Method in class com.jme.image.Texture
getBlendColor returns the buffer that contains the texture's tint color.
getBlendColorBuffer() - Method in class com.jme.image.Texture
getBlendColorBuffer returns the buffer that contains the color values that are used to tint the texture.
getBorder() - Method in interface com.jme.widget.Widget
getBorder
getBorder() - Method in class com.jme.widget.WidgetAbstractContainer
 
getBorder() - Method in class com.jme.widget.WidgetAbstractImpl
 
getBottom() - Method in class com.jme.widget.WidgetInsets
 
getBufferNumber() - Method in class com.jme.sound.openAL.objects.util.Buffer
 
getButtonIndex(String) - Method in interface com.jme.input.MouseInput
getButtonIndex gets the button code for a given button name.
getButtonIndex(String) - Method in class com.jme.input.lwjgl.LWJGLMouseInput
getButtonIndex returns the index of a given button name.
getButtonName(int) - Method in interface com.jme.input.MouseInput
getButtonName gets the button name for a given button code.
getButtonName(int) - Method in class com.jme.input.lwjgl.LWJGLMouseInput
getButtonName returns the name of a given button index.
getButtonSize() - Method in class com.jme.widget.scroller.WidgetAbstractScroller
 
getButtonState() - Method in interface com.jme.input.MouseInput
 
getButtonState() - Method in class com.jme.input.lwjgl.LWJGLMouseInput
 
getButtonState() - Method in class com.jme.widget.button.WidgetButton
 
getButtonType() - Method in class com.jme.input.lwjgl.LWJGLMouseInput
 
getC() - Method in class com.jme.math.Rectangle
getC returns the third point of the rectangle.
getCamera() - Method in interface com.jme.app.GameState
Gets the camera of this state.
getCamera() - Method in class com.jme.app.StandardGameState
Gets the camera of this state.
getCamera() - Method in class com.jme.effects.ParticleManager
Get the currently set Camera used for billboad calcs.
getCamera() - Method in class com.jme.input.AbstractInputHandler
getCamera returns the camera that defines the viewing for this handler.
getCamera() - Method in interface com.jme.renderer.Renderer
createCamera retrieves the camera this renderer is using.
getCamera() - Method in interface com.jme.renderer.TextureRenderer
getCamera retrieves the camera this renderer is using.
getCamera() - Method in class com.jme.renderer.lwjgl.LWJGLRenderer
getCamera returns the camera used by this renderer.
getCamera() - Method in class com.jme.renderer.lwjgl.LWJGLTextureRenderer
getCamera retrieves the camera this renderer is using.
getCamera() - Method in class com.jme.scene.CameraNode
getCamera retrieves the camera object that this node controls.
getCamera() - Method in class com.jme.widget.viewport.WidgetViewportCameraController
getCamera
getCameraController() - Method in class com.jme.widget.viewport.WidgetViewport
getCameraController
getCameraController1() - Method in class jmetest.widget.viewport.scene.TestAbstractScene
getCamera1
getCameraController2() - Method in class jmetest.widget.viewport.scene.TestAbstractScene
getCamera2
getCameraController3() - Method in class jmetest.widget.viewport.scene.TestAbstractScene
getCamera3
getCameraController4() - Method in class jmetest.widget.viewport.scene.TestAbstractScene
getCamera4
getCameraDistance() - Method in class com.jme.scene.ImposterNode
Get the distance we want the render camera to stay away from the render scene.
getCameraThreshold() - Method in class com.jme.scene.ImposterNode
Get the camera threshold (see setCameraThreshold())
getCenter(Vector3f) - Method in class com.jme.bounding.BoundingBox
Stores the current center of this BoundingBox into the store vector.
getCenter() - Method in class com.jme.bounding.BoundingSphere
getCenter returns the center of the bounding sphere.
getCenter(Vector3f) - Method in class com.jme.bounding.BoundingSphere
Stores the current center of this BoundingSphere into the store vector.
getCenter(Vector3f) - Method in interface com.jme.bounding.BoundingVolume
This function stores the approximate center of the bounding volume into the store vector.
getCenter(Vector3f) - Method in class com.jme.bounding.OBB2
 
getCenter(Vector3f) - Method in class com.jme.bounding.OrientedBoundingBox
 
getCenter() - Method in class com.jme.scene.shape.Box
Returns the current center of the box.
getCenter() - Method in class com.jme.scene.shape.CompositeSphere
Returns the center of this CompositeSphere.
getCenter() - Method in class com.jme.scene.shape.OrientedBox
Returns the center of the box.
getCenter() - Method in class com.jme.scene.shape.Quad
getCenter returns the center of the Quad.
getCenter() - Method in class com.jme.scene.shape.Sphere
Returns the center of this sphere.
getCenter() - Method in class com.jme.widget.bounds.WidgetBoundingRectangle
 
getCenter(Vector3f) - Method in class com.jme.widget.bounds.WidgetBoundingRectangle
Stores the current center of this BoundingRectangle into the store vector.
getChannels() - Method in class com.jme.sound.openAL.objects.util.JMEAudioInputStream
 
getChannels() - Method in class com.jme.sound.openAL.objects.util.OggInputStream
 
getChannels() - Method in class com.jme.sound.openAL.objects.util.WavInputStream
 
getChar(int) - Method in class com.jme.widget.font.WidgetFontHeader
 
getCheckPlane(int) - Method in class com.jme.bounding.BoundingBox
getCheckPlane returns a specific check plane.
getCheckPlane(int) - Method in class com.jme.bounding.BoundingSphere
getCheckPlane returns a specific check plane.
getCheckPlane(int) - Method in interface com.jme.bounding.BoundingVolume
get the value for a given index in the checkplanes
getCheckPlane(int) - Method in class com.jme.bounding.OBB2
 
getCheckPlane(int) - Method in class com.jme.bounding.OrientedBoundingBox
 
getCheckPlane(int) - Method in class com.jme.widget.bounds.WidgetBoundingRectangle
 
getChild(int) - Method in class com.jme.scene.Node
getChild returns a child at a given index.
getChild(String) - Method in class com.jme.scene.Node
getChild returns the first child found with exactly the given name (case sensitive.)
getChild(int) - Method in class com.jme.sound.fmod.scene.SoundNode
getChild returns a child at a given index.
getChild(int) - Method in class com.jme.sound.openAL.scene.SoundNode
getChild returns a child at a given index.
getChild() - Method in class com.jme.widget.viewport.WidgetViewport
getChild
getChildren() - Method in class com.jme.scene.Node
 
getChorusParams() - Method in class com.jme.sound.fmod.scene.Configuration
 
getChorusParams() - Method in class com.jme.sound.openAL.scene.Configuration
 
getCloneID(Geometry) - Method in class com.jme.scene.CloneCreator
Returns the Clone ID of a geometry original.
getCloneID() - Method in class com.jme.scene.Geometry
Returns the ID number that identifies this Geometry's clone ID.
getClothNodesX() - Method in class com.jme.effects.cloth.ClothPatch
Return how many nodes wide this cloth is.
getClothNodesY() - Method in class com.jme.effects.cloth.ClothPatch
Return how many nodes high this cloth is.
getCollisionData(int) - Method in class com.jme.intersection.CollisionResults
getCollisionData retrieves a CollisionData from a specific index.
getColorArray() - Method in class com.jme.renderer.ColorRGBA
getColorArray retrieves the color values of this object as a four element float array.
getColorArray(float[]) - Method in class com.jme.renderer.ColorRGBA
Stores the current r/g/b/a values into the tempf array.
getColorAsFloatBuffer() - Method in class com.jme.scene.Geometry
getColorAsFloatBuffer retrieves the float buffer that contains this geometry's color information.
getColorValue(Light) - Method in class com.jme.util.LightStateCreator
 
getColors() - Method in class com.jme.scene.Geometry
getColors returns the color information of the geometry.
getColumn(int) - Method in class com.jme.math.Matrix3f
getColumn returns one of three columns specified by the parameter.
getColumn(int, Vector3f) - Method in class com.jme.math.Matrix3f
getColumn returns one of three columns specified by the parameter.
getColumn(int) - Method in class com.jme.math.Matrix4f
getColumn returns one of three columns specified by the parameter.
getColumn(int, float[]) - Method in class com.jme.math.Matrix4f
getColumn returns one of three columns specified by the parameter.
getCombineFuncAlpha() - Method in class com.jme.image.Texture
 
getCombineFuncRGB() - Method in class com.jme.image.Texture
 
getCombineOp0Alpha() - Method in class com.jme.image.Texture
 
getCombineOp0RGB() - Method in class com.jme.image.Texture
 
getCombineOp1Alpha() - Method in class com.jme.image.Texture
 
getCombineOp1RGB() - Method in class com.jme.image.Texture
 
getCombineOp2Alpha() - Method in class com.jme.image.Texture
 
getCombineOp2RGB() - Method in class com.jme.image.Texture
 
getCombineScaleAlpha() - Method in class com.jme.image.Texture
 
getCombineScaleRGB() - Method in class com.jme.image.Texture
 
getCombineSrc0Alpha() - Method in class com.jme.image.Texture
 
getCombineSrc0RGB() - Method in class com.jme.image.Texture
 
getCombineSrc1Alpha() - Method in class com.jme.image.Texture
 
getCombineSrc1RGB() - Method in class com.jme.image.Texture
 
getCombineSrc2Alpha() - Method in class com.jme.image.Texture
 
getCombineSrc2RGB() - Method in class com.jme.image.Texture
 
getComponents(Vector) - Method in class com.jme.scene.lod.VETMesh
 
getComponents(Vector, int[]) - Method in class com.jme.scene.lod.VETMesh
 
getCompressorParams() - Method in class com.jme.sound.fmod.scene.Configuration
 
getCompressorParams() - Method in class com.jme.sound.openAL.scene.Configuration
 
getConsistentComponents(Vector) - Method in class com.jme.scene.lod.VETMesh
 
getConstant() - Method in class com.jme.light.Light
getConstant returns the value for the constant attenuation.
getConstant() - Method in class com.jme.math.Plane
getConstant returns the constant of the plane.
getControlFlow() - Method in class com.jme.effects.ParticleManager
Does this manager regulate the particle flow?
getController(int) - Method in class com.jme.scene.Spatial
Returns the controller in this list of controllers at index i.
getControllers() - Method in class com.jme.scene.Spatial
Returns the ArrayList that contains this spatial's Controllers.
getCorrection() - Method in class com.jme.image.Texture
getCorrection returns the correction mode for the texture.
getCount() - Method in class com.jme.scene.CompositeMesh.IndexRange
 
getCullMode() - Method in class com.jme.scene.state.CullState
Returns the current cull mode for this CullState.
getCurrentStage() - Method in class com.jme.effects.transients.Transient
Returns the current stage of this node.
getCurrentState(int) - Static method in class com.jme.scene.Spatial
 
getDarkColor() - Method in class com.jme.widget.border.WidgetBorder
 
getData() - Method in class com.jme.image.Image
getData returns the data for this image.
getData(int) - Method in class com.jme.scene.lod.VETMesh
 
getData(int, int) - Method in class com.jme.scene.lod.VETMesh
 
getData(VETMesh.Edge) - Method in class com.jme.scene.lod.VETMesh
 
getData(int, int, int) - Method in class com.jme.scene.lod.VETMesh
 
getData(VETMesh.Triangle) - Method in class com.jme.scene.lod.VETMesh
 
getData(String) - Static method in class com.jme.sound.fmod.objects.MusicStream
Reads the file into a ByteBuffer
getData(String) - Static method in class com.jme.sound.openAL.objects.MusicStream
Reads the file into a ByteBuffer
getData() - Method in class com.jme.sound.openAL.objects.util.Buffer
 
getDepth() - Method in class com.jme.system.PropertiesIO
getDepth returns the depth as read from the properties file.
getDetailLevel() - Method in class com.jme.scene.BezierPatch
getDetailLevel retrieves the detail level of this patch.
getDiffuse() - Method in class com.jme.light.Light
getDiffuse returns the diffuse color value for this light.
getDiffuse() - Method in class com.jme.scene.state.MaterialState
getDiffuse retrieves the diffuse color of the material.
getDirection() - Method in class com.jme.light.DirectionalLight
getDirection returns the direction the light is emitting from.
getDirection() - Method in class com.jme.light.SpotLight
getDirection returns the direction the spot light is coming from.
getDirection() - Method in class com.jme.math.Line
getDirection returns the direction of the line.
getDirection() - Method in class com.jme.math.Ray
getDirection retrieves the direction vector of the ray.
getDirection() - Method in class com.jme.renderer.AbstractCamera
getDirection retrieves the direction vector the camera is facing.
getDirection() - Method in interface com.jme.renderer.Camera
getDirection returns the direction the camera is facing.
getDisplaySystem(String) - Static method in class com.jme.system.DisplaySystem
getDisplaySystem is a factory method that creates the appropriate display system specified by the key parameter.
getDisplaySystem() - Static method in class com.jme.system.DisplaySystem
Returns the currently created display system.
getDistanceTolerance() - Method in class com.jme.scene.lod.AreaClodMesh
Returns the amount of distance the camera must move from the center of this AreaClodMesh's bounding volume before a collapse is initiated.
getDistorsionParams() - Method in class com.jme.sound.fmod.scene.Configuration
 
getDistorsionParams() - Method in class com.jme.sound.openAL.scene.Configuration
 
getDstFunction() - Method in class com.jme.scene.state.AlphaState
getDstFunction returns the destination function for the blending function.
getDuration() - Method in class com.jme.sound.openAL.objects.util.Buffer
 
getDx() - Method in class com.jme.widget.font.WidgetFontChar
 
getDy() - Method in class com.jme.widget.font.WidgetFontChar
 
getEchoParams() - Method in class com.jme.sound.fmod.scene.Configuration
 
getEchoParams() - Method in class com.jme.sound.openAL.scene.Configuration
 
getEdgeMap() - Method in class com.jme.scene.lod.VETMesh
 
getEdgeQuantity() - Method in class com.jme.scene.lod.VETMesh
 
getEdges(int) - Method in class com.jme.scene.lod.VETMesh
 
getEdges(Set) - Method in class com.jme.scene.lod.VETMesh
 
getEmissionDirection() - Method in class com.jme.effects.ParticleManager
getEmissionDirection returns the emission direction.
getEmissionMaximumAngle() - Method in class com.jme.effects.ParticleManager
getEmissionMaximumAngle returns the maximum emission angle.
getEmissive() - Method in class com.jme.scene.state.MaterialState
getEmissive retrieves the emissive color of the material.
getEndChar() - Method in class com.jme.widget.font.WidgetFontHeader
 
getEndColor() - Method in class com.jme.effects.ParticleManager
getEndColor returns the ending color.
getEndSize() - Method in class com.jme.effects.ParticleManager
getEndSize returns the end size.
getEnvironmentalMapMode() - Method in class com.jme.image.Texture
 
getEqParams() - Method in class com.jme.sound.fmod.scene.Configuration
 
getEqParams() - Method in class com.jme.sound.openAL.scene.Configuration
 
getEventList() - Method in class com.jme.input.action.InputActionEvent
returns the event list.
getExpandBottom() - Method in class com.jme.widget.scroller.WidgetScrollerButton
 
getExpandLeft() - Method in class com.jme.widget.scroller.WidgetScrollerButton
 
getExpandRight() - Method in class com.jme.widget.scroller.WidgetScrollerButton
 
getExpandTop() - Method in class com.jme.widget.scroller.WidgetScrollerButton
 
getExpander() - Method in class com.jme.widget.scroller.WidgetScrollerButton
 
getExponent() - Method in class com.jme.light.SpotLight
getExponent gets the spot exponent of this light.
getExtent() - Method in class com.jme.scene.shape.OrientedBox
Returns the box's extent vector along the x,y,z.
getExtents() - Method in interface com.jme.widget.Widget
getExtents
getExtents() - Method in class com.jme.widget.WidgetAbstractContainer
 
getExtents() - Method in class com.jme.widget.WidgetAbstractImpl
 
getFace() - Method in class com.jme.scene.state.WireframeState
Returns the face state of this wireframe state.
getFactory() - Static method in class com.jme.widget.renderer.WidgetRendererFactory
getFactory
getFadeColor() - Method in class com.jme.effects.transients.FadeInOut
Returns the current color being applied to the fade quad.
getFadeInNode() - Method in class com.jme.effects.transients.FadeInOut
Returns the node this object is fading into.
getFadeOutNode() - Method in class com.jme.effects.transients.FadeInOut
Returns the node this object is fading from.
getFadeQuad() - Method in class com.jme.effects.transients.FadeInOut
Returns the Geometry that is fading.
getFgColor() - Method in interface com.jme.widget.Widget
getFgColor
getFgColor() - Method in class com.jme.widget.WidgetAbstractContainer
 
getFgColor() - Method in class com.jme.widget.WidgetAbstractImpl
 
getFileName() - Method in class com.jme.sound.openAL.objects.util.JMEAudioInputStream
 
getFilename() - Method in class com.jme.input.action.KeyScreenShotAction
Returns the currently set filename that screenshots are saved too.
getFillType() - Method in class com.jme.widget.layout.WidgetFlowLayout
getFillType
getFilter() - Method in class com.jme.image.Texture
getFilter returns the filter mode for the texture.
getFlangerParams() - Method in class com.jme.sound.fmod.scene.Configuration
 
getFlangerParams() - Method in class com.jme.sound.openAL.scene.Configuration
 
getFlatColor() - Method in class com.jme.widget.border.WidgetBorder
 
getFont(String) - Method in class com.jme.scene.model.XMLparser.Converters.DummyDisplaySystem
 
getFont(String) - Method in class com.jme.system.DisplaySystem
 
getFont(String) - Method in class com.jme.system.lwjgl.LWJGLDisplaySystem
 
getFont(String) - Static method in class com.jme.widget.font.WidgetFontManager
 
getFont() - Method in class com.jme.widget.text.WidgetText
 
getFontName() - Method in class com.jme.widget.text.WidgetText
 
getFontTexture(String) - Method in class com.jme.ui.UIFonts
 
getFormat() - Method in class com.jme.sound.openAL.objects.util.OggInputStream
Gets the format of the ogg file.
getFrameRate() - Method in class com.jme.util.Timer
Returns the "calls per second".
getFrameRate() - Method in class com.jme.util.lwjgl.LWJGLTimer
getFrameRate returns the current frame rate since the last call to update.
getFrameRate() - Static method in class com.jme.widget.WidgetAbstractFrame
getFrameRate
getFramesPerSecond() - Method in class com.jme.app.FixedFramerateGame
Gets the current frame rate.
getFramesPerSecond() - Method in class com.jme.app.VariableTimestepGame
getFramesPerSecond gets the current frame rate.
getFreq() - Method in class com.jme.system.PropertiesIO
getFreq returns the frequency of the monitor as read from the properties file.
getFrequency() - Method in class com.jme.sound.openAL.objects.util.Buffer
 
getFrequency() - Method in class com.jme.system.DisplaySystem
Returns the set frequency for the display system.
getFrustumBottom() - Method in class com.jme.renderer.AbstractCamera
getFrustumBottom returns the value of the bottom frustum plane.
getFrustumBottom() - Method in interface com.jme.renderer.Camera
getFrustumBottom returns the value of the bottom frustum plane.
getFrustumFar() - Method in class com.jme.renderer.AbstractCamera
getFrustumFar gets the value of the far frustum plane.
getFrustumFar() - Method in interface com.jme.renderer.Camera
getFrustumFar gets the value of the far frustum plane.
getFrustumLeft() - Method in class com.jme.renderer.AbstractCamera
getFrustumLeft gets the value of the left frustum plane.
getFrustumLeft() - Method in interface com.jme.renderer.Camera
getFrustumLeft gets the value of the left frustum plane.
getFrustumNear() - Method in class com.jme.renderer.AbstractCamera
getFrustumNear gets the value of the near frustum plane.
getFrustumNear() - Method in interface com.jme.renderer.Camera
getFrustumNear gets the value of the near frustum plane.
getFrustumRight() - Method in class com.jme.renderer.AbstractCamera
getFrustumRight gets the value of the right frustum plane.
getFrustumRight() - Method in interface com.jme.renderer.Camera
getFrustumRight gets the value of the right frustum plane.
getFrustumTop() - Method in class com.jme.renderer.AbstractCamera
getFrustumTop gets the value of the top frustum plane.
getFrustumTop() - Method in interface com.jme.renderer.Camera
getFrustumTop gets the value of the top frustum plane.
getFullInfo() - Method in class com.jme.util.geom.nvtristrip.PrimitiveGroup
 
getFullscreen() - Method in class com.jme.system.PropertiesIO
getFullscreen returns the fullscreen flag as read from the properties file.
getFunction() - Method in class com.jme.scene.state.ZBufferState
getFunction returns the current depth function.
getFxChorusID() - Method in class com.jme.sound.fmod.scene.Playable
 
getFxChorusID() - Method in class com.jme.sound.openAL.scene.Playable
 
getFxCompressorID() - Method in class com.jme.sound.fmod.scene.Playable
 
getFxCompressorID() - Method in class com.jme.sound.openAL.scene.Playable
 
getFxDistorsionID() - Method in class com.jme.sound.fmod.scene.Playable
 
getFxDistorsionID() - Method in class com.jme.sound.openAL.scene.Playable
 
getFxEchoID() - Method in class com.jme.sound.fmod.scene.Playable
 
getFxEchoID() - Method in class com.jme.sound.openAL.scene.Playable
 
getFxFlangerID() - Method in class com.jme.sound.fmod.scene.Playable
 
getFxFlangerID() - Method in class com.jme.sound.openAL.scene.Playable
 
getFxGargleID() - Method in class com.jme.sound.fmod.scene.Playable
 
getFxGargleID() - Method in class com.jme.sound.openAL.scene.Playable
 
getFxI3DL2ReverbID() - Method in class com.jme.sound.fmod.scene.Playable
 
getFxI3DL2ReverbID() - Method in class com.jme.sound.openAL.scene.Playable
 
getFxMaxID() - Method in class com.jme.sound.fmod.scene.Playable
 
getFxMaxID() - Method in class com.jme.sound.openAL.scene.Playable
 
getFxParamEqID() - Method in class com.jme.sound.fmod.scene.Playable
 
getFxParamEqID() - Method in class com.jme.sound.openAL.scene.Playable
 
getFxWavesReverbID() - Method in class com.jme.sound.fmod.scene.Playable
 
getFxWavesReverbID() - Method in class com.jme.sound.openAL.scene.Playable
 
getGargleParams() - Method in class com.jme.sound.fmod.scene.Configuration
 
getGargleParams() - Method in class com.jme.sound.openAL.scene.Configuration
 
getGeoMesh() - Method in class com.jme.effects.ParticleManager
getGeoMesh returns the currently set geometry mesh.
getGeometry() - Method in class com.jme.effects.ParticleManager
Get which Geometry method is being used by the underlying system.
getGravityForce() - Method in class com.jme.effects.ParticleManager
getGravityForce returns the gravity force.
getHeadlessDisplay() - Method in class com.jme.system.lwjgl.LWJGLDisplaySystem
Returns the Pbuffer used for headless display or null if not headless.
getHeight() - Method in class com.jme.image.Image
getHeight returns the height of this image.
getHeight() - Method in interface com.jme.renderer.Renderer
Retrieve the height set on this renderer.
getHeight() - Method in class com.jme.renderer.lwjgl.LWJGLRenderer
 
getHeight() - Method in class com.jme.scene.Text
 
getHeight() - Method in class com.jme.scene.shape.Cylinder
 
getHeight() - Method in class com.jme.system.DisplaySystem
Returns the set height for the display system.
getHeight() - Method in class com.jme.system.PropertiesIO
getHeight returns the height as read from the properties file.
getHeight(Vector2f) - Method in class com.jme.terrain.TerrainBlock
getHeight returns the height of an arbitrary point on the terrain.
getHeight(Vector3f) - Method in class com.jme.terrain.TerrainBlock
getHeight returns the height of an arbitrary point on the terrain.
getHeight(float, float) - Method in class com.jme.terrain.TerrainBlock
getHeight returns the height of an arbitrary point on the terrain.
getHeight(Vector2f) - Method in class com.jme.terrain.TerrainPage
getHeight returns the height of an arbitrary point on the terrain.
getHeight(Vector3f) - Method in class com.jme.terrain.TerrainPage
getHeight returns the height of an arbitrary point on the terrain.
getHeight(float, float) - Method in class com.jme.terrain.TerrainPage
getHeight returns the height of an arbitrary point on the terrain.
getHeight() - Method in class com.jme.ui.UIObject
gets the height of the control, before scaling
getHeight() - Method in interface com.jme.widget.Widget
getHeight
getHeight() - Method in class com.jme.widget.WidgetAbstractContainer
 
getHeight() - Method in class com.jme.widget.WidgetAbstractImpl
 
getHeight() - Method in class com.jme.widget.bounds.WidgetBoundingRectangle
 
getHeightMap() - Method in class com.jme.terrain.TerrainBlock
Returns the height map this terrain block is using.
getHeightMap() - Method in class com.jme.terrain.util.AbstractHeightMap
getHeightMap returns the entire grid of height data.
getHgap() - Method in class com.jme.widget.layout.WidgetFlowLayout
getHgap
getHgap() - Method in class com.jme.widget.layout.WidgetGridLayout
getHgap
getHorizontalScale() - Method in class com.jme.widget.image.WidgetImage
 
getHotSpotOffset() - Method in class com.jme.input.Mouse
Returns the currently set hotspot of the mouse.
getHotSpotPosition() - Method in class com.jme.input.Mouse
Returns this mouse's location relative to the hotspot offset.
getI3DLParams() - Method in class com.jme.sound.fmod.scene.Configuration
 
getI3DLParams() - Method in class com.jme.sound.openAL.scene.Configuration
 
getId() - Method in class com.jme.entity.Entity
getId returns this entity's id.
getImage() - Method in class com.jme.image.Texture
getImage returns the image data that makes up this texture.
getImage() - Method in class com.jme.widget.image.WidgetImage
 
getImageHeight() - Method in class com.jme.input.Mouse
getImageHeight retrieves the height of the cursor image.
getImageIcon() - Method in class com.jme.terrain.util.ProceduralTextureGenerator
getImageIcon retrieves the procedural texture that has been created.
getImageLocation() - Method in class com.jme.image.Texture
 
getImageWidth() - Method in class com.jme.input.Mouse
getImageWidth retrieves the width of the cursor image.
getIndex(int, int) - Method in class com.jme.effects.cloth.ClothPatch
Convienence method for calculating the array index of a given node given it's x and y coordiates.
getIndexAsBuffer() - Method in class com.jme.scene.TriMesh
getIndexAsBuffer retrieves the indices array as an IntBuffer.
getIndexRanges() - Method in class com.jme.scene.CompositeMesh
 
getIndices() - Method in class com.jme.scene.TriMesh
getIndices retrieves the indices into the vertex array.
getInfo() - Method in class com.jme.sound.openAL.objects.util.OggInputStream
 
getInitialDelayMillis() - Method in class com.jme.widget.util.WidgetRepeater
 
getInitialVelocity() - Method in class com.jme.effects.ParticleManager
Get the acceleration set in this manager.
getInputHandler() - Method in class com.jme.ui.UIActiveArea
Allows the developer to gain access to the inputHander that's being used for the hitTest
getInputHandler() - Method in interface com.jme.widget.Widget
getInputHandler
getInputHandler() - Method in class com.jme.widget.WidgetAbstractContainer
 
getInputHandler() - Method in class com.jme.widget.WidgetAbstractImpl
 
getInputHandler() - Method in class com.jme.widget.viewport.WidgetViewportCameraController
getInputHandler
getInsets() - Method in class com.jme.widget.WidgetAbstractContainer
 
getInstance() - Static method in class com.jme.app.GameStateManager
Returns the singleton instance of this class.
getInstance() - Static method in class com.jme.sound.openAL.objects.util.StreamPlayer
 
getInterpolatedHeight(float, float) - Method in class com.jme.terrain.util.AbstractHeightMap
getInterpolatedHeight returns the height of a point that does not fall directly on the height posts.
getIterations() - Method in class com.jme.effects.ParticleManager
Return the number this manager has warmed up
getKey() - Method in interface com.jme.input.action.InputAction
 
getKey() - Method in class com.jme.input.action.KeyInputAction
getKey retrieves the key associated with this action.
getKey() - Method in class com.jme.input.action.MouseLook
 
getKey() - Method in class com.jme.input.action.NodeMouseLook
 
getKey() - Method in class jmetest.intersection.MousePick
 
getKeyBindingManager() - Method in class com.jme.input.AbstractInputHandler
Returns the currently assigned keybard to receive key inputs.
getKeyBindingManager() - Method in class com.jme.input.InputHandler
Returns the currently assigned keybard to receive key inputs.
getKeyBindingManager() - Static method in class com.jme.input.KeyBindingManager
getInstance gets the static singleton instance of the manager.
getKeyChar() - Method in class com.jme.input.action.KeyInputAction
getKey retrieves the key associated with this action.
getKeyIndex(String) - Method in interface com.jme.input.KeyInput
The reverse of getKeyName, returns the value of the key given the name
getKeyIndex(String) - Method in class com.jme.input.lwjgl.LWJGLKeyInput
getKeyIndex returns the value of the key name
getKeyInput() - Static method in class com.jme.input.InputSystem
getKeyInput retrieves the key input device.
getKeyInput() - Method in class com.jme.input.KeyBindingManager
Returns the current KeyInput that this manager is using to determine keyboard input.
getKeyName(int) - Method in interface com.jme.input.KeyInput
getKeyName returns the string prepresentation of a key code.
getKeyName(int) - Method in class com.jme.input.lwjgl.LWJGLKeyInput
getKeyName returns the string representation of the key code.
getKeys() - Method in class com.jme.input.action.InputActionEvent
returns the list of keys.
getKind() - Method in class com.jme.scene.CompositeMesh.IndexRange
 
getLastFrustumIntersection() - Method in class com.jme.scene.Spatial
Returns this spatial's last frustum intersection result.
getLastWidgetUnderMouse() - Method in interface com.jme.widget.Widget
getLastWidgetUnderMouse
getLastWidgetUnderMouse() - Method in class com.jme.widget.WidgetAbstractContainer
getLastWidgetUnderMouse
getLastWidgetUnderMouse() - Method in class com.jme.widget.WidgetAbstractImpl
getLastWidgetUnderMouse
getLayout() - Method in class com.jme.widget.WidgetAbstractContainer
 
getLayout() - Method in class com.jme.widget.panel.WidgetScrollPanel
 
getLayout() - Method in class com.jme.widget.panel.rollout.WidgetRolloutPanel
 
getLayoutAlignmentX(WidgetAbstractContainer) - Method in class com.jme.widget.layout.WidgetBorderLayout
 
getLayoutAlignmentX(WidgetAbstractContainer) - Method in class com.jme.widget.layout.WidgetLayoutManager2
 
getLayoutAlignmentY(WidgetAbstractContainer) - Method in class com.jme.widget.layout.WidgetBorderLayout
 
getLayoutAlignmentY(WidgetAbstractContainer) - Method in class com.jme.widget.layout.WidgetLayoutManager2
 
getLeft() - Method in class com.jme.renderer.AbstractCamera
getLeft retrieves the left axis of the camera.
getLeft() - Method in interface com.jme.renderer.Camera
getLeft returns the left axis of the camera.
getLeft() - Method in class com.jme.widget.WidgetInsets
 
getLength() - Method in class com.jme.sound.openAL.objects.util.JMEAudioInputStream
 
getLength() - Method in class com.jme.sound.openAL.objects.util.OggInputStream
 
getLength() - Method in class com.jme.sound.openAL.objects.util.WavInputStream
 
getLight() - Method in class com.jme.light.LightNode
getLight returns the light object this node is controlling.
getLight() - Method in class com.jme.scene.BumpMapNode
 
getLightColor() - Method in class com.jme.widget.border.WidgetBorder
 
getLightCombineMode() - Method in class com.jme.scene.Spatial
Returns this spatial's light combine mode.
getLine() - Method in class com.jme.effects.ParticleManager
getLine returns the currently set line segment.
getLineWidth() - Method in class com.jme.scene.state.WireframeState
Returns the current lineWidth.
getLinear() - Method in class com.jme.light.Light
getLinear returns the value for the linear attenuation.
getLoadFlags() - Method in class com.jme.scene.model.Loader
Returns the current flag state, as a long
getLocalRotation() - Method in class com.jme.scene.Spatial
getLocalRotation retrieves the local rotation of this node.
getLocalScale() - Method in class com.jme.scene.Spatial
getLocalScale retrieves the local scale of this node.
getLocalTranslation() - Method in class com.jme.scene.Spatial
getLocalTranslation retrieves the local translation of this node.
getLocation() - Method in class com.jme.light.PointLight
getLocation returns the position of this light.
getLocation() - Method in class com.jme.renderer.AbstractCamera
getLocation retrieves the location vector of the camera.
getLocation() - Method in interface com.jme.renderer.Camera
getLocation returns the position of the camera.
getLocation() - Method in interface com.jme.widget.Widget
getLocation
getLocation() - Method in class com.jme.widget.WidgetAbstractContainer
 
getLocation() - Method in class com.jme.widget.WidgetAbstractImpl
 
getLockAxis() - Method in class com.jme.input.action.MouseLook
Returns the axis that is currently locked.
getLockAxis() - Method in class com.jme.input.action.NodeMouseLook
Returns the axis that is currently locked.
getLogger() - Static method in class com.jme.util.LoggingSystem
getLogger returns the logger object maintained by the LoggingSystem.
getLoggingSystem() - Static method in class com.jme.util.LoggingSystem
getLoggingSystem is the entry point for the LoggingSystem class.
getMask() - Method in class com.jme.scene.state.AttributeState
 
getMaskU0() - Method in class com.jme.widget.WidgetTextureCoords
getMaskU0
getMaskU1() - Method in class com.jme.widget.WidgetTextureCoords
getMaskU1
getMaskV0() - Method in class com.jme.widget.WidgetTextureCoords
getMaskV0
getMaskV1() - Method in class com.jme.widget.WidgetTextureCoords
getMaskV1
getMax() - Method in class com.jme.widget.bounds.WidgetBoundingRectangle
 
getMaxAnisotropic() - Method in class com.jme.scene.state.TextureState
Returns the maximum anisotropic filter.
getMaxNumOfStages() - Method in class com.jme.effects.transients.Transient
Returns the maximum number of stages for this node.
getMaxTime() - Method in class com.jme.scene.Controller
Returns the current maximum time for this controller.
getMaxX() - Method in class com.jme.widget.bounds.WidgetBoundingRectangle
 
getMaxY() - Method in class com.jme.widget.bounds.WidgetBoundingRectangle
 
getMaximum() - Method in class com.jme.widget.slider.WidgetAbstractSlider
getMaximum
getMaximumSize() - Method in class com.jme.widget.layout.WidgetLayoutManager
 
getMeshAsTriangles() - Method in class com.jme.scene.CompositeMesh
Return this mesh object as triangles.
getMeshAsTriangles() - Method in class com.jme.scene.TriMesh
Return this mesh object as triangles.
getMeshColor() - Method in class com.jme.scene.shape.OrientedBox
Returns this OB's per vertex color.
getMetric(VETMesh.Edge, VETMesh.EdgeAttribute) - Method in class com.jme.scene.lod.ClodCreator
 
getMidPoint() - Method in class com.jme.effects.LensFlare
Get the flare's reference midpoint, usually the center of the screen.
getMin() - Method in class com.jme.widget.bounds.WidgetBoundingRectangle
 
getMinAlphaBits() - Method in class com.jme.system.DisplaySystem
Returns the minimum bits per pixel in the alpha buffer.
getMinDepthBits() - Method in class com.jme.system.DisplaySystem
Returns the minimum bits per pixel in the depth buffer.
getMinSamples() - Method in class com.jme.system.DisplaySystem
Returns the minimum samples in multisample buffer.
getMinStencilBits() - Method in class com.jme.system.DisplaySystem
Returns the minimum bits per pixel in the stencil buffer.
getMinTime() - Method in class com.jme.scene.Controller
Returns the current minimum time of this controller
getMinX() - Method in class com.jme.widget.bounds.WidgetBoundingRectangle
 
getMinY() - Method in class com.jme.widget.bounds.WidgetBoundingRectangle
 
getMinimum() - Method in class com.jme.widget.slider.WidgetAbstractSlider
getMinimum
getMipMapSizes() - Method in class com.jme.image.Image
Returns the mipmap sizes for this image.
getMipmap() - Method in class com.jme.image.Texture
getMipmap returns the mipmap mode for the texture.
getMipmapState() - Method in class com.jme.image.Texture
getMipmapState returns the current mipmap state of this texture.
getModelBound() - Method in class com.jme.scene.Geometry
getModelBound retrieves the bounding object that contains the geometry node's vertices.
getModelUpdate() - Method in class com.jme.animation.JointController
Returns true if the model's bounding volume is being updated every frame.
getModelUpdate() - Method in class com.jme.animation.KeyframeController
Returns true if the model's bounding volume is being updated every frame.
getMorphMesh() - Method in class com.jme.animation.KeyframeController
 
getMouse() - Method in class com.jme.input.AbstractInputHandler
Returns the mouse currently receiving inputs by this handler.
getMouse() - Method in class com.jme.input.InputHandler
Returns the mouse currently receiving inputs by this handler.
getMouse() - Method in class com.jme.input.action.InputActionEvent
 
getMouseInput() - Static method in class com.jme.input.InputSystem
getMouseInput retrieves the mouse input device.
getMouseInput() - Method in class com.jme.input.Mouse
getMouseInput retrieves the input device for the mouse.
getMouseInput() - Method in interface com.jme.widget.Widget
getMouseInput
getMouseInput() - Method in class com.jme.widget.WidgetAbstractContainer
 
getMouseInput() - Method in class com.jme.widget.WidgetAbstractImpl
 
getMouseOwner() - Method in interface com.jme.widget.Widget
getMouseOwner
getMouseOwner() - Method in class com.jme.widget.WidgetAbstractContainer
 
getMouseOwner() - Method in class com.jme.widget.WidgetAbstractImpl
 
getName() - Method in class com.jme.scene.Spatial
Returns the name of this spatial.
getName() - Method in class com.jme.util.JmeType
getName returns the name of this jME type
getName() - Method in class com.jme.widget.font.WidgetAbstractFont
 
getName() - Method in interface com.jme.widget.font.WidgetFont
 
getNode(int) - Method in class com.jme.math.SpringSystem
Grab a specific node from this system.
getNodeCount() - Method in class com.jme.math.SpringSystem
Return the number of nodes in this system.
getNormal() - Method in class com.jme.math.Plane
getNormal retrieves the normal of the plane.
getNormalAsFloatBuffer() - Method in class com.jme.scene.Geometry
getNormalAsFloatBuffer retrieves this geometry's normal information as a float buffer.
getNormalMap() - Method in class com.jme.scene.BumpMapNode
 
getNormals() - Method in class com.jme.scene.Geometry
getNormals returns the array that contains this geometry's normal information.
getNotifierMouseButtonDown() - Method in interface com.jme.widget.Widget
getNotifierMouseButtonDown
getNotifierMouseButtonDown() - Method in class com.jme.widget.WidgetAbstractContainer
 
getNotifierMouseButtonDown() - Method in class com.jme.widget.WidgetAbstractImpl
 
getNotifierMouseButtonUp() - Method in interface com.jme.widget.Widget
getNotifierMouseButtonUp
getNotifierMouseButtonUp() - Method in class com.jme.widget.WidgetAbstractContainer
 
getNotifierMouseButtonUp() - Method in class com.jme.widget.WidgetAbstractImpl
 
getNotifierMouseDrag() - Method in interface com.jme.widget.Widget
getNotifierMouseDrag
getNotifierMouseDrag() - Method in class com.jme.widget.WidgetAbstractContainer
 
getNotifierMouseDrag() - Method in class com.jme.widget.WidgetAbstractImpl
 
getNotifierMouseEnter() - Method in interface com.jme.widget.Widget
getNotifierMouseEnter
getNotifierMouseEnter() - Method in class com.jme.widget.WidgetAbstractContainer
 
getNotifierMouseEnter() - Method in class com.jme.widget.WidgetAbstractImpl
 
getNotifierMouseExit() - Method in interface com.jme.widget.Widget
getNotifierMouseExit
getNotifierMouseExit() - Method in class com.jme.widget.WidgetAbstractContainer
 
getNotifierMouseExit() - Method in class com.jme.widget.WidgetAbstractImpl
 
getNotifierMouseMove() - Method in interface com.jme.widget.Widget
getNotifierMouseMove
getNotifierMouseMove() - Method in class com.jme.widget.WidgetAbstractContainer
 
getNotifierMouseMove() - Method in class com.jme.widget.WidgetAbstractImpl
 
getNumChannels() - Method in class com.jme.sound.openAL.objects.util.Buffer
 
getNumObjects() - Method in class com.jme.animation.SpatialTransformer
Returns the number of Objects used by this SpatialTransformer
getNumber() - Method in class com.jme.intersection.CollisionResults
getNumber retrieves the number of collisions that have been placed in the results.
getNumber() - Method in class com.jme.intersection.PickResults
getNumber retrieves the number of geometries that have been placed in the results.
getNumberOfUnits() - Method in class com.jme.scene.Geometry
getNumberOfUnits returns the number of texture units this geometry supports.
getNumberOfUnits() - Method in class com.jme.scene.state.TextureState
getNumberOfUnits returns the number of texture units the computer's graphics card supports.
getObjects() - Method in class com.jme.scene.BumpMapNode
 
getOffset() - Method in class com.jme.terrain.TerrainBlock
Returns the current offset amount.
getOffset() - Method in class com.jme.terrain.TerrainPage
Returns the current offset amount.
getOffset() - Method in class com.jme.widget.bounds.WidgetViewRectangle
 
getOffset() - Method in class com.jme.widget.scroller.WidgetAbstractScroller
 
getOffset() - Method in class com.jme.widget.scroller.WidgetScrollerThumbTray
 
getOffsetAmount() - Method in class com.jme.terrain.TerrainBlock
Returns the offset amount this terrain block uses for textures.
getOffsetAmount() - Method in class com.jme.terrain.TerrainPage
Returns the offset amount this terrain block uses for textures.
getOffsetX() - Method in class com.jme.widget.bounds.WidgetViewRectangle
 
getOffsetY() - Method in class com.jme.widget.bounds.WidgetViewRectangle
 
getOrientation(float, float) - Method in class com.jme.curve.BezierCurve
getOrientation calculates the rotation matrix for any given point along to the line to still be facing in the direction of the line.
getOrientation(float, float, Vector3f) - Method in class com.jme.curve.BezierCurve
getOrientation calculates the rotation matrix for any given point along to the line to still be facing in the direction of the line.
getOrientation(float, float) - Method in class com.jme.curve.Curve
getOrientation calculates a rotation matrix that defines the orientation along a curve.
getOrientation(float, float, Vector3f) - Method in class com.jme.curve.Curve
getOrientation calculates a rotation matrix that defines the orientation along a curve.
getOrientation() - Method in class com.jme.sound.fmod.objects.Listener
Get the 6 coordinate listener's orientation
getOrientation() - Method in class com.jme.sound.openAL.objects.Listener
Get the 6 coordinate listener's orientation
getOrientationType() - Method in class com.jme.widget.slider.WidgetSliderThumb
getOrientationType
getOrigCenter() - Method in class com.jme.bounding.BoundingBox
Returns the original, unrotated center of the bounding box.
getOrigExtent() - Method in class com.jme.bounding.BoundingBox
Gets the original, unrotated extent of the box.
getOrigin() - Method in class com.jme.math.Line
getOrigin returns the origin of the line.
getOrigin() - Method in class com.jme.math.Ray
getOrigin retrieves the origin point of the ray.
getOwner() - Method in interface com.jme.widget.Widget
getOwner
getOwner() - Method in class com.jme.widget.WidgetAbstractContainer
 
getOwner() - Method in class com.jme.widget.WidgetAbstractImpl
 
getPanOffset() - Method in class com.jme.widget.WidgetAbstractContainer
 
getPanOffsetX() - Method in class com.jme.widget.WidgetAbstractContainer
 
getPanOffsetY() - Method in class com.jme.widget.WidgetAbstractContainer
 
getPanelInsets() - Method in class com.jme.widget.panel.rollout.WidgetRolloutPanel
 
getPanelLayout() - Method in class com.jme.widget.panel.rollout.WidgetRolloutPanel
 
getPanelWidget(int) - Method in class com.jme.widget.panel.rollout.WidgetRolloutPanel
 
getPanelWidgetCount() - Method in class com.jme.widget.panel.rollout.WidgetRolloutPanel
 
getParent() - Method in class com.jme.scene.Spatial
getParent retrieve's this node's parent.
getParent() - Method in class com.jme.sound.fmod.scene.SoundSpatial
getParent retrieve's this node's parent.
getParent() - Method in class com.jme.sound.openAL.scene.SoundSpatial
getParent retrieve's this node's parent.
getParticleArray() - Method in class com.jme.effects.ParticleManager
 
getParticleSpinSpeed() - Method in class com.jme.effects.ParticleManager
getParticleSpinSpeed returns the current spin speed of particles.
getParticles() - Method in class com.jme.effects.ParticleManager
Get the TriMesh that holds all of the particle information for display.
getParticlesMinimumLifeTime() - Method in class com.jme.effects.ParticleManager
getParticlesMinimumLifeTime returns the minimum life time of a particle.
getParticlesNumber() - Method in class com.jme.effects.ParticleManager
Get the number of particles managed by this manager.
getParticlesOrigin() - Method in class com.jme.effects.ParticleManager
Get the origin point set in this manager.
getPickData(int) - Method in class com.jme.intersection.PickResults
getGeometry retrieves a Geometry from a specific index.
getPlaneState() - Method in class com.jme.renderer.AbstractCamera
getPlaneState returns the state of the frustum planes.
getPlaneState() - Method in interface com.jme.renderer.Camera
getPlaneState returns the state of the frustum planes.
getPoint(float, Vector3f) - Method in class com.jme.curve.BezierCurve
getPoint calculates a point on a Bezier curve from a given time value within the interval [0, 1].
getPoint(float) - Method in class com.jme.curve.BezierCurve
 
getPoint(float) - Method in class com.jme.curve.Curve
getPoint calculates a point on the curve based on the time, where time is [0, 1].
getPoint(float, Vector3f) - Method in class com.jme.curve.Curve
Equivalent to getPoint(float) but instead of creating a new Vector3f object on the heap, the result is stored in store and store is returned.
getPosition() - Method in class com.jme.effects.Particle
 
getPosition() - Method in class com.jme.sound.fmod.objects.Listener
 
getPosition() - Method in class com.jme.sound.openAL.objects.Listener
 
getPrecision() - Method in class com.jme.effects.ParticleManager
Get how soon after the last update the manager will send updates to the particles.
getPreferredSize() - Method in interface com.jme.widget.Widget
getPreferredSize
getPreferredSize() - Method in class com.jme.widget.WidgetAbstractContainer
 
getPreferredSize() - Method in class com.jme.widget.WidgetAbstractImpl
 
getPreferredSize() - Method in class com.jme.widget.button.WidgetImageButton
Needed by the AbsoluteLayout to figure out how big to draw it.
getPreferredSize() - Method in class com.jme.widget.image.WidgetImage
 
getPreferredSize() - Method in class com.jme.widget.panel.rollout.WidgetRolloutPanel
 
getPreferredSize() - Method in class com.jme.widget.scroller.WidgetScrollerButton
 
getPreferredSize() - Method in class com.jme.widget.scroller.WidgetScrollerThumb
 
getPreviousButtonState() - Method in interface com.jme.input.MouseInput
 
getPreviousButtonState() - Method in class com.jme.input.lwjgl.LWJGLMouseInput
 
getProperty(String) - Method in class com.jme.entity.Entity
Get a property of this entity.
getQuadratic() - Method in class com.jme.light.Light
getQuadratic returns the value for the quadratic attentuation.
getQuantity() - Method in class com.jme.scene.Node
getQuantity returns the number of children this node maintains.
getQuantity() - Method in class com.jme.scene.state.LightState
getQuantity returns the number of lights currently in the queue.
getQuantity() - Method in class com.jme.sound.fmod.scene.SoundNode
getQuantity returns the number of children this node maintains.
getQuantity() - Method in class com.jme.sound.openAL.scene.SoundNode
getQuantity returns the number of children this node maintains.
getQueue() - Method in interface com.jme.renderer.Renderer
Get the render queue associated with this Renderer.
getQueue() - Method in class com.jme.renderer.lwjgl.LWJGLRenderer
 
getRadius() - Method in class com.jme.bounding.BoundingSphere
getRadius returns the radius of the bounding sphere.
getRadius() - Method in class com.jme.scene.shape.Cylinder
 
getRandomMod() - Method in class com.jme.effects.ParticleManager
getRandomFactor returns the current randomness of particles.
getRange() - Method in class com.jme.widget.scroller.WidgetAbstractScroller
 
getRange() - Method in class com.jme.widget.scroller.WidgetScrollerThumbTray
 
getRate() - Method in class com.jme.sound.openAL.objects.util.OggInputStream
Gets the rate of the pcm audio.
getRay() - Method in class com.jme.intersection.PickData
 
getRecordQuantity() - Method in class com.jme.scene.lod.ClodMesh
Returns the number of records this ClodMesh currently uses.
getRecords() - Method in class com.jme.scene.lod.ClodCreator
 
getRecords() - Method in class com.jme.scene.lod.ClodMesh
Returns the current collapse records array.
getRectangle() - Method in class com.jme.effects.ParticleManager
getRectangle returns the currently set rectangle segment.
getRedrawRate() - Method in class com.jme.scene.ImposterNode
Get how often (in seconds) we want the texture updated.
getReference() - Method in class com.jme.scene.state.AlphaState
getReference returns the reference value that incoming alpha values are compared to.
getRelaxLoops() - Method in class com.jme.math.SpringSystem
Return how many times each spring is updated per SpringSystem update.
getReleaseRate() - Method in class com.jme.effects.ParticleManager
Get the number of particles the manager should release per second.
getReleaseVariance() - Method in class com.jme.effects.ParticleManager
Get the variance possible on the release rate.
getRenderQueueMode() - Method in class com.jme.scene.Spatial
 
getRenderStateList() - Method in class com.jme.scene.Spatial
Returns the array of RenerState that this Spatial currently has.
getRenderer() - Method in class com.jme.scene.model.XMLparser.Converters.DummyDisplaySystem
 
getRenderer() - Method in class com.jme.system.DisplaySystem
getRenderer returns the Renderer implementation that is compatible with the chosen DisplaySystem.
getRenderer() - Method in class com.jme.system.PropertiesIO
getRenderer returns the requested rendering API, or the default.
getRenderer() - Method in class com.jme.system.lwjgl.LWJGLDisplaySystem
getRenderer returns the created rendering class for LWJGL ( LWJGLRenderer).
getRenderer() - Method in class com.jme.util.awt.JMECanvasImplementor
 
getRenderer(WidgetPanel) - Method in class com.jme.widget.renderer.WidgetRendererFactory
getRenderer
getRenderer(WidgetText) - Method in class com.jme.widget.renderer.WidgetRendererFactory
getRenderer
getRenderer(WidgetScrollerButton) - Method in class com.jme.widget.renderer.WidgetRendererFactory
getRenderer
getRenderer(WidgetSliderThumb) - Method in class com.jme.widget.renderer.WidgetRendererFactory
getRenderer
getRenderer(WidgetSliderThumbTray) - Method in class com.jme.widget.renderer.WidgetRendererFactory
getRenderer
getRenderer(WidgetImage) - Method in class com.jme.widget.renderer.WidgetRendererFactory
getRenderer
getRendererType() - Method in class com.jme.scene.model.XMLparser.Converters.DummyDisplaySystem
 
getRendererType() - Method in class com.jme.system.DisplaySystem
getRendererType returns an instance of a strongly typed enumeration that can be used to determine the renderer that the DisplaySystem is currently using.
getRendererType() - Method in class com.jme.system.lwjgl.LWJGLDisplaySystem
getRendererType
getRepeatPerSecond() - Method in class com.jme.widget.util.WidgetRepeater
 
getRepeatType() - Method in class com.jme.scene.Controller
Returns the current repeat type of this controller.
getResolution() - Method in class com.jme.util.Timer
Returns the resolution of the timer.
getResolution() - Method in class com.jme.util.lwjgl.LWJGLTimer
 
getRestLength() - Method in class com.jme.math.Spring
Return the rest length of this Spring.
getReverbParams() - Method in class com.jme.sound.fmod.scene.Configuration
 
getReverbParams() - Method in class com.jme.sound.openAL.scene.Configuration
 
getReversedOrderMesh() - Method in class com.jme.scene.lod.VETMesh
 
getRight() - Method in class com.jme.widget.WidgetInsets
 
getRotation(Matrix3f) - Method in class com.jme.math.TransformMatrix
Stores the rotational part of this matrix into the passed matrix.
getRotation(Quaternion) - Method in class com.jme.math.TransformMatrix
Stores the rotational part of this matrix into the passed Quaternion.
getRotation(Quaternion) - Method in class com.jme.math.TransformMatrixQuat
Stores this rotation value into the given Quaternion.
getRotation() - Method in class com.jme.math.TransformMatrixQuat
Return the rotation quaternion in this matrix.
getRotationColumn(int) - Method in class com.jme.math.Quaternion
getRotationColumn returns one of three columns specified by the parameter.
getRotationColumn(int, Vector3f) - Method in class com.jme.math.Quaternion
getRotationColumn returns one of three columns specified by the parameter.
getScale(Vector3f) - Method in class com.jme.math.TransformMatrix
Returns this TransformMatrix's scale factor
getScale() - Method in class com.jme.math.TransformMatrixQuat
Return the scale vector in this matrix.
getScale(Vector3f) - Method in class com.jme.math.TransformMatrixQuat
Stores this scale value into the given vector3f.
getScale() - Method in class com.jme.widget.text.WidgetText
 
getScaleMode() - Method in class com.jme.widget.image.WidgetImage
 
getScaledHeightAtPoint(int, int) - Method in class com.jme.terrain.util.AbstractHeightMap
getScaledHeightAtPoint returns the scaled value at the point provided.
getScene() - Method in class jmetest.widget.viewport.scene.TestAbstractScene
getScene
getScene() - Method in class jmetest.widget.viewport.scene.TestScene2
getScene
getScreenCoordinates(Vector3f) - Method in class com.jme.scene.model.XMLparser.Converters.DummyDisplaySystem
 
getScreenCoordinates(Vector3f, Vector3f) - Method in class com.jme.scene.model.XMLparser.Converters.DummyDisplaySystem
 
getScreenCoordinates(Vector3f) - Method in class com.jme.system.DisplaySystem
Translate world to screen coordinates
getScreenCoordinates(Vector3f, Vector3f) - Method in class com.jme.system.DisplaySystem
Translate world to screen coordinates
getScreenCoordinates(Vector3f) - Method in class com.jme.system.lwjgl.LWJGLDisplaySystem
getScreenCoordinates translate world to screen coordinates.
getScreenCoordinates(Vector3f, Vector3f) - Method in class com.jme.system.lwjgl.LWJGLDisplaySystem
getScreenCoordinates translate world to screen coordinates.
getShade() - Method in class com.jme.scene.state.ShadeState
getShade returns the current shading state.
getShininess() - Method in class com.jme.scene.state.MaterialState
getShininess retrieves the shininess value of the material.
getSide(int) - Method in class com.jme.scene.Skybox
Retrieve the quad indicated by the given side.
getSize() - Method in class com.jme.sound.openAL.objects.util.Buffer
 
getSize() - Method in class com.jme.terrain.TerrainBlock
Returns the size of this terrain block.
getSize() - Method in class com.jme.terrain.TerrainPage
Returns the size of this terrain page.
getSize() - Method in class com.jme.terrain.util.AbstractHeightMap
getSize returns the size of one side the height map.
getSize() - Method in interface com.jme.widget.Widget
getSize
getSize() - Method in class com.jme.widget.WidgetAbstractContainer
 
getSize() - Method in class com.jme.widget.WidgetAbstractImpl
 
getSize() - Method in class com.jme.widget.bounds.WidgetBoundingRectangle
 
getSourceMesh() - Method in class com.jme.intersection.CollisionData
 
getSourceTris() - Method in class com.jme.intersection.CollisionData
 
getSpatial() - Method in class com.jme.entity.Entity
getSpatial retrieves the spatial object of the entity.
getSpecular() - Method in class com.jme.light.Light
getSpecular returns the specular color value for this light.
getSpecular() - Method in class com.jme.scene.state.MaterialState
getSpecular retrieves the specular color of the material.
getSpeed() - Method in class com.jme.effects.transients.FadeInOut
Returns the speed that this object should fade at.
getSpeed() - Method in interface com.jme.input.action.InputAction
getSpeed returns the speed modifier of the action.
getSpeed() - Method in class com.jme.input.action.KeyInputAction
Returns the currently set speed.
getSpeed() - Method in class com.jme.input.action.MouseLook
getSpeed retrieves the speed of the mouse look.
getSpeed() - Method in class com.jme.input.action.NodeMouseLook
getSpeed retrieves the speed of the mouse look.
getSpeed() - Method in class com.jme.scene.Controller
Returns the speed of this controller.
getSpeed() - Method in class jmetest.intersection.MousePick
 
getSpring(int) - Method in class com.jme.math.SpringSystem
Grab a specific spring from this system.
getSpringCount() - Method in class com.jme.math.SpringSystem
Return the number of springs in this system.
getSpringLength() - Method in class com.jme.effects.cloth.ClothPatch
Return the preset length the structural springs are set to.
getSrcFunction() - Method in class com.jme.scene.state.AlphaState
getSrcFunction returns the source function for the blending function.
getStandIn() - Method in class com.jme.scene.ImposterNode
Get the Quad used as a standin for the scene being faked.
getStartChar() - Method in class com.jme.widget.font.WidgetFontHeader
 
getStartColor() - Method in class com.jme.effects.ParticleManager
getStartColor returns the starting color.
getStartSize() - Method in class com.jme.effects.ParticleManager
getStartSize returns the start size.
getState() - Method in class com.jme.ui.UIActiveObject
returns the current state of the control
getState() - Method in class com.jme.ui.UICheck
Override of the UIObject getState() which returns also the checked or selected state.
getStateNode() - Method in interface com.jme.app.GameState
Gets the state node of this state.
getStateNode() - Method in class com.jme.app.StandardGameState
Gets the state node of this state.
getStatistics() - Method in interface com.jme.renderer.Renderer
Returns statistical data as a String.
getStatistics(StringBuffer) - Method in interface com.jme.renderer.Renderer
Stores the statistical data into the passed string buffer and returns a when finished.
getStatistics() - Method in class com.jme.renderer.lwjgl.LWJGLRenderer
getStatistics returns a string value of the rendering statistics information (number of triangles and number of vertices).
getStatistics(StringBuffer) - Method in class com.jme.renderer.lwjgl.LWJGLRenderer
getStatistics returns a string value of the rendering statistics information (number of triangles and number of vertices).
getStats() - Method in class com.jme.effects.transients.FadeInOutController
Returns "Alpha: "+{alpha value of fade object's quad's color}
getStatus() - Method in class com.jme.effects.Particle
 
getStencilFunc() - Method in class com.jme.scene.state.StencilState
Returns the currently set stencil function.
getStencilMask() - Method in class com.jme.scene.state.StencilState
Returns the currently set stencil mask.
getStencilOpFail() - Method in class com.jme.scene.state.StencilState
Returns the current stencil operation.
getStencilOpZFail() - Method in class com.jme.scene.state.StencilState
Returns the current Z op fail function.
getStencilOpZPass() - Method in class com.jme.scene.state.StencilState
Returns the current Z op pass function.
getStencilRef() - Method in class com.jme.scene.state.StencilState
Returns the currently set stencil reference.
getStepScale() - Method in class com.jme.terrain.TerrainBlock
Returns the step scale that stretches the height map.
getStepScale() - Method in class com.jme.terrain.TerrainPage
Returns the step scale that stretches the height map.
getSteps() - Method in class com.jme.curve.Curve
getSteps retrieves the number of steps that make up the curve.
getStreamLength(int) - Static method in class com.jme.sound.fmod.SoundSystem
Get the length of the given stream in milliseconds
getStreamLength(int) - Static method in class com.jme.sound.openAL.SoundSystem
Get the length of the given stream in milliseconds
getStringSize(String) - Method in class com.jme.widget.font.WidgetAbstractFont
 
getStringSize(String) - Method in interface com.jme.widget.font.WidgetFont
 
getSwitchChild() - Method in class com.jme.scene.DistanceSwitchModel
getSwitchChild returns the index of the child that should be switched on.
getSwitchChild() - Method in interface com.jme.scene.SwitchModel
getSwitchChild returns the index of the node that should be set active in the SwitchNode.
getSystem() - Method in class com.jme.effects.cloth.ClothPatch
Return the underlying SpringSystem.
getTargetMesh() - Method in class com.jme.intersection.CollisionData
 
getTargetMesh() - Method in class com.jme.intersection.PickData
getTargetMesh returns the geometry that was hit by the ray.
getTargetRecord() - Method in class com.jme.scene.lod.ClodMesh
Returns the currently set target record.
getTargetTris() - Method in class com.jme.intersection.CollisionData
 
getTargetTris() - Method in class com.jme.intersection.PickData
 
getTestFunction() - Method in class com.jme.scene.state.AlphaState
getTestFunction returns the testing function used for the alpha testing.
getTex() - Method in class com.jme.widget.font.WidgetFontHeader
 
getTexHeight() - Method in class com.jme.widget.font.WidgetFontHeader
 
getTexWidth() - Method in class com.jme.widget.font.WidgetFontHeader
 
getText() - Method in class com.jme.scene.Text
getText retrieves the text string of this Text object.
getText() - Method in class com.jme.widget.text.WidgetLabel
 
getText() - Method in class com.jme.widget.text.WidgetText
 
getTextAlignment() - Method in class com.jme.widget.text.WidgetLabel
 
getTextColor() - Method in class com.jme.scene.Text
Returns the current text color.
getTexture() - Method in class com.jme.scene.state.TextureState
getTexture gets the texture that is assigned to the first texture unit.
getTexture(int) - Method in class com.jme.scene.state.TextureState
getTexture retrieves the texture being used by the state in a particular texture unit.
getTexture() - Method in class com.jme.widget.font.WidgetAbstractFont
 
getTexture() - Method in interface com.jme.widget.font.WidgetFont
 
getTextureAsFloatBuffer() - Method in class com.jme.scene.Geometry
getTextureAsFloatBuffer retrieves this geometry's texture information contained within a float buffer.
getTextureAsFloatBuffer(int) - Method in class com.jme.scene.Geometry
getTextureAsFloatBuffer retrieves the texture buffer of a given texture unit.
getTextureCombineMode() - Method in class com.jme.scene.Spatial
Returns this spatial's texture combine mode.
getTextureCoords() - Method in interface com.jme.widget.Widget
getTextureCoords
getTextureCoords() - Method in class com.jme.widget.WidgetAbstractContainer
getTextureCoords
getTextureCoords() - Method in class com.jme.widget.WidgetAbstractImpl
 
getTextureId() - Method in class com.jme.image.Texture
getTextureId returns the texture id of this texture.
getTextureRenderer() - Method in class com.jme.scene.ImposterNode
Get the Underlying texture renderer used by this imposter.
getTextureState() - Method in class com.jme.scene.BumpMapNode
 
getTextures() - Method in class com.jme.scene.Geometry
getTextures retrieves the texture array that contains this geometry's texture information.
getTextures(int) - Method in class com.jme.scene.Geometry
getTextures retrieves the texture array that contains this geometry's texture information for a given texture unit.
getThumb() - Method in class com.jme.widget.scroller.WidgetScrollerThumbTray
getThumb
getThumbPos() - Method in class com.jme.widget.scroller.WidgetScrollerThumbTray
getThumbPos
getThumbSize() - Method in class com.jme.widget.scroller.WidgetScrollerThumbTray
getThumbSize
getTime() - Method in class com.jme.input.action.InputActionEvent
returns the time the event occured.
getTime() - Method in class com.jme.util.Timer
Returns the current time in ticks.
getTime() - Method in class com.jme.util.lwjgl.LWJGLTimer
 
getTimeDilation() - Method in class com.jme.effects.cloth.ClothPatch
Get the time dilation factor.
getTimeInSeconds() - Method in class com.jme.util.Timer
Returns the time in seconds.
getTimePerFrame() - Method in class com.jme.util.Timer
Returns the time, in seconds, between the last call and the current one.
getTimePerFrame() - Method in class com.jme.util.lwjgl.LWJGLTimer
 
getTimer(String) - Static method in class com.jme.util.Timer
Returns the high resolution timer.
getTimer() - Static method in class com.jme.widget.WidgetAbstractFrame
getTimer
getTitle() - Method in class com.jme.widget.panel.rollout.WidgetRolloutPanel
 
getTitle() - Method in class com.jme.widget.text.WidgetLabel
 
getTop() - Method in class com.jme.widget.WidgetInsets
 
getTopLevelComponent() - Method in class com.jme.widget.WidgetAbstractImpl
 
getTotalSize() - Method in class com.jme.terrain.TerrainBlock
Returns the total size of the terrain.
getTotalSize() - Method in class com.jme.terrain.TerrainPage
Returns the total size of the terrain.
getTranslation(Vector3f) - Method in class com.jme.math.TransformMatrix
Stores the translational part of this matrix into the passed matrix.
getTranslation() - Method in class com.jme.math.TransformMatrixQuat
Return the translation vector in this matrix.
getTranslation(Vector3f) - Method in class com.jme.math.TransformMatrixQuat
Stores this translation value into the given vector3f.
getTriangle(int, int[]) - Method in class com.jme.scene.CompositeMesh
Stores in the storage array the indices of triangle i.
getTriangle(int, Vector3f[]) - Method in class com.jme.scene.CompositeMesh
Stores in the vertices array the vertex values of triangle i.
getTriangle(int, int[]) - Method in class com.jme.scene.TriMesh
Stores in the storage array the indices of triangle i.
getTriangle(int, Vector3f[]) - Method in class com.jme.scene.TriMesh
Stores in the vertices array the vertex values of triangle i.
getTriangleMap() - Method in class com.jme.scene.lod.VETMesh
 
getTriangleNormal(Vector3f, Vector3f, Vector3f, Vector3f) - Method in class com.jme.effects.cloth.ClothPatch
Get the normal of the triangle defined by the given vertices.
getTriangleQuantity() - Method in class com.jme.scene.CompositeMesh
 
getTriangleQuantity() - Method in class com.jme.scene.TriMesh
Returns the number of triangles this TriMesh contains.
getTriangleQuantity() - Method in class com.jme.scene.lod.VETMesh
 
getTriangleQuantityEquivalent() - Method in class com.jme.scene.CompositeMesh.IndexRange
 
getTriangles(int, int) - Method in class com.jme.scene.lod.VETMesh
 
getTriangles(int) - Method in class com.jme.scene.lod.VETMesh
 
getTriangles(Set) - Method in class com.jme.scene.lod.VETMesh
 
getTrimmedIndices() - Method in class com.jme.util.geom.nvtristrip.PrimitiveGroup
 
getTrisPerPixel() - Method in class com.jme.scene.lod.AreaClodMesh
Returns the currently set number of triangles per pixel this AreaClodMesh should fit on the screen.
getTrueHeightAtPoint(int, int) - Method in class com.jme.terrain.util.AbstractHeightMap
getTrueHeightAtPoint returns the non-scaled value at the point provided.
getTwoSidedLighting() - Method in class com.jme.scene.state.LightState
Returns the current state of two sided lighting for this LightState.
getTx1() - Method in class com.jme.widget.font.WidgetFontChar
 
getTx2() - Method in class com.jme.widget.font.WidgetFontChar
 
getTy1() - Method in class com.jme.widget.font.WidgetFontChar
 
getTy2() - Method in class com.jme.widget.font.WidgetFontChar
 
getType() - Method in class com.jme.image.Image
getType returns the image format for this image.
getType(String) - Method in class com.jme.input.MouseButtonStateType
Given a string name defining a button type, returns the MouseButtonStateType enumeration that is defined as that string.
getType() - Method in class com.jme.light.AmbientLight
getType returns the type of this light (LT_AMBIENT).
getType() - Method in class com.jme.light.DirectionalLight
getType returns this light's type (LT_DIRECTIONAL).
getType() - Method in class com.jme.light.Light
getType returns the type of the light that has been created.
getType() - Method in class com.jme.light.PointLight
getType returns the type of this light (LT_POINT).
getType() - Method in class com.jme.light.SpotLight
getType returns the type of this light (LT_SPOT).
getType(String) - Method in class com.jme.renderer.RendererType
getType returns a strongly typed enumeration of the given name for this type.
getType() - Method in class com.jme.scene.BillboardNode
Returns the type of rotation this BillboardNode is set too.
getType() - Method in class com.jme.scene.state.AlphaState
getType returns the type of render state this is.
getType() - Method in class com.jme.scene.state.AttributeState
getType
getType() - Method in class com.jme.scene.state.CullState
getType returns RenderState.RS_CULL
getType() - Method in class com.jme.scene.state.DitherState
getType returns the render state type of this state.
getType() - Method in class com.jme.scene.state.FogState
getType returns the render state type of the fog state.
getType() - Method in class com.jme.scene.state.FragmentProgramState
 
getType() - Method in class com.jme.scene.state.GLSLShaderObjectsState
 
getType() - Method in class com.jme.scene.state.LightState
getType returns the type of render state this is.
getType() - Method in class com.jme.scene.state.MaterialState
getType returns the render state type of this.
getType() - Method in class com.jme.scene.state.RenderState
Defined by the subclass, this returns an int identifying the renderstate.
getType() - Method in class com.jme.scene.state.ShadeState
getType returns this type of this render state.
getType() - Method in class com.jme.scene.state.StencilState
Returns RS_STENCIL
getType() - Method in class com.jme.scene.state.TextureState
getType returns this type of render state.
getType() - Method in class com.jme.scene.state.VertexProgramState
 
getType() - Method in class com.jme.scene.state.WireframeState
getType returns the type of render state this is.
getType() - Method in class com.jme.scene.state.ZBufferState
getType returns the type of renderstate this is.
getType(String) - Method in class com.jme.util.JmeType
getType returns an instance of the JmeType
getType(String) - Method in class com.jme.widget.WidgetAlignmentType
 
getType(String) - Method in class com.jme.widget.WidgetFillType
 
getType(String) - Method in class com.jme.widget.WidgetOrientationType
getType
getType() - Method in class com.jme.widget.border.WidgetBorder
 
getType(String) - Method in class com.jme.widget.border.WidgetBorderType
 
getType(String) - Method in class com.jme.widget.button.WidgetButtonStateType
 
getType(String) - Method in class com.jme.widget.layout.WidgetBorderLayoutConstraint
 
getType(String) - Method in class com.jme.widget.layout.WidgetFlowOrientationType
getType
getTypeString() - Method in class com.jme.util.geom.nvtristrip.PrimitiveGroup
 
getU0() - Method in class com.jme.widget.WidgetTextureCoords
getU0
getU1() - Method in class com.jme.widget.WidgetTextureCoords
getU1
getUp() - Method in class com.jme.renderer.AbstractCamera
getUp retrieves the up axis of the camera.
getUp() - Method in interface com.jme.renderer.Camera
getUp returns the up axis of the camera.
getUpdateInterval() - Method in class com.jme.util.LightStateController
Returns the Update Interval.
getV0() - Method in class com.jme.widget.WidgetTextureCoords
getV0
getV1() - Method in class com.jme.widget.WidgetTextureCoords
getV1
getVBOColorID() - Method in class com.jme.scene.Geometry
 
getVBONormalID() - Method in class com.jme.scene.Geometry
 
getVBOTextureID(int) - Method in class com.jme.scene.Geometry
 
getVBOVertexID() - Method in class com.jme.scene.Geometry
 
getValue() - Method in class com.jme.widget.slider.WidgetAbstractSlider
getValue
getValueFor(Light, BoundingVolume) - Method in class com.jme.util.LightStateCreator
 
getVersion() - Method in class com.jme.app.AbstractGame
getVersion returns the version of the API.
getVertQuantity() - Method in class com.jme.scene.Geometry
Returns the number of vertexes defined in this Geometry object.
getVertexCacheSize() - Method in class com.jme.util.geom.GeometryInfo
 
getVertexMap() - Method in class com.jme.scene.lod.VETMesh
 
getVertexQuantity() - Method in class com.jme.scene.lod.VETMesh
 
getVerticalScale() - Method in class com.jme.widget.image.WidgetImage
 
getVerticeAsFloatBuffer() - Method in class com.jme.scene.Geometry
getVerticeAsFloatBuffer returns the float buffer that contains this geometry's vertex information.
getVertices() - Method in class com.jme.scene.Geometry
getVertices returns the vertex array for this geometry.
getVertices(Set) - Method in class com.jme.scene.lod.VETMesh
 
getVgap() - Method in class com.jme.widget.layout.WidgetFlowLayout
getVgap
getVgap() - Method in class com.jme.widget.layout.WidgetGridLayout
getVgap
getViewPortBottom() - Method in class com.jme.renderer.AbstractCamera
getViewPortBottom gets the bottom boundary of the viewport
getViewPortBottom() - Method in interface com.jme.renderer.Camera
getViewPortBottom gets the bottom boundary of the viewport
getViewPortLeft() - Method in class com.jme.renderer.AbstractCamera
getViewPortLeft gets the left boundary of the viewport
getViewPortLeft() - Method in interface com.jme.renderer.Camera
getViewPortLeft gets the left boundary of the viewport
getViewPortRight() - Method in class com.jme.renderer.AbstractCamera
getViewPortRight gets the right boundary of the viewport
getViewPortRight() - Method in interface com.jme.renderer.Camera
getViewPortRight gets the right boundary of the viewport
getViewPortTop() - Method in class com.jme.renderer.AbstractCamera
getViewPortTop gets the top boundary of the viewport
getViewPortTop() - Method in interface com.jme.renderer.Camera
getViewPortTop gets the top boundary of the viewport
getViewRectangle() - Method in interface com.jme.widget.Widget
getViewRectangle
getViewRectangle() - Method in class com.jme.widget.WidgetAbstractContainer
 
getViewRectangle() - Method in class com.jme.widget.WidgetAbstractImpl
 
getVisibleRange() - Method in class com.jme.widget.scroller.WidgetAbstractScroller
 
getVisibleRange() - Method in class com.jme.widget.scroller.WidgetScrollerThumbTray
 
getWheelDelta() - Method in interface com.jme.input.MouseInput
getWheelDelta gets the change in the mouse wheel.
getWheelDelta() - Method in class com.jme.input.lwjgl.LWJGLMouseInput
getWheelDelta retrieves the change of the mouse wheel, if any.
getWidget(int) - Method in class com.jme.widget.WidgetAbstractContainer
 
getWidget() - Method in interface com.jme.widget.WidgetRenderer
 
getWidget() - Method in class com.jme.widget.renderer.WidgetAbstractRenderer
getWidget
getWidgetCount() - Method in class com.jme.widget.WidgetAbstractContainer
 
getWidgetParent() - Method in interface com.jme.widget.Widget
getWidgetParent
getWidgetParent() - Method in class com.jme.widget.WidgetAbstractContainer
 
getWidgetParent() - Method in class com.jme.widget.WidgetAbstractImpl
 
getWidgetRenderer() - Method in interface com.jme.widget.Widget
getWidgetRenderer
getWidgetRenderer() - Method in class com.jme.widget.WidgetAbstractContainer
getWidgetRenderer
getWidgetRenderer() - Method in class com.jme.widget.WidgetAbstractImpl
getWidgetRenderer
getWidgetUnderMouse() - Method in interface com.jme.widget.Widget
getWidgetUnderMouse
getWidgetUnderMouse() - Method in class com.jme.widget.WidgetAbstractContainer
getWidgetUnderMouse
getWidgetUnderMouse() - Method in class com.jme.widget.WidgetAbstractImpl
getWidgetUnderMouse
getWidth() - Method in class com.jme.image.Image
getWidth returns the width of this image.
getWidth() - Method in interface com.jme.renderer.Renderer
Retrieve the width set on this renderer.
getWidth() - Method in class com.jme.renderer.lwjgl.LWJGLRenderer
 
getWidth() - Method in class com.jme.scene.Text
 
getWidth() - Method in class com.jme.system.DisplaySystem
Returns the set width for the display system.
getWidth() - Method in class com.jme.system.PropertiesIO
getWidth returns the width as read from the properties file.
getWidth() - Method in class com.jme.ui.UIObject
gets the width of the control, before scaling
getWidth() - Method in interface com.jme.widget.Widget
getWidth
getWidth() - Method in class com.jme.widget.WidgetAbstractContainer
 
getWidth() - Method in class com.jme.widget.WidgetAbstractImpl
 
getWidth() - Method in class com.jme.widget.bounds.WidgetBoundingRectangle
 
getWorldBound() - Method in class com.jme.scene.Spatial
getWorldBound retrieves the world bound at this node level.
getWorldBound() - Method in class com.jme.widget.WidgetAbstractContainer
 
getWorldCoordinates(Vector2f, float) - Method in class com.jme.scene.model.XMLparser.Converters.DummyDisplaySystem
 
getWorldCoordinates(Vector2f, float, Vector3f) - Method in class com.jme.scene.model.XMLparser.Converters.DummyDisplaySystem
 
getWorldCoordinates(Vector2f, float) - Method in class com.jme.system.DisplaySystem
Translate screen to world coordinates.
getWorldCoordinates(Vector2f, float, Vector3f) - Method in class com.jme.system.DisplaySystem
Translate screen to world coordinates.
getWorldCoordinates(Vector2f, float) - Method in class com.jme.system.lwjgl.LWJGLDisplaySystem
getWorldCoordinates translate screen to world coordinates.
getWorldCoordinates(Vector2f, float, Vector3f) - Method in class com.jme.system.lwjgl.LWJGLDisplaySystem
getWorldCoordinates translate screen to world coordinates.
getWorldRotation() - Method in class com.jme.scene.Spatial
getWorldRotation retrieves the absolute rotation of the Spatial.
getWorldScale() - Method in class com.jme.scene.Spatial
getWorldScale retrieves the absolute scale factor of the spatial.
getWorldTranslation() - Method in class com.jme.scene.Spatial
getWorldTranslation retrieves the absolute translation of the spatial.
getWrap() - Method in class com.jme.image.Texture
getWrap returns the wrap mode for the texture.
getX() - Method in interface com.jme.widget.Widget
getX
getX() - Method in class com.jme.widget.WidgetAbstractContainer
 
getX() - Method in class com.jme.widget.WidgetAbstractImpl
 
getXAbsolute() - Method in interface com.jme.input.MouseInput
getXAbsolute gets the absolute x axis value.
getXAbsolute() - Method in class com.jme.input.lwjgl.LWJGLMouseInput
getXAbsolute gets the absolute x axis value.
getXDelta() - Method in interface com.jme.input.MouseInput
getXDelta gets the change along the x axis.
getXDelta() - Method in class com.jme.input.lwjgl.LWJGLMouseInput
getXDelta retrieves the change of the x position, if any.
getXOffset() - Method in interface com.jme.widget.Widget
getXOffset
getXOffset() - Method in class com.jme.widget.WidgetAbstractContainer
 
getXOffset() - Method in class com.jme.widget.WidgetAbstractImpl
 
getXSize() - Method in class com.jme.widget.layout.WidgetGridLayout
getXSize
getY() - Method in interface com.jme.widget.Widget
getY
getY() - Method in class com.jme.widget.WidgetAbstractContainer
 
getY() - Method in class com.jme.widget.WidgetAbstractImpl
 
getYAbsolute() - Method in interface com.jme.input.MouseInput
getYAbsolute gets the absolute y axis value.
getYAbsolute() - Method in class com.jme.input.lwjgl.LWJGLMouseInput
getYAbsolute gets the absolute y axis value.
getYDelta() - Method in interface com.jme.input.MouseInput
getYDelta gets the change along the y axis.
getYDelta() - Method in class com.jme.input.lwjgl.LWJGLMouseInput
getYDelta retrieves the change of the y position, if any.
getYOffset() - Method in interface com.jme.widget.Widget
getYOffset
getYOffset() - Method in class com.jme.widget.WidgetAbstractContainer
 
getYOffset() - Method in class com.jme.widget.WidgetAbstractImpl
 
getYSize() - Method in class com.jme.widget.layout.WidgetGridLayout
getYSize
getZOrder() - Method in class com.jme.scene.Spatial
 
getZOrder() - Method in interface com.jme.widget.Widget
getZOrder
getZOrder() - Method in class com.jme.widget.WidgetAbstractContainer
 
getZOrder() - Method in class com.jme.widget.WidgetAbstractImpl
 
getxAxis() - Method in class com.jme.scene.shape.OrientedBox
Returns the x axis of this box.
getyAxis() - Method in class com.jme.scene.shape.OrientedBox
Gets the Y axis of this OB.
getzAxis() - Method in class com.jme.scene.shape.OrientedBox
Returns the Z axis of this OB.
grabScreenContents(IntBuffer, int, int, int, int) - Method in interface com.jme.renderer.Renderer
grabScreenContents reads a block of pixels from the current framebuffer.
grabScreenContents(IntBuffer, int, int, int, int) - Method in class com.jme.renderer.lwjgl.LWJGLRenderer
grabScreenContents reads a block of pixels from the current framebuffer.
gray - Static variable in class com.jme.renderer.ColorRGBA
the color gray (.5,.5,.5).
green - Static variable in class com.jme.renderer.ColorRGBA
the color green (0,1,0).

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 Z _