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

A

acos(FixedPoint) - Method in class com.vodafone.v10.util.FixedPoint
Calculates arccos.
ActionTable - class com.vodafone.v10.graphics.j3d.ActionTable.
Action table class.
ActionTable(byte[]) - Constructor for class com.vodafone.v10.graphics.j3d.ActionTable
ActionTable constructor
ActionTable(String) - Constructor for class com.vodafone.v10.graphics.j3d.ActionTable
ActionTable constructor
add(FixedPoint) - Method in class com.vodafone.v10.util.FixedPoint
Performs addition.
add(int) - Method in class com.vodafone.v10.util.FixedPoint
Performs addition.
add(int, int) - Method in class com.vodafone.v10.util.Vector2D
Performs addition.
add(Vector2D) - Method in class com.vodafone.v10.util.Vector2D
Performs addition.
AffineTrans - class com.vodafone.v10.graphics.j3d.AffineTrans.
The affine transform class.
AffineTrans() - Constructor for class com.vodafone.v10.graphics.j3d.AffineTrans
AffineTrans constructor
AffineTrans(int[][]) - Constructor for class com.vodafone.v10.graphics.j3d.AffineTrans
AffineTrans constructor
asin(FixedPoint) - Method in class com.vodafone.v10.util.FixedPoint
Calculates arcsin.
atan(FixedPoint) - Method in class com.vodafone.v10.util.FixedPoint
Calculates arctan.

B

BACK_LIGHT - Static variable in class com.vodafone.v10.system.device.DeviceControl
Backlight lit.
BATTERY - Static variable in class com.vodafone.v10.system.device.DeviceControl
Battery.
blink(int, int, int) - Method in class com.vodafone.v10.system.device.DeviceControl
Blinks the backlight.

C

CBS - Static variable in interface com.vodafone.v10.system.device.MailListener
Mail type CBS
clone() - Method in class com.vodafone.v10.util.Vector2D
Clones an object.
clone() - Method in class com.vodafone.v10.util.FixedPoint
Copies an object.
com.vodafone.v10.graphics.j3d - package com.vodafone.v10.graphics.j3d
Provides classes of functions for 3D polygon drawing.
com.vodafone.v10.graphics.sprite - package com.vodafone.v10.graphics.sprite
Provides the SpriteCanvas class presenting sprite drawing functions.
com.vodafone.v10.midlet - package com.vodafone.v10.midlet
Provides the base class for creating a resident MIDlet.
com.vodafone.v10.sound - package com.vodafone.v10.sound
Provides sound player-related classes and interfaces.
com.vodafone.v10.system.device - package com.vodafone.v10.system.device
Provides classes and interfaces for controlling devices specific to a mobile handset.
com.vodafone.v10.system.media - package com.vodafone.v10.system.media
Provides classes and interfaces for media playing.
com.vodafone.v10.util - package com.vodafone.v10.util
Provides classes of functions for fixed-point and 2D vector operations.
copyArea(int, int, int, int, int, int) - Method in class com.vodafone.v10.graphics.sprite.SpriteCanvas
Transfers a rectangular area of the virtual screen to the frame buffer.
copyFullScreen(int, int) - Method in class com.vodafone.v10.graphics.sprite.SpriteCanvas
Copies the entire virtual screen to a designated position on the virtual screen.
cos(FixedPoint) - Method in class com.vodafone.v10.util.FixedPoint
Calculates cos.
cos(int) - Static method in class com.vodafone.v10.graphics.j3d.Util3D
Calculates cosine.
createCharacterCommand(int, boolean, int, boolean, boolean, int) - Static method in class com.vodafone.v10.graphics.sprite.SpriteCanvas
Creates sprite processing commands.
createFrameBuffer(int, int) - Method in class com.vodafone.v10.graphics.sprite.SpriteCanvas
Creates a frame buffer.

D

DeviceControl - class com.vodafone.v10.system.device.DeviceControl.
The DeviceControl class provides functionality to control features specific to the device.
disposeFrameBuffer() - Method in class com.vodafone.v10.graphics.sprite.SpriteCanvas
Terminates use of the sprite function.
disposePlayer() - Method in class com.vodafone.v10.sound.SoundPlayer
Destroys a player.
disposeTrack(SoundTrack) - Method in class com.vodafone.v10.sound.SoundPlayer
Returns a track to the player after use.
divide(FixedPoint) - Method in class com.vodafone.v10.util.FixedPoint
Performs division.
divide(int) - Method in class com.vodafone.v10.util.FixedPoint
Performs division.
drawBackground(short, short, short) - Method in class com.vodafone.v10.graphics.sprite.SpriteCanvas
Draws a sprite in the virtual screen.
drawFigure(Figure, int, int, FigureLayout, Effect3D) - Method in interface com.vodafone.v10.graphics.j3d.Graphics3D
Draws a figure.
drawFrameBuffer(int, int) - Method in class com.vodafone.v10.graphics.sprite.SpriteCanvas
Transfers the frame buffer contents to the real screen.
drawSpriteChar(short, short, short) - Method in class com.vodafone.v10.graphics.sprite.SpriteCanvas
Draws a sprite in the frame buffer.

E

Effect3D - class com.vodafone.v10.graphics.j3d.Effect3D.
Graphical effects information class.
This class stores information on light source, shading type, and whether semi-transparency is enabled.
Effect3D() - Constructor for class com.vodafone.v10.graphics.j3d.Effect3D
FigureLayout constructor
No light used, NORMAL_SHADING, semi-transparency feature enabled.
Effect3D(Light, int, boolean, Texture) - Constructor for class com.vodafone.v10.graphics.j3d.Effect3D
FigureLayout constructor
Set to null if sphere mapping is not used.
EIGHT_DIRECTIONS - Static variable in class com.vodafone.v10.system.device.DeviceControl
Use of eight-direction keys.
ERROR - Static variable in class com.vodafone.v10.system.media.MediaPlayer
Error (stopped): Value obtained by getState()
EV_END - Static variable in interface com.vodafone.v10.sound.SoundEventType
Playback ended.
EV_LOOP - Static variable in interface com.vodafone.v10.sound.SoundEventType
Playback is repeating (played to the end and started over from the beginning).
EV_PAUSE - Static variable in interface com.vodafone.v10.sound.SoundEventType
Playback is paused.
EV_USER_0 - Static variable in interface com.vodafone.v10.sound.SoundEventType
User event 0
EV_USER_1 - Static variable in interface com.vodafone.v10.sound.SoundEventType
User event 1
EV_USER_10 - Static variable in interface com.vodafone.v10.sound.SoundEventType
User event 10
EV_USER_11 - Static variable in interface com.vodafone.v10.sound.SoundEventType
User event 11
EV_USER_12 - Static variable in interface com.vodafone.v10.sound.SoundEventType
User event 12
EV_USER_13 - Static variable in interface com.vodafone.v10.sound.SoundEventType
User event 13
EV_USER_14 - Static variable in interface com.vodafone.v10.sound.SoundEventType
User event 14
EV_USER_15 - Static variable in interface com.vodafone.v10.sound.SoundEventType
User event 15
EV_USER_2 - Static variable in interface com.vodafone.v10.sound.SoundEventType
User event 2
EV_USER_3 - Static variable in interface com.vodafone.v10.sound.SoundEventType
User event 3
EV_USER_4 - Static variable in interface com.vodafone.v10.sound.SoundEventType
User event 4
EV_USER_5 - Static variable in interface com.vodafone.v10.sound.SoundEventType
User event 5
EV_USER_6 - Static variable in interface com.vodafone.v10.sound.SoundEventType
User event 6
EV_USER_7 - Static variable in interface com.vodafone.v10.sound.SoundEventType
User event 7
EV_USER_8 - Static variable in interface com.vodafone.v10.sound.SoundEventType
User event 8
EV_USER_9 - Static variable in interface com.vodafone.v10.sound.SoundEventType
User event 9
eventOccurred(int) - Method in interface com.vodafone.v10.sound.SoundTrackListener
Called when an event occurs.

F

FIELD_INTENSITY - Static variable in class com.vodafone.v10.system.device.DeviceControl
Field intensity.
Figure - class com.vodafone.v10.graphics.j3d.Figure.
Model class.
To set the drawing scope, use the Graphics clipping function.
Figure(byte[]) - Constructor for class com.vodafone.v10.graphics.j3d.Figure
Figure constructor
Figure(String) - Constructor for class com.vodafone.v10.graphics.j3d.Figure
Figure constructor
FigureLayout - class com.vodafone.v10.graphics.j3d.FigureLayout.
Model drawing layout information class.
This class stores the model orientation, position and size inside the drawing range designated by Graphics3D#drawFigure.
FigureLayout() - Constructor for class com.vodafone.v10.graphics.j3d.FigureLayout
FigureLayout constructor
FigureLayout(AffineTrans, int, int, int, int) - Constructor for class com.vodafone.v10.graphics.j3d.FigureLayout
FigureLayout constructor
FixedPoint - class com.vodafone.v10.util.FixedPoint.
The FixedPoint class provides functions for fixed-point decimal operations.
FixedPoint() - Constructor for class com.vodafone.v10.util.FixedPoint
FixedPoint constructor.
FixedPoint(int) - Constructor for class com.vodafone.v10.util.FixedPoint
FixedPoint constructor.

G

getAffineTrans() - Method in class com.vodafone.v10.graphics.j3d.FigureLayout
Gets the affine transform.
getAmbIntensity() - Method in class com.vodafone.v10.graphics.j3d.Light
Gets the ambient light intensity.
getCenterX() - Method in class com.vodafone.v10.graphics.j3d.FigureLayout
Gets the center x coordinate.
getCenterY() - Method in class com.vodafone.v10.graphics.j3d.FigureLayout
Gets the center y coordinate.
getDecimal() - Method in class com.vodafone.v10.util.FixedPoint
Gets the decimal part.
getDefaultDeviceControl() - Static method in class com.vodafone.v10.system.device.DeviceControl
Gets the default DeviceControl instance.
getDeviceState(int) - Method in class com.vodafone.v10.system.device.DeviceControl
Gets device states.
getDirection() - Method in class com.vodafone.v10.graphics.j3d.Light
Gets the direction of direct light.
getDirIntensity() - Method in class com.vodafone.v10.graphics.j3d.Light
Gets the direct light intensity.
getHeight() - Method in class com.vodafone.v10.system.media.MediaPlayer
Gets the media player display height.
getID() - Method in class com.vodafone.v10.sound.SoundTrack
Gets the track number.
getIndexOfResource(int) - Method in interface com.vodafone.v10.system.media.ResourceOperator
Gets a resource index corresponding to a resource ID.
getInteger() - Method in class com.vodafone.v10.util.FixedPoint
Gets the integer part.
getKeyRepeatState(int) - Method in class com.vodafone.v10.system.device.DeviceControl
Gets the key auto-repeat function setting.
getLight() - Method in class com.vodafone.v10.graphics.j3d.Effect3D
Gets the light source.
getMaximum() - Static method in class com.vodafone.v10.util.FixedPoint
Gets a maximum value.
getMediaHeight() - Method in class com.vodafone.v10.system.media.MediaPlayer
Gets the media height
getMediaWidth() - Method in class com.vodafone.v10.system.media.MediaPlayer
Gets the media width.
getMinimum() - Static method in class com.vodafone.v10.util.FixedPoint
Gets a minimum value.
getNumAction() - Method in class com.vodafone.v10.graphics.j3d.ActionTable
Gets the action count.
getNumFrame(int) - Method in class com.vodafone.v10.graphics.j3d.ActionTable
Gets the frame count.
getPanpot() - Method in class com.vodafone.v10.sound.SoundTrack
Gets the panpot setting (left-right position in soundfield).
getPI() - Static method in class com.vodafone.v10.util.FixedPoint
Gets pi (a circular constant).
getPlayer() - Static method in class com.vodafone.v10.sound.SoundPlayer
Gets a player.
getResourceCount() - Method in interface com.vodafone.v10.system.media.ResourceOperator
Gets the number of resources registered in the handset.
getResourceID(int) - Method in interface com.vodafone.v10.system.media.ResourceOperator
Gets the identifier of a resource registered in the handset.
getResourceName(int) - Method in interface com.vodafone.v10.system.media.ResourceOperator
Gets the name of a resource registered in the handset.
getResourceNames() - Method in interface com.vodafone.v10.system.media.ResourceOperator
Gets the names of resources registered in the handset.
getResourceOperator(int) - Static method in class com.vodafone.v10.system.media.ResourceOperatorManager
Gets a ResourceOperator object.
getResourceType() - Method in interface com.vodafone.v10.system.media.ResourceOperator
Gets the resource type.
getScaleX() - Method in class com.vodafone.v10.graphics.j3d.FigureLayout
Gets the scale in the x direction.
getScaleY() - Method in class com.vodafone.v10.graphics.j3d.FigureLayout
Gets the scale in the y direction.
getShading() - Method in class com.vodafone.v10.graphics.j3d.Effect3D
Gets the shading type.
getSize() - Method in class com.vodafone.v10.sound.Sound
Gets the size of sound data.
getSound() - Method in class com.vodafone.v10.sound.SoundTrack
Gets the sound data set in a track.
getSphereMap() - Method in class com.vodafone.v10.graphics.j3d.Effect3D
Gets the sphere mapping.
getState() - Method in class com.vodafone.v10.sound.SoundTrack
Gets the track state.
getState() - Method in class com.vodafone.v10.system.media.MediaPlayer
Gets the player state.
getSyncMaster() - Method in class com.vodafone.v10.sound.SoundTrack
Gets the master track for synchronous play.
getThreshold() - Method in class com.vodafone.v10.graphics.j3d.Effect3D
Gets the current threshold for toon shading.
getThresholdHigh() - Method in class com.vodafone.v10.graphics.j3d.Effect3D
Gets the current "RGB setting when level is above threshold" for toon shading.
getThresholdLow() - Method in class com.vodafone.v10.graphics.j3d.Effect3D
Gets the current "RGB setting when level is below threshold" for toon shading.
getTrack() - Method in class com.vodafone.v10.sound.SoundPlayer
Gets an available track.
getTrack(int) - Method in class com.vodafone.v10.sound.SoundPlayer
Gets the designated track.
getTrackCount() - Method in class com.vodafone.v10.sound.SoundPlayer
Gets the number of tracks.
getUseTracks() - Method in class com.vodafone.v10.sound.Sound
Gets the number of tracks required for playback.
getVirtualHeight() - Static method in class com.vodafone.v10.graphics.sprite.SpriteCanvas
Gets the virtual screen height.
getVirtualWidth() - Static method in class com.vodafone.v10.graphics.sprite.SpriteCanvas
Gets the virtual screen width.
getVolume() - Method in class com.vodafone.v10.sound.SoundTrack
Gets the playback volume.
getWidth() - Method in class com.vodafone.v10.system.media.MediaPlayer
Gets the media player display width.
getX() - Method in class com.vodafone.v10.graphics.j3d.Vector3D
Gets the x component.
getX() - Method in class com.vodafone.v10.util.Vector2D
Gets a vector value along its x axis.
getY() - Method in class com.vodafone.v10.graphics.j3d.Vector3D
Gets the y component.
getY() - Method in class com.vodafone.v10.util.Vector2D
Gets a vector value along its y axis.
getZ() - Method in class com.vodafone.v10.graphics.j3d.Vector3D
Gets the z component.
Graphics3D - interface com.vodafone.v10.graphics.j3d.Graphics3D.
3D graphics interface.

H

hideNotify() - Method in class com.vodafone.v10.system.media.MediaPlayer
Called when display of the media player on the screen ends.
hungup() - Method in class com.vodafone.v10.midlet.ResidentMIDlet
Called when a call is ended, or when an application resumes after a call ends.
hungup() - Method in interface com.vodafone.v10.system.device.TelephonyListener
Called when a party hangs up.

I

IMAGE_RESOURCE - Static variable in class com.vodafone.v10.system.media.ResourceOperatorManager
Image resource IMAGE_RESOURCE is set to 1.
innerProduct(Vector2D, Vector2D) - Static method in class com.vodafone.v10.util.Vector2D
Calculates an inner product.
innerProduct(Vector3D) - Method in class com.vodafone.v10.graphics.j3d.Vector3D
Calculates inner product.
innerProduct(Vector3D, Vector3D) - Static method in class com.vodafone.v10.graphics.j3d.Vector3D
Calculates the inner product of two vectors.
inverse() - Method in class com.vodafone.v10.util.FixedPoint
Calculates an inverse.
isDeviceActive(int) - Method in class com.vodafone.v10.system.device.DeviceControl
Checks whether a device is active.
isInfinite() - Method in class com.vodafone.v10.util.FixedPoint
Checks for overflow.
isMute() - Method in class com.vodafone.v10.sound.SoundTrack
Gets the mute status.
isSemiTransparentEnabled() - Method in class com.vodafone.v10.graphics.j3d.Effect3D
Gets the semi-transparency feature status.

K

KEY_STATE - Static variable in class com.vodafone.v10.system.device.DeviceControl
Key pressed state.
kill() - Method in class com.vodafone.v10.sound.SoundPlayer
Forcibly stops playback on all tracks and removes the sound data.

L

Light - class com.vodafone.v10.graphics.j3d.Light.
Light class.
Light() - Constructor for class com.vodafone.v10.graphics.j3d.Light
Light constructor This has the same effect as executing Light( new Vector3D( 0, 0, 4096 ), 4096, 0 ).
Light(Vector3D, int, int) - Constructor for class com.vodafone.v10.graphics.j3d.Light
Light constructor

M

m00 - Variable in class com.vodafone.v10.graphics.j3d.AffineTrans
The first element of the first row.
m01 - Variable in class com.vodafone.v10.graphics.j3d.AffineTrans
The second element of the first row.
m02 - Variable in class com.vodafone.v10.graphics.j3d.AffineTrans
The third element of the first row.
m03 - Variable in class com.vodafone.v10.graphics.j3d.AffineTrans
The fourth element of the first row.
m10 - Variable in class com.vodafone.v10.graphics.j3d.AffineTrans
The first element of the second row.
m11 - Variable in class com.vodafone.v10.graphics.j3d.AffineTrans
The second element of the second row.
m12 - Variable in class com.vodafone.v10.graphics.j3d.AffineTrans
The third element of the second row.
m13 - Variable in class com.vodafone.v10.graphics.j3d.AffineTrans
The fourth element of the second row.
m20 - Variable in class com.vodafone.v10.graphics.j3d.AffineTrans
The first element of the third row.
m21 - Variable in class com.vodafone.v10.graphics.j3d.AffineTrans
The second element of the third row.
m22 - Variable in class com.vodafone.v10.graphics.j3d.AffineTrans
The third element of the third row.
m23 - Variable in class com.vodafone.v10.graphics.j3d.AffineTrans
The fourth element of the third row.
MailListener - interface com.vodafone.v10.system.device.MailListener.
MailListener is an interface for implementing a listener to wait for mail arrival events.
MediaPlayer - class com.vodafone.v10.system.media.MediaPlayer.
MediaPlayer is a subclass of the MIDP Displayable class, for playing visual or audio media data, or media resources such as music and visual content registered in the handset.
MediaPlayer(byte[]) - Constructor for class com.vodafone.v10.system.media.MediaPlayer
MediaPlayer constructor
MediaPlayer(String) - Constructor for class com.vodafone.v10.system.media.MediaPlayer
MediaPlayer constructor
MediaPlayerListener - interface com.vodafone.v10.system.media.MediaPlayerListener.
MediaPlayerListener is an interface for implementing a listener to wait for media player events.
mediaStateChanged(int) - Method in interface com.vodafone.v10.system.media.MediaPlayerListener
Called when the media state has changed.
MELODY_RESOURCE - Static variable in class com.vodafone.v10.system.media.ResourceOperatorManager
Melody resource MELODY_RESOURCE is set to 0.
MMS - Static variable in interface com.vodafone.v10.system.device.MailListener
Mail type MMS
multiply(AffineTrans) - Method in class com.vodafone.v10.graphics.j3d.AffineTrans
Performs multiplication Multiplies this by t and sets the result in itself.
multiply(AffineTrans, AffineTrans) - Method in class com.vodafone.v10.graphics.j3d.AffineTrans
Perform multiplication Multiplies t1 by t2 and sets the result in itself.
multiply(FixedPoint) - Method in class com.vodafone.v10.util.FixedPoint
Performs multiplication.
multiply(int) - Method in class com.vodafone.v10.util.FixedPoint
Performs multiplication.
mute(boolean) - Method in class com.vodafone.v10.sound.SoundTrack
Mutes playback.

N

NO_DATA - Static variable in class com.vodafone.v10.sound.SoundTrack
No data
NO_DATA - Static variable in class com.vodafone.v10.system.media.MediaPlayer
No data: Value obtained by getState()
NORMAL_SHADING - Static variable in class com.vodafone.v10.graphics.j3d.Effect3D
Normal shading
normalize() - Method in class com.vodafone.v10.util.Vector2D
Normalizes a vector.
notice(String) - Method in class com.vodafone.v10.midlet.ResidentMIDlet
Called at the time of a scheduled alarm.
notice(String) - Method in interface com.vodafone.v10.system.device.ScheduledAlarmListener
Called when the alarm time arrives.

O

outerProduct(Vector2D, Vector2D) - Static method in class com.vodafone.v10.util.Vector2D
Calculates an outer product.
outerProduct(Vector3D) - Method in class com.vodafone.v10.graphics.j3d.Vector3D
Calculates outer product.
outerProduct(Vector3D, Vector3D) - Static method in class com.vodafone.v10.graphics.j3d.Vector3D
Calculates the outer product of two vectors.

P

paint(Graphics) - Method in class com.vodafone.v10.system.media.MediaPlayer
Draws.
pause() - Method in class com.vodafone.v10.sound.SoundTrack
Pauses playback
pause() - Method in class com.vodafone.v10.sound.SoundPlayer
Pauses playback on all tracks.
pause() - Method in class com.vodafone.v10.system.media.MediaPlayer
Paused playing.
PAUSED - Static variable in class com.vodafone.v10.sound.SoundTrack
Paused
PAUSED - Static variable in interface com.vodafone.v10.system.media.MediaPlayerListener
Play paused.
PAUSED - Static variable in class com.vodafone.v10.system.media.MediaPlayer
Paused: Value obtained by getState()
play() - Method in class com.vodafone.v10.sound.SoundTrack
Plays sound data.
play() - Method in class com.vodafone.v10.system.media.MediaPlayer
Plays media.
play(boolean) - Method in class com.vodafone.v10.system.media.MediaPlayer
Plays media.
play(int) - Method in class com.vodafone.v10.sound.SoundTrack
Repeats sound data playback.
PLAYED - Static variable in interface com.vodafone.v10.system.media.MediaPlayerListener
Play started.
PLAYING - Static variable in class com.vodafone.v10.sound.SoundTrack
Playing
PLAYING - Static variable in class com.vodafone.v10.system.media.MediaPlayer
Playing: Value obtained by getState()
pow() - Method in class com.vodafone.v10.util.FixedPoint
Calculates a square.

R

READY - Static variable in class com.vodafone.v10.sound.SoundTrack
Ready
READY - Static variable in class com.vodafone.v10.system.media.MediaPlayer
Ready: Value obtained by getState()
received(int) - Method in class com.vodafone.v10.midlet.ResidentMIDlet
Called when mail arrives.
received(int) - Method in interface com.vodafone.v10.system.device.MailListener
Called when mail arrives.
removeSound() - Method in class com.vodafone.v10.sound.SoundTrack
Deletes the sound data setting in a track.
ResidentMIDlet - class com.vodafone.v10.midlet.ResidentMIDlet.
ResidentMIDlet is the base class for creating a resident application.
ResidentMIDlet() - Constructor for class com.vodafone.v10.midlet.ResidentMIDlet
 
ResourceOperator - interface com.vodafone.v10.system.media.ResourceOperator.
ResourceOperator is an interface defining methods for getting information about melody, image and other resources registered in the handset.
ResourceOperatorManager - class com.vodafone.v10.system.media.ResourceOperatorManager.
ResourceOperatorManager is a class used to get ResourceOperator objects.
ResourceOperatorManager() - Constructor for class com.vodafone.v10.system.media.ResourceOperatorManager
 
resume() - Method in class com.vodafone.v10.sound.SoundTrack
Resumes playback.
resume() - Method in class com.vodafone.v10.sound.SoundPlayer
Resumes playback on all tracks.
resume() - Method in class com.vodafone.v10.system.media.MediaPlayer
Resumes playing.
ring() - Method in class com.vodafone.v10.midlet.ResidentMIDlet
Called when a phone call is incoming.
ring() - Method in interface com.vodafone.v10.system.device.TelephonyListener
Called when a phone call is incoming.
ringStarted() - Method in class com.vodafone.v10.midlet.ResidentMIDlet
Called when incoming call notification (ringing) starts.
ringStarted() - Method in interface com.vodafone.v10.system.device.RingStateListener
Called when call incoming notification was started.
RingStateListener - interface com.vodafone.v10.system.device.RingStateListener.
RingStateListener is an interface for implementing a listener to wait for state changes in incoming call notification to the user (ringing).
ringStopped() - Method in class com.vodafone.v10.midlet.ResidentMIDlet
Called when incoming call notification (ringing) stops.
ringStopped() - Method in interface com.vodafone.v10.system.device.RingStateListener
Called when ringing stops.
rotationV(Vector3D, int) - Method in class com.vodafone.v10.graphics.j3d.AffineTrans
Rotates on an axis.
rotationX(int) - Method in class com.vodafone.v10.graphics.j3d.AffineTrans
Rotates on X-axis from Y-axis toward Z-axis.
rotationY(int) - Method in class com.vodafone.v10.graphics.j3d.AffineTrans
Rotates on Y-axis from Z-axis toward X-axis.
rotationZ(int) - Method in class com.vodafone.v10.graphics.j3d.AffineTrans
Rotates on Z-axis from X-axis toward Y-axis.

S

ScheduledAlarmListener - interface com.vodafone.v10.system.device.ScheduledAlarmListener.
ScheduledAlarmListener is an interface for implementing a listener to wait for scheduled alarm events.
set(int[][]) - Method in class com.vodafone.v10.graphics.j3d.AffineTrans
Sets new array data.
set(int, int, int) - Method in class com.vodafone.v10.graphics.j3d.Vector3D
Sets a new vector.
setAffineTrans(AffineTrans) - Method in class com.vodafone.v10.graphics.j3d.FigureLayout
Sets the affine transform.
setAmbIntensity(int) - Method in class com.vodafone.v10.graphics.j3d.Light
Sets the ambient light intensity.
setCenter(int, int) - Method in class com.vodafone.v10.graphics.j3d.FigureLayout
Sets the model center for drawing.
The default is the center of the real screen size.
setContentPos(int, int) - Method in class com.vodafone.v10.system.media.MediaPlayer
Sets the media player display position in relation to the upper left corner of the media as origin.
setDeviceActive(int, boolean) - Method in class com.vodafone.v10.system.device.DeviceControl
Sets the device active state.
setDirection(Vector3D) - Method in class com.vodafone.v10.graphics.j3d.Light
Sets the direction of direct light.
setDirIntensity(int) - Method in class com.vodafone.v10.graphics.j3d.Light
Sets the direct light intensity.
setEventListener(SoundTrackListener) - Method in class com.vodafone.v10.sound.SoundTrack
Registers an event listener.
setKeyRepeatState(int, boolean) - Method in class com.vodafone.v10.system.device.DeviceControl
Sets the key auto-repeat function.
setLight(Light) - Method in class com.vodafone.v10.graphics.j3d.Effect3D
Sets the light source.
setMailListener(MailListener) - Static method in class com.vodafone.v10.system.device.DeviceControl
Registers a MailListener.
setMediaData(byte[]) - Method in class com.vodafone.v10.system.media.MediaPlayer
Sets media data.
setMediaData(String) - Method in class com.vodafone.v10.system.media.MediaPlayer
Sets media data.
setMediaPlayerListener(MediaPlayerListener) - Method in class com.vodafone.v10.system.media.MediaPlayer
Registers a media player listener.
setPalette(int, int) - Method in class com.vodafone.v10.graphics.sprite.SpriteCanvas
Sets a palette entry.
setPanpot(int) - Method in class com.vodafone.v10.sound.SoundTrack
Sets the panpot (left-right position in soundfield).
setPattern(int, byte[]) - Method in class com.vodafone.v10.graphics.sprite.SpriteCanvas
Sets sprite data.
setPosture(ActionTable, int, int) - Method in class com.vodafone.v10.graphics.j3d.Figure
Sets posture.
setResource(MediaPlayer, int) - Method in interface com.vodafone.v10.system.media.ResourceOperator
Sets a resource in a MediaPlayer by designating its resource index.
setResourceByID(MediaPlayer, int) - Method in interface com.vodafone.v10.system.media.ResourceOperator
Sets a resource in a MediaPlayer by designating its resource ID.
setResourceByTitle(MediaPlayer, String) - Method in interface com.vodafone.v10.system.media.ResourceOperator
Sets a resource in a MediaPlayer by designating its resource name.
setRingStateListener(RingStateListener) - Static method in class com.vodafone.v10.system.device.DeviceControl
Registers a RingStateListener.
setScale(int, int) - Method in class com.vodafone.v10.graphics.j3d.FigureLayout
Sets the scale for drawing.
The default is 512,512.
setScheduledAlarmListener(ScheduledAlarmListener) - Static method in class com.vodafone.v10.system.device.DeviceControl
Registers a ScheduledAlarmListener.
setSemiTransparentEnabled(boolean) - Method in class com.vodafone.v10.graphics.j3d.Effect3D
Sets the semi-transparency feature to enabled or disabled.
setShading(int) - Method in class com.vodafone.v10.graphics.j3d.Effect3D
Sets the shading type.
setSound(Sound) - Method in class com.vodafone.v10.sound.SoundTrack
Sets sound data in a track.
setSphereMap(Texture) - Method in class com.vodafone.v10.graphics.j3d.Effect3D
Sets sphere mapping.
If not used, null is set.
setSubjectTo(SoundTrack) - Method in class com.vodafone.v10.sound.SoundTrack
Sets the association of slave tracks to a master track for synchronous play.
setTelephonyListener(TelephonyListener) - Static method in class com.vodafone.v10.system.device.DeviceControl
Registers a TelephonyListener.
setTexture(Texture) - Method in class com.vodafone.v10.graphics.j3d.Figure
Sets texture data.
setThreshold(int, int, int) - Method in class com.vodafone.v10.graphics.j3d.Effect3D
Sets the toon shading threshold level.
setValue(FixedPoint, FixedPoint) - Method in class com.vodafone.v10.util.Vector2D
Sets new vector values.
setValue(int) - Method in class com.vodafone.v10.util.FixedPoint
Sets a fixed-point value.
setValue(int, int) - Method in class com.vodafone.v10.util.Vector2D
Sets new vector values.
setViewTrans(Vector3D, Vector3D, Vector3D) - Method in class com.vodafone.v10.graphics.j3d.AffineTrans
Sets the transform to view coordinates.
setVolume(int) - Method in class com.vodafone.v10.sound.SoundTrack
Sets the playback volume.
setX(int) - Method in class com.vodafone.v10.graphics.j3d.Vector3D
Sets a new x component.
setY(int) - Method in class com.vodafone.v10.graphics.j3d.Vector3D
Sets a new y component.
setZ(int) - Method in class com.vodafone.v10.graphics.j3d.Vector3D
Sets a new z component.
showNotify() - Method in class com.vodafone.v10.system.media.MediaPlayer
Called when the screen switches to media player display.
sin(FixedPoint) - Method in class com.vodafone.v10.util.FixedPoint
Calculates sin.
sin(int) - Static method in class com.vodafone.v10.graphics.j3d.Util3D
Calculates sine.
SMS - Static variable in interface com.vodafone.v10.system.device.MailListener
Mail type SMS
Sound - class com.vodafone.v10.sound.Sound.
Sound is a class for keeping sound data.
Sound(byte[]) - Constructor for class com.vodafone.v10.sound.Sound
Sound constructor.
Sound(String) - Constructor for class com.vodafone.v10.sound.Sound
Sound constructor.
SoundEventType - interface com.vodafone.v10.sound.SoundEventType.
The SoundEventType interface defines the type of sound event.
SoundPlayer - class com.vodafone.v10.sound.SoundPlayer.
The SoundPlayer class manages "virtual sound source" tracks capable of being configured inside the sound source of the handset.
SoundTrack - class com.vodafone.v10.sound.SoundTrack.
SoundTrack is a class providing functions for sound data playback.
SoundTrackListener - interface com.vodafone.v10.sound.SoundTrackListener.
SoundTrackListener is an interface for implementing a listener that receives events from a sound sequencer.
SpriteCanvas - class com.vodafone.v10.graphics.sprite.SpriteCanvas.
SpriteCanvas class provides the Canvas for manipulating Sprite data.
SpriteCanvas(int, int) - Constructor for class com.vodafone.v10.graphics.sprite.SpriteCanvas
SpriteCanvas constructor
sqrt() - Method in class com.vodafone.v10.util.FixedPoint
Calculates a square root.
sqrt(int) - Static method in class com.vodafone.v10.graphics.j3d.Util3D
Calculates a square root.
stop() - Method in class com.vodafone.v10.sound.SoundTrack
Stops playback.
stop() - Method in class com.vodafone.v10.system.media.MediaPlayer
Stops playing.
STOPPED - Static variable in interface com.vodafone.v10.system.media.MediaPlayerListener
Play stopped.
subtract(FixedPoint) - Method in class com.vodafone.v10.util.FixedPoint
Performs subtraction.
subtract(int) - Method in class com.vodafone.v10.util.FixedPoint
Performs subtraction.
subtract(int, int) - Method in class com.vodafone.v10.util.Vector2D
Performs subtraction.
subtract(Vector2D) - Method in class com.vodafone.v10.util.Vector2D
Performs subtraction.

T

tan(FixedPoint) - Method in class com.vodafone.v10.util.FixedPoint
Calculates tan.
TelephonyListener - interface com.vodafone.v10.system.device.TelephonyListener.
TelephonyListener is an interface for implementing a listener to wait for events indicating "call incoming" and "ringing stopped".
Texture - class com.vodafone.v10.graphics.j3d.Texture.
Texture class.
This class handles texture data for model use and for sphere mapping use.
Texture(byte[], boolean) - Constructor for class com.vodafone.v10.graphics.j3d.Texture
Texture constructor
Texture(String, boolean) - Constructor for class com.vodafone.v10.graphics.j3d.Texture
Texture constructor
TOON_SHADING - Static variable in class com.vodafone.v10.graphics.j3d.Effect3D
Toon shading
transPoint(Vector3D) - Method in class com.vodafone.v10.graphics.j3d.AffineTrans
Transforms a point.

U

unit() - Method in class com.vodafone.v10.graphics.j3d.Vector3D
Performs normalization.
Util3D - class com.vodafone.v10.graphics.j3d.Util3D.
Utility class.

V

Vector2D - class com.vodafone.v10.util.Vector2D.
Vector2D is a class providing functions for 2D vector operations.
Vector2D() - Constructor for class com.vodafone.v10.util.Vector2D
Vector2D constructor.
Vector2D(FixedPoint, FixedPoint) - Constructor for class com.vodafone.v10.util.Vector2D
Vector2D constructor.
Vector2D(int, int) - Constructor for class com.vodafone.v10.util.Vector2D
Vector2D constructor.
Vector3D - class com.vodafone.v10.graphics.j3d.Vector3D.
3D vector class.
Vector3D() - Constructor for class com.vodafone.v10.graphics.j3d.Vector3D
Vector3D constructor
Vector3D(int, int, int) - Constructor for class com.vodafone.v10.graphics.j3d.Vector3D
Vector3D constructor
VIBRATION - Static variable in class com.vodafone.v10.system.device.DeviceControl
Vibration function.

W

WEB - Static variable in interface com.vodafone.v10.system.device.MailListener
Mail type Web push mail

X

x - Variable in class com.vodafone.v10.graphics.j3d.Vector3D
The x component

Y

y - Variable in class com.vodafone.v10.graphics.j3d.Vector3D
The y component

Z

z - Variable in class com.vodafone.v10.graphics.j3d.Vector3D
The z component

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

Copyright 2002,2003 Aplix Corporation. All rights reserved. Aplix Confidential and Restricted.