A B C D E F G H I J K L M N O P Q R S T W

A

activate() - Method in class javax.microedition.m2g.SVGImage
This method is used to dispatch an "DOMActivate" event to the document.
addEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method registers the specified listener with the event target.
appendChild(Node) - Method in interface org.w3c.dom.Node
Appends a child to this Node.

B

beginElementAt(float) - Method in interface org.w3c.dom.svg.SVGAnimationElement
Creates a begin instance time for the current time plus or minus the passed offset.
bindTarget(Object) - Method in class javax.microedition.m2g.ScalableGraphics
Binds the given Graphics as the rendering target of this ScalableGraphics context.

C

CLOSE - Static variable in interface org.w3c.dom.svg.SVGPath
Numeric value is ASCII code of the letter 'Z'.
close() - Method in interface org.w3c.dom.svg.SVGPath
Appends 'Z' (close path) segment to the path
code - Variable in exception org.w3c.dom.DOMException
The member variable to store exception's code, like INVALID_ACCESS_ERR.
code - Variable in exception org.w3c.dom.svg.SVGException
An integer indicating the type of error generated.
createAnimator(SVGImage) - Static method in class javax.microedition.m2g.SVGAnimator
This method creates a new SVGAnimator for the specified SVGImage.
createAnimator(SVGImage, String) - Static method in class javax.microedition.m2g.SVGAnimator
This method creates a new SVGAnimator for the specified SVGImage.
createElementNS(String, String) - Method in interface org.w3c.dom.Document
Create a new Element based on the specified (qualified) SVG tag name.
createEmptyImage(ExternalResourceHandler) - Static method in class javax.microedition.m2g.SVGImage
This method creates and loads an empty SVGImage (skeleton) that can be used to programatically construct a simple SVG image.
createImage(InputStream, ExternalResourceHandler) - Static method in class javax.microedition.m2g.ScalableImage
This method creates and loads a ScalableImage (e.g.
createImage(String, ExternalResourceHandler) - Static method in class javax.microedition.m2g.ScalableImage
This method creates and loads a ScalableImage (e.g.
createInstance() - Static method in class javax.microedition.m2g.ScalableGraphics
Retrieve a new instance of ScalableGraphics that can be associated to an application.
createSVGMatrixComponents(float, float, float, float, float, float) - Method in interface org.w3c.dom.svg.SVGSVGElement
Creates new SVGMatrix object.
createSVGPath() - Method in interface org.w3c.dom.svg.SVGSVGElement
Creates new SVGPath object.
createSVGRect() - Method in interface org.w3c.dom.svg.SVGSVGElement
Creates new SVGRect object.
createSVGRGBColor(int, int, int) - Method in interface org.w3c.dom.svg.SVGSVGElement
Creates new SVGRGBColor object.
CURVE_TO - Static variable in interface org.w3c.dom.svg.SVGPath
Numeric value is ASCII code of the letter 'C'.
curveTo(float, float, float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPath
Appends 'C' (absolute cubic curve) segment to the path.

D

dispatchMouseEvent(String, int, int) - Method in class javax.microedition.m2g.SVGImage
This method is used to dispatch a mouse event of the specified type to the document.
Document - Interface in org.w3c.dom
The Document interface represents an XML Document.
DOMException - Exception in org.w3c.dom
 
DOMException(short, String) - Constructor for exception org.w3c.dom.DOMException
Constructs a DOMException with a detailed message.

E

Element - Interface in org.w3c.dom
This empty interface is defined to ensure compatibility with the DOM specification, and also to be used as a return type of some Document methods.
endElementAt(float) - Method in interface org.w3c.dom.svg.SVGAnimationElement
Creates an end instance time for the current time plus or minus the passed offset.
Event - Interface in org.w3c.dom.events
The Event interface is used to provide contextual information about an event to the handler processing the event.
EventListener - Interface in org.w3c.dom.events
This interface represents an event listener, and is a subset of the EventListener interface defined in the DOM Level 2 Event model.
EventTarget - Interface in org.w3c.dom.events
This interface represents an event target, and is a subset of the EventTarget interface defined in the DOM Level 2 Event model.
ExternalResourceHandler - Interface in javax.microedition.m2g
This interface is used to load external resources that are referenced within a ScalableImage, namely within an SVG document in the case of SVG.

F

focusOn(SVGElement) - Method in class javax.microedition.m2g.SVGImage
This method triggers a "DOMFocusIn" event with the specified element as the event target.

G

getBBox() - Method in interface org.w3c.dom.svg.SVGLocatableElement
Returns the tight bounding box in current user coordinate space.
getBlue() - Method in interface org.w3c.dom.svg.SVGRGBColor
Returns the blue component of the SVGRGBColor.
getComponent(int) - Method in interface org.w3c.dom.svg.SVGMatrix
Returns a component of the matrix by component's zero-based index.
getCurrentRotate() - Method in interface org.w3c.dom.svg.SVGSVGElement
Returns current user agent rotation angle in degrees.
getCurrentScale() - Method in interface org.w3c.dom.svg.SVGSVGElement
Returns current user agent scale (zoom) coefficient.
getCurrentTarget() - Method in interface org.w3c.dom.events.Event
This method is used to get the current target of this event.
getCurrentTime() - Method in interface org.w3c.dom.svg.SVGSVGElement
Returns current animation timeline time in seconds.
getCurrentTranslate() - Method in interface org.w3c.dom.svg.SVGSVGElement
Current user agent translation used for scrolling or panning (The returned SVGPoint object is "live" and setting its x and y components will change user agent's translation).
getDocument() - Method in class javax.microedition.m2g.SVGImage
Returns the associated Document.
getDocumentElement() - Method in interface org.w3c.dom.Document
Return a child element of this document Node which corresponds to the top-most tag in XML file.
getElementById(String) - Method in interface org.w3c.dom.Document
Return the Element in the current document with the given unique ID.
getFirstElementChild() - Method in interface org.w3c.dom.svg.SVGElement
Returns the first child element node of this element.
getFloatTrait(String) - Method in interface org.w3c.dom.svg.SVGElement
Get the trait value as float.
getGreen() - Method in interface org.w3c.dom.svg.SVGRGBColor
Returns the green component of the SVGRGBColor.
getHeight() - Method in interface org.w3c.dom.svg.SVGRect
Returns the height for this SVGRect.
getId() - Method in interface org.w3c.dom.svg.SVGElement
Returns the Element's Id, null if no id specified.
getLocalName() - Method in interface org.w3c.dom.Node
Returns the local part of the qualified name of this node.
getMatrixTrait(String) - Method in interface org.w3c.dom.svg.SVGElement
Returns the trait value as SVGMatrix.
getNamespaceURI() - Method in interface org.w3c.dom.Node
Returns the namespace URI of the Node.
getNextElementSibling() - Method in interface org.w3c.dom.svg.SVGElement
Returns the next sibling element node of this element.
getNumberOfSegments() - Method in interface org.w3c.dom.svg.SVGPath
Return number of segments in this path.
getParentNode() - Method in interface org.w3c.dom.Node
Returns the parent Node of this Node.
getPathTrait(String) - Method in interface org.w3c.dom.svg.SVGElement
Returns the trait value as SVGPath.
getRectTrait(String) - Method in interface org.w3c.dom.svg.SVGElement
Returns the trait value as SVGRect.
getRed() - Method in interface org.w3c.dom.svg.SVGRGBColor
Returns the red component of the SVGRGBColor.
getRGBColorTrait(String) - Method in interface org.w3c.dom.svg.SVGElement
Returns the trait value as SVGRGBColor.
getScreenBBox() - Method in interface org.w3c.dom.svg.SVGLocatableElement
Returns the tight bounding box in screen coordinate space.
getScreenCTM() - Method in interface org.w3c.dom.svg.SVGLocatableElement
Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the parent user agent's notion of a "pixel".
getSegment(int) - Method in interface org.w3c.dom.svg.SVGPath
Returns segment command by zero-based command index.
getSegmentParam(int, int) - Method in interface org.w3c.dom.svg.SVGPath
Returns segment parameter by zero-based command index and zero-based parametr index.
getTargetComponent() - Method in class javax.microedition.m2g.SVGAnimator
The type of target component associated with the animator depends on the Java profile this specification is implemented on: javax.microedition.lcdui.Canvas on profiles supporting LCDUI java.awt.Component on profiles supporting AWT
getTimeIncrement() - Method in class javax.microedition.m2g.SVGAnimator
Returns the current time increment used for animation rendering.
getTrait(String) - Method in interface org.w3c.dom.svg.SVGElement
Returns the trait value as String.
getTraitNS(String, String) - Method in interface org.w3c.dom.svg.SVGElement
Same as getTrait, but for namespaced traits.
getType() - Method in interface org.w3c.dom.events.Event
This method returns the event type information.
getViewportHeight() - Method in class javax.microedition.m2g.ScalableImage
This method returns the ScalableImage's viewport height.
getViewportHeight() - Method in class javax.microedition.m2g.SVGImage
This method returns the ScalableImage's viewport height.
getViewportWidth() - Method in class javax.microedition.m2g.ScalableImage
This method returns the ScalableImage's viewport width.
getViewportWidth() - Method in class javax.microedition.m2g.SVGImage
This method returns the ScalableImage's viewport width.
getWidth() - Method in interface org.w3c.dom.svg.SVGRect
Returns the width for this SVGRect.
getX() - Method in interface org.w3c.dom.svg.SVGPoint
Returns the x component of the point.
getX() - Method in interface org.w3c.dom.svg.SVGRect
Returns the minimum X value for this SVGRect.
getY() - Method in interface org.w3c.dom.svg.SVGPoint
Returns the y component of the point.
getY() - Method in interface org.w3c.dom.svg.SVGRect
Returns the minimum Y value for this SVGRect.

H

handleEvent(Event) - Method in interface org.w3c.dom.events.EventListener
This method is called whenever an event occurs of the type for which the EventListener interface was registered..
hideNotify() - Method in interface javax.microedition.m2g.SVGEventListener
Invoked by the SVG implementation when the associated component is hidden.
HIERARCHY_REQUEST_ERR - Static variable in exception org.w3c.dom.DOMException
If any Node is inserted somewhere it doesn't belong.

I

incrementTime(float) - Method in class javax.microedition.m2g.SVGImage
Increments the animation or media timeline for this SVGImage (in seconds).
INDEX_SIZE_ERR - Static variable in exception org.w3c.dom.DOMException
If index or size is negative, or greater than the allowed value.
insertBefore(Node, Node) - Method in interface org.w3c.dom.Node
Inserts newChild before refChild in the child list for this node.
INVALID_ACCESS_ERR - Static variable in exception org.w3c.dom.DOMException
If a parameter or an operation is not supported by the underlying object.
INVALID_MODIFICATION_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to modify the type of the underlying object.
INVALID_STATE_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to use an object that is not, or is no longer, usable.
inverse() - Method in interface org.w3c.dom.svg.SVGMatrix
Returns a new instance of SVGMatrix containing the inverse of the current matrix.
invokeAndWait(Runnable) - Method in class javax.microedition.m2g.SVGAnimator
Invoke the input Runnable in the Document update thread and return after the Runnable has completed.
invokeLater(Runnable) - Method in class javax.microedition.m2g.SVGAnimator
Schedule the input Runnable for execution in the update thread at a later time.

J

javax.microedition.m2g - package javax.microedition.m2g
This package contains the core rendering part of this proposal.

K

keyPressed(int) - Method in interface javax.microedition.m2g.SVGEventListener
Invoked by the SVG implementation when a key was pressed while the component associated with the SVGAnimator had focus.
keyReleased(int) - Method in interface javax.microedition.m2g.SVGEventListener
Invoked by the SVG implementation when a key was released while the component associated with the SVGAnimator had focus.

L

LINE_TO - Static variable in interface org.w3c.dom.svg.SVGPath
Numeric value is ASCII code of the letter 'L'.
lineTo(float, float) - Method in interface org.w3c.dom.svg.SVGPath
Appends 'L' (absolute line) segment to the path with the specified coordinates.

M

mMultiply(SVGMatrix) - Method in interface org.w3c.dom.svg.SVGMatrix
Performs matrix multiplication.
MOVE_TO - Static variable in interface org.w3c.dom.svg.SVGPath
Numeric value is ASCII code of the letter 'M'.
moveTo(float, float) - Method in interface org.w3c.dom.svg.SVGPath
Appends 'M' (absolute move) segment to the path with the specified coordinates.
mRotate(float) - Method in interface org.w3c.dom.svg.SVGMatrix
Post-multiplies a rotation transformation on the current matrix and returns the resulting current matrix.
mScale(float) - Method in interface org.w3c.dom.svg.SVGMatrix
Post-multiplies a uniform scale transformation on the current matrix and returns the resulting current matrix.
mTranslate(float, float) - Method in interface org.w3c.dom.svg.SVGMatrix
Post-multiplies a translation transformation on the current matrix and returns the resulting current matrix.

N

NO_MODIFICATION_ALLOWED_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to modify an object where modifications are not allowed.
Node - Interface in org.w3c.dom
The Node interface describes generic nodes in an SVG document tree.
NOT_FOUND_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to reference a Node in a context where it does not exist.
NOT_SUPPORTED_ERR - Static variable in exception org.w3c.dom.DOMException
If the implementation does not support the requested type of object or operation.

O

org.w3c.dom - package org.w3c.dom
This package is subsetted DOM Level 3 Core APIs.
org.w3c.dom.events - package org.w3c.dom.events
This package contains the necessary event handling interfaces that are a subset of DOM Events Level 2 APIs.
org.w3c.dom.svg - package org.w3c.dom.svg
The SVG Tiny 1.1 DOM API defined in this specification is subset of W3C SVG Tiny 1.2 uDOM.

P

pause() - Method in class javax.microedition.m2g.SVGAnimator
Transitions this SVGAnimator to the paused state.
play() - Method in class javax.microedition.m2g.SVGAnimator
Transitions this SVGAnimator to the playing state.
pointerPressed(int, int) - Method in interface javax.microedition.m2g.SVGEventListener
Invoked by the SVG implementation when the pointer device (if any), is pressed over the component associated with the SVGAnimator.
pointerReleased(int, int) - Method in interface javax.microedition.m2g.SVGEventListener
Invoked by the SVG implementation when the pointer device (if any), is released over the component associated with the SVGAnimator.

Q

QUAD_TO - Static variable in interface org.w3c.dom.svg.SVGPath
Numeric value is ASCII code of the letter 'Q'.
quadTo(float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPath
Appends 'Q' (absolute quadratic curve) segment to the path.

R

releaseTarget() - Method in class javax.microedition.m2g.ScalableGraphics
Flushes the rendered ScalableImage to the currently bound target and then releases the target.
removeChild(Node) - Method in interface org.w3c.dom.Node
Removes the specified child associated with this Node.
removeEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method removes the specified listener from the event target.
render(int, int, ScalableImage) - Method in class javax.microedition.m2g.ScalableGraphics
Renders the specified ScalableImage using the supplied anchor point.
RENDERING_QUALITY_HIGH - Static variable in class javax.microedition.m2g.ScalableGraphics
Defines a high rendering quality level.
RENDERING_QUALITY_LOW - Static variable in class javax.microedition.m2g.ScalableGraphics
Defines a low rendering quality level.
requestCompleted(String, InputStream) - Method in class javax.microedition.m2g.ScalableImage
Once the requested external resource is available, the application forwards this information (resourceData) to the SVG engine.
requestCompleted(String, InputStream) - Method in class javax.microedition.m2g.SVGImage
Once the requested external resource is available, the application forwards this information (resourceData) to the SVG engine.
requestResource(ScalableImage, String) - Method in interface javax.microedition.m2g.ExternalResourceHandler
This method is invoked when an external resource is required by the underlying implementation.

S

ScalableGraphics - Class in javax.microedition.m2g
This is the fundamental class for 2D rendering.
ScalableImage - Class in javax.microedition.m2g
This class models images in vector format, such as the Scalable Vector Graphics (SVG) image format.
ScalableImage() - Constructor for class javax.microedition.m2g.ScalableImage
Constructor
setCurrentRotate(float) - Method in interface org.w3c.dom.svg.SVGSVGElement
Sets current user agent rotate coefficient in degrees.
setCurrentScale(float) - Method in interface org.w3c.dom.svg.SVGSVGElement
Sets current user agent scale (zoom) coefficient.
setCurrentTime(float) - Method in interface org.w3c.dom.svg.SVGSVGElement
Sets current animation timeline time (in seconds).
setFloatTrait(String, float) - Method in interface org.w3c.dom.svg.SVGElement
Set the trait value as float.
setHeight(float) - Method in interface org.w3c.dom.svg.SVGRect
Sets the height of this SVGRect to the specified value.
setId(String) - Method in interface org.w3c.dom.svg.SVGElement
Sets the Element's id attribute.
setMatrixTrait(String, SVGMatrix) - Method in interface org.w3c.dom.svg.SVGElement
Set the trait value as SVGMatrix.
setPathTrait(String, SVGPath) - Method in interface org.w3c.dom.svg.SVGElement
Set the trait value as SVGPath.
setRectTrait(String, SVGRect) - Method in interface org.w3c.dom.svg.SVGElement
Set the trait value as SVGRect.
setRenderingQuality(int) - Method in class javax.microedition.m2g.ScalableGraphics
Set the quality of rendering in the ScalableGraphics context.
setRGBColorTrait(String, SVGRGBColor) - Method in interface org.w3c.dom.svg.SVGElement
Set the trait value as SVGRGBColor.
setSVGEventListener(SVGEventListener) - Method in class javax.microedition.m2g.SVGAnimator
Sets the SVGEventListener associated with this SVGAnimator.
setTimeIncrement(float) - Method in class javax.microedition.m2g.SVGAnimator
Sets the time increment to use for animation rendering.
setTrait(String, String) - Method in interface org.w3c.dom.svg.SVGElement
Set the trait value as String.
setTraitNS(String, String, String) - Method in interface org.w3c.dom.svg.SVGElement
Same as setTrait, but for namespaced traits.
setTransparency(float) - Method in class javax.microedition.m2g.ScalableGraphics
Set the transparency in the ScalableGraphics context with the supplied alpha value.
setViewportHeight(int) - Method in class javax.microedition.m2g.ScalableImage
This method sets the new (viewport) height of this ScalableImage.
setViewportHeight(int) - Method in class javax.microedition.m2g.SVGImage
This method sets the new (viewport) height of this ScalableImage.
setViewportWidth(int) - Method in class javax.microedition.m2g.ScalableImage
This method sets the new (viewport) width of this ScalableImage.
setViewportWidth(int) - Method in class javax.microedition.m2g.SVGImage
This method sets the new (viewport) width of this ScalableImage.
setWidth(float) - Method in interface org.w3c.dom.svg.SVGRect
Sets the width of this SVGRect to the specified value.
setX(float) - Method in interface org.w3c.dom.svg.SVGPoint
Sets the x component of the point to the specified float value.
setX(float) - Method in interface org.w3c.dom.svg.SVGRect
Sets the minimum X value of this SVGRect to the specified value.
setY(float) - Method in interface org.w3c.dom.svg.SVGPoint
Sets the y component of the point to the specified float value.
setY(float) - Method in interface org.w3c.dom.svg.SVGRect
Sets the minimum Y value of this SVGRect to the specified value.
showNotify() - Method in interface javax.microedition.m2g.SVGEventListener
Invoked by the SVG implementation when the associated component is shown.
sizeChanged(int, int) - Method in interface javax.microedition.m2g.SVGEventListener
Invoked by the SVG implementation when the associated component is resized.
stop() - Method in class javax.microedition.m2g.SVGAnimator
Transitions this SVGAnimator to the stopped state.
SVG_INVALID_VALUE_ERR - Static variable in exception org.w3c.dom.svg.SVGException
Value passed to an SVG-specific method is invalid, such as out of range color component in createSVGRGBColor.
SVG_MATRIX_NOT_INVERTABLE - Static variable in exception org.w3c.dom.svg.SVGException
Matrix that has a determinant equal to zero, and therefore not invertable.
SVGAnimationElement - Interface in org.w3c.dom.svg
This interface represents an Animation element, which contains methods to control the timing of animations.
SVGAnimator - Class in javax.microedition.m2g
The SVGAnimator class handles automatic rendering of updates and animations in an SVGImage to a target user interface (UI) component.
SVGAnimator() - Constructor for class javax.microedition.m2g.SVGAnimator
 
SVGElement - Interface in org.w3c.dom.svg
This interface represents an SVG element in the document tree.
SVGEventListener - Interface in javax.microedition.m2g
The SVGEventListener is used to forward platform-specific events to an application.
SVGException - Exception in org.w3c.dom.svg
An exception thrown for SVG-specific errors, such as noninvertable matrix in inverse.
SVGException(short, String) - Constructor for exception org.w3c.dom.svg.SVGException
Constructs a SVGException with a detailed message.
SVGImage - Class in javax.microedition.m2g
This class represents an SVG image conforming to the W3C SVG Tiny 1.1 Profile.
SVGImage() - Constructor for class javax.microedition.m2g.SVGImage
Constructor
SVGLocatableElement - Interface in org.w3c.dom.svg
This interface represents an SVGLocatableElement.
SVGMatrix - Interface in org.w3c.dom.svg
This interface represents an "SVGMatrix" datatype, identified by an affine transform.
SVGPath - Interface in org.w3c.dom.svg
This interface represents an "SVGPath" datatype used to define the path geometry.
SVGPoint - Interface in org.w3c.dom.svg
This interface represents an "SVGPoint" datatype, identifiend by its x and y components.
SVGRect - Interface in org.w3c.dom.svg
This interface represents an "SVGRect" datatype, consisting of a minimum X, minimum Y, width and height values.
SVGRGBColor - Interface in org.w3c.dom.svg
This interface represents an "SVGRGBColor" datatype made up of red, green, and blue components.
SVGSVGElement - Interface in org.w3c.dom.svg
This interface represents <svg> element in (SVG) document tree.

T

TYPE_MISMATCH_ERR - Static variable in exception org.w3c.dom.DOMException
If the type of an object is incompatible with the expected type of the parameter associated to the object.

W

WRONG_DOCUMENT_ERR - Static variable in exception org.w3c.dom.DOMException
If a node is used in a different document than the one that created it (that doesn't support it).

A B C D E F G H I J K L M N O P Q R S T W

Copyright © 2003-2006 Nokia Corporation. See the Copyright Notice for details.