Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JSR-184 Public Review Draft - Apr. 30, 2003.
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
G
GENERIC
- Static variable in class javax.microedition.m3d.
Camera
Specifies a generic 4x4 projection matrix.
GeometryMode
- class javax.microedition.m3d.
GeometryMode
.
An Appearance component encapsulating polygon-level attributes.
GeometryMode()
- Constructor for class javax.microedition.m3d.
GeometryMode
Constructs a GeometryMode object with default values.
get(float[])
- Method in class javax.microedition.m3d.
Transform
Retrieves the contents of this transformation as a 16-element float array.
getActiveCamera()
- Method in class javax.microedition.m3d.
World
Gets the currently active camera.
getActiveIntervalEnd()
- Method in class javax.microedition.m3d.
AnimationController
Retrieves the ending time of the current active interval of this animation controller, in world time units.
getActiveIntervalStart()
- Method in class javax.microedition.m3d.
AnimationController
Retrieves the starting time of the current active interval of this animation controller, in world time units.
getAlphaFactor()
- Method in class javax.microedition.m3d.
Node
Retrieves the alpha factor of this Node.
getAlphaThreshold()
- Method in class javax.microedition.m3d.
CompositingMode
Retrieves the current alpha threshold.
getAmbientLight()
- Method in class javax.microedition.m3d.
World
Retrieves the current ambient light color of this World.
getAnimationTrack(int)
- Method in class javax.microedition.m3d.
Object3D
Gets an AnimationTrack by index.
getAnimationTrackCount()
- Method in class javax.microedition.m3d.
Object3D
Gets the number of AnimationTracks currently associated with this Object3D.
getAppearance()
- Method in class javax.microedition.m3d.
Sprite
Gets the current Appearance of this Sprite.
getAppearance(int)
- Method in class javax.microedition.m3d.
Mesh
Gets the current Appearance of the specified submesh.
getBackground()
- Method in class javax.microedition.m3d.
World
Retrieves the background settings of this World.
getBlendColor()
- Method in class javax.microedition.m3d.
Texture2D
Returns the current texture blend color for this Texture2D.
getBlending()
- Method in class javax.microedition.m3d.
Texture2D
Returns the current texture blend mode for this Texture2D.
getBlending()
- Method in class javax.microedition.m3d.
CompositingMode
Retrieves the current frame buffer blending mode.
getChild(int)
- Method in class javax.microedition.m3d.
Group
Gets a child by index.
getChildCount()
- Method in class javax.microedition.m3d.
Group
Gets the number of children in this Group.
getColor()
- Method in class javax.microedition.m3d.
Light
Retrieves the current specular and diffuse color components of this Light.
getColor()
- Method in class javax.microedition.m3d.
Fog
Returns the current fog color.
getColor()
- Method in class javax.microedition.m3d.
Background
Retrieves the current background color.
getColor(int)
- Method in class javax.microedition.m3d.
Material
Gets the value of the specified color component of this Material.
getColors()
- Method in class javax.microedition.m3d.
VertexBuffer
Gets the current color array, or null if per-vertex colors are not set.
getCompositingMode()
- Method in class javax.microedition.m3d.
Appearance
Returns the current CompositingMode for this Appearance.
getConstantAttenuation()
- Method in class javax.microedition.m3d.
Light
Retrieves the current constant attenuation coefficient for this Light.
getController()
- Method in class javax.microedition.m3d.
AnimationTrack
Retrieves the animation controller used for controlling this animation track.
getCropHeight()
- Method in class javax.microedition.m3d.
Sprite
Gets the current cropping rectangle height within the source image.
getCropWidth()
- Method in class javax.microedition.m3d.
Sprite
Gets the current cropping rectangle width within the source image.
getCropX()
- Method in class javax.microedition.m3d.
Sprite
Gets the current cropping rectangle X offset within the source image.
getCropY()
- Method in class javax.microedition.m3d.
Sprite
Gets the current cropping rectangle Y offset within the source image.
getDefaultColor()
- Method in class javax.microedition.m3d.
VertexBuffer
Retrieves the default color of this VertexBuffer.
getDensity()
- Method in class javax.microedition.m3d.
Fog
Returns the fog density of exponential fog.
getDepthOffsetFactor()
- Method in class javax.microedition.m3d.
CompositingMode
Retrieves the current depth offset slope factor.
getDepthOffsetUnits()
- Method in class javax.microedition.m3d.
CompositingMode
Retrieves the current constant depth offset.
getDistance()
- Method in class javax.microedition.m3d.
RayIntersection
Retrieves the distance from the pick ray origin to the intersection point.
getDuration()
- Method in class javax.microedition.m3d.
KeyframeSequence
Gets the duration of this sequence.
getFarDistance()
- Method in class javax.microedition.m3d.
Fog
Returns the linear fog end distance.
getFog()
- Method in class javax.microedition.m3d.
Appearance
Returns the current fogging attributes for this Appearance.
getFormat()
- Method in class javax.microedition.m3d.
Image2D
Gets the format of this Image2D, that is, one of the symbolic constants.
getGeometryMode()
- Method in class javax.microedition.m3d.
Appearance
Returns the current GeometryMode for this Appearance.
getHeight()
- Method in class javax.microedition.m3d.
Image2D
Gets the height of this Image2D, in pixels.
getImage()
- Method in class javax.microedition.m3d.
Texture2D
Retrieves the current base level (full size) texture image.
getImage()
- Method in class javax.microedition.m3d.
Sprite
Gets the current Sprite image..
getImage()
- Method in class javax.microedition.m3d.
Background
Gets the current background image.
getImageModeX()
- Method in class javax.microedition.m3d.
Background
Gets the current X background image scaling mode.
getImageModeY()
- Method in class javax.microedition.m3d.
Background
Gets the current Y background image scaling mode.
getImageOffsetX()
- Method in class javax.microedition.m3d.
Background
Gets the X offset of the background image.
getImageOffsetY()
- Method in class javax.microedition.m3d.
Background
Gets the Y offset of the background image.
getIndexBuffer(int)
- Method in class javax.microedition.m3d.
Mesh
Gets the IndexBuffer of the specified submesh.
getIntensity()
- Method in class javax.microedition.m3d.
Light
Retrieves the current intensity of this Light.
getIntersected()
- Method in class javax.microedition.m3d.
RayIntersection
Retrieves the picked Mesh or Sprite object.
getKeyframeSequence()
- Method in class javax.microedition.m3d.
AnimationTrack
Returns the keyframe sequence object which defines the keyframe values for this animation track.
getLayer()
- Method in class javax.microedition.m3d.
Appearance
Gets the current rendering layer for this Appearance.
getLinearAttenuation()
- Method in class javax.microedition.m3d.
Light
Retrieves the current linear attenuation coefficient for this Light.
getMaterial()
- Method in class javax.microedition.m3d.
Appearance
Returns the current Material for this Appearance.
getMode()
- Method in class javax.microedition.m3d.
Fog
Retrieves the current fog mode.
getModes()
- Method in class javax.microedition.m3d.
GeometryMode
Retrieves the current culling, winding, shading and lighting modes.
getMorphTarget(int)
- Method in class javax.microedition.m3d.
MorphingMesh
Returns the morph target VertexBuffer at the given index.
getMorphTargetCount()
- Method in class javax.microedition.m3d.
MorphingMesh
Returns the number of morph targets in this MorphingMesh.
getNearDistance()
- Method in class javax.microedition.m3d.
Fog
Returns the linear fog near distance.
getNormals()
- Method in class javax.microedition.m3d.
VertexBuffer
Gets the current normal vector array, or null if normals are not set.
getOrientation(float[])
- Method in class javax.microedition.m3d.
Node
Retrieves the orientation component of the node transformation.
getParent()
- Method in class javax.microedition.m3d.
Node
Returns the parent of this node.
getPosition(int)
- Method in class javax.microedition.m3d.
AnimationController
Retrieves the current sequence time of this animation controller at specified world time.
getPositions(float[])
- Method in class javax.microedition.m3d.
VertexBuffer
Gets the current vertex position array, or null if positions are not set.
getProjection(float[])
- Method in class javax.microedition.m3d.
Camera
Gets the current projection parameters and type.
getProjection(Transform)
- Method in class javax.microedition.m3d.
Camera
Gets the current projection matrix and type.
getProperties()
- Static method in class javax.microedition.m3d.
Graphics3D
Retrieves implementation specific properties.
getQuadraticAttenuation()
- Method in class javax.microedition.m3d.
Light
Retrieves the current quadratic attenuation coefficient for this Light.
getReferences(Object3D[])
- Method in class javax.microedition.m3d.
Object3D
Returns the number of direct Object3D references in this object, and fills in the objects to the given array.
getScale(float[])
- Method in class javax.microedition.m3d.
Node
Retrieves the scaling factors of the node transformation.
getScopeID()
- Method in class javax.microedition.m3d.
Node
Gets the scope membership ID of this node.
getScopeMask()
- Method in class javax.microedition.m3d.
Light
Retrieves the current scope mask for this Light.
getShininess()
- Method in class javax.microedition.m3d.
Material
Gets the current shininess of this Material.
getSkeleton()
- Method in class javax.microedition.m3d.
SkinnedMesh
Returns the skeleton Group of this SkinnedMesh.
getSpeed()
- Method in class javax.microedition.m3d.
AnimationController
Retrieves the currently set playback speed of this animation controller.
getSpotAngle()
- Method in class javax.microedition.m3d.
Light
Retrieves the current spot angle for this Light.
getSpotExponent()
- Method in class javax.microedition.m3d.
Light
Retrieves the current spot exponent for this Light.
getSubmeshCount()
- Method in class javax.microedition.m3d.
Mesh
Gets the number of submeshes in this Mesh.
getSubmeshIndex()
- Method in class javax.microedition.m3d.
RayIntersection
Retrieves the index of the submesh where the intersection point is located within the intersected Mesh.
getTargetProperty()
- Method in class javax.microedition.m3d.
AnimationTrack
Returns the property targeted by this AnimationTrack.
getTexCoords(int, float[])
- Method in class javax.microedition.m3d.
VertexBuffer
Gets the current texture coordinate array for the specified texturing unit, or null if texture coordinates for that unit are not set.
getTexture(int)
- Method in class javax.microedition.m3d.
Appearance
Retrieves the current texture image and its attributes for the given texturing unit.
getTextureS(int)
- Method in class javax.microedition.m3d.
RayIntersection
Retrieves the S texture coordinate at the intersection point on the picked Mesh or Sprite.
getTextureT(int)
- Method in class javax.microedition.m3d.
RayIntersection
Retrieves the T texture coordinate at the intersection point on the picked Mesh or Sprite.
getTime(int)
- Method in class javax.microedition.m3d.
AnimationTrack
Retrieves the current time of this animation track, relative to the start of this animation track.
getTransform(Transform)
- Method in class javax.microedition.m3d.
Texture2D
Returns the current texture transformation for this Texture2D.
getTransform(Transform)
- Method in class javax.microedition.m3d.
Node
Retrieves the node transformation.
getTransformTo(Node, Transform)
- Method in class javax.microedition.m3d.
Node
Gets the transformation from this node to another node, along the shortest scene graph path between the two.
getTranslation(float[])
- Method in class javax.microedition.m3d.
Node
Retrieves the translation components of the node transformation.
getUserID()
- Method in class javax.microedition.m3d.
Object3D
Gets the user ID of this object.
getVertexBuffer()
- Method in class javax.microedition.m3d.
Mesh
Gets the vertex buffer of this Mesh.
getVertexCount()
- Method in class javax.microedition.m3d.
VertexBuffer
Retrieves the current number of vertices in this VertexBuffer.
getWeight()
- Method in class javax.microedition.m3d.
AnimationController
Retrieves the currently set blending weight for this animation controller.
getWeights(float[])
- Method in class javax.microedition.m3d.
MorphingMesh
Gets the current morph target weights for this mesh.
getWidth()
- Method in class javax.microedition.m3d.
Image2D
Gets the width of this Image2D, in pixels.
getWrappingS()
- Method in class javax.microedition.m3d.
Texture2D
Returns the current texture wrapping mode for the S texture coordinate.
getWrappingT()
- Method in class javax.microedition.m3d.
Texture2D
Returns the current texture wrapping mode for the T texture coordinate.
Graphics3D
- class javax.microedition.m3d.
Graphics3D
.
A singleton 3D graphics context that can be bound to a rendering target.
Group
- class javax.microedition.m3d.
Group
.
The Group node stores an unordered set of nodes as its children in the scene graph.
Group()
- Constructor for class javax.microedition.m3d.
Group
Constructs a new Group node and initializes it with an empty list of children.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JSR-184 Public Review Draft - Apr. 30, 2003.
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
Copyright © 2003 Nokia Corporation. See the
Copyright Notice
for details.