JSR-184 Public Review Draft - Apr. 30, 2003.
A B C D E F G I J K L M N O P R S T U V W X Y Z

F

FIELD_OF_VIEW - Static variable in class javax.microedition.m3d.AnimationTrack
Specifies the field of view of a Camera as an animation target.
FILTER_BASE_LEVEL - Static variable in class javax.microedition.m3d.Texture2D
A level filtering parameter to setFiltering that selects the base level image, even if mipmap levels exist.
FILTER_LINEAR - Static variable in class javax.microedition.m3d.Texture2D
A parameter to setFiltering that selects linear filtering.
FILTER_NEAREST - Static variable in class javax.microedition.m3d.Texture2D
A parameter to setFiltering that selects nearest neighbor filtering.
find(int) - Method in class javax.microedition.m3d.Object3D
Retrieves an object that has the given user ID and is reachable from this object.
FIT - Static variable in class javax.microedition.m3d.Background
Specifies that the background image be scaled to fit the viewport in the X or Y direction.
Fog - class javax.microedition.m3d.Fog.
An Appearance component encapsulating attributes for fogging.
FOG_EXPONENTIAL - Static variable in class javax.microedition.m3d.Fog
Specifies exponential fog.
FOG_LINEAR - Static variable in class javax.microedition.m3d.Fog
Specifies linear fog.
Fog() - Constructor for class javax.microedition.m3d.Fog
Constructs a new Fog object with default values.
FORMAT_ALPHA - Static variable in class javax.microedition.m3d.Image2D
A constructor parameter specifying that this Image2D has an alpha component only.
FORMAT_LUMINANCE - Static variable in class javax.microedition.m3d.Image2D
A constructor parameter specifying that this Image2D has a luminance component only.
FORMAT_LUMINANCE_ALPHA - Static variable in class javax.microedition.m3d.Image2D
A constructor parameter specifying that this Image2D has luminance and alpha components.
FORMAT_RGB - Static variable in class javax.microedition.m3d.Image2D
A constructor parameter specifying that this Image2D has red, green and blue color components.
FORMAT_RGBA - Static variable in class javax.microedition.m3d.Image2D
A constructor parameter specifying that this Image2D has red, green, blue and alpha components.
FRONT_DISTANCE - Static variable in class javax.microedition.m3d.AnimationTrack
Specifies the front clipping distance of a Camera, or the start distance of a fog range in Fog as an animation target.
FUNC_ADD - Static variable in class javax.microedition.m3d.Texture2D
A parameter to setBlending, specifying that the texel color is to be added to the fragment color.
FUNC_BLEND - Static variable in class javax.microedition.m3d.Texture2D
A parameter to setBlending, specifying that the texture blend color is to be blended into the fragment color in proportion to the texel RGB values.
FUNC_DECAL - Static variable in class javax.microedition.m3d.Texture2D
A parameter to setBlending, specifying that the texel color is to be blended into the fragment color in proportion to the texel alpha.
FUNC_MODULATE - Static variable in class javax.microedition.m3d.Texture2D
A parameter to setBlending, specifying that the texel color and/or alpha are to be multiplied with the fragment color and alpha.
FUNC_REPLACE - Static variable in class javax.microedition.m3d.Texture2D
A parameter to setBlending, specifying that the texel color and/or alpha are to replace the fragment color and alpha.

JSR-184 Public Review Draft - Apr. 30, 2003.
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.