|
|||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||
insertBefore or
removeChild would make the Node invalid
with respect to "partial validity", this exception would be raised
and the operation would not be done.
ComplexType object.
ComplexType object.
Type object.
true or the value
false.
Double object initialized to the value
represented by the specified string.
Object argument.
char array
argument.
char array argument.
boolean argument.
char
argument.
int argument.
long argument.
float argument.
double argument.
QName, constructs
the QName with the prefix being set to the empty string.
i into a byte array.
array into a long integer (Note: the returned value should be considered as an unsigned value).
Vector class implements a growable array of
objects.verificationException object with no parameters.
verificationException object with an error message.
signer.
true if the given signature verifies with the given public key on the given data, using the given algorithm.
PublicKey and
PrivateKey, and then performs an integrity check on the private
and public key parameters.
CryptoSystem, and then
performs integrity checks on the private key parameters.
CryptoSystem, and then
performs integrity checks on the public key parameters.
PublicKey and
PrivateKey, and then performs an integrity check on the private
and public key parameters.
CryptoSystem, and then
performs integrity checks on the private key parameters.
CryptoSystem, and then
performs integrity checks on the public key parameters.
PublicKey and
PrivateKey, and then performs an integrity check on the private
and public key parameters.
CryptoSystem, and then
performs integrity checks on the private key parameters.
CryptoSystem, and then
performs integrity checks on the public key parameters.
PublicKey and
PrivateKey, and then performs an integrity check on the private
and public key parameters.
CryptoSystem, and then
performs integrity checks on the private key parameters.
CryptoSystem, and then
performs integrity checks on the public key parameters.
VG interface is the parent interface for
the BlackBerry Java(TM) programming language bindings for OpenVG(R)
The documentation in this interface and its subinterfaces is
normative with respect to instance variable names and values,
method names and signatures, and exception behavior.VG11 interface contains the BlackBerry Java(TM) programming
language bindings for OpenVG(R) 1.1 extending the OpenVG 1.0 core functionality.vgAppendPath function appends a copy of all path segments from srcPath onto the end
of the existing data in dstPath.
vgAppendPathData function appends data taken from a client-side representation stored
in pathData to the given path dstPath.
vgChildImage function returns a new VGImage handle
that refers to a portion of the parent image.
vgClear function fills the portion of the drawing surface intersecting the rectangle
extending from pixel (x, y) and having the given width and height
with a constant color value, taken from the VG_CLEAR_COLOR parameter.
vgClearGlyph deletes the glyph defined by a glyphIndex
parameter from a font.
vgClearImage function fills a given rectangle of an image with the
color specified by the VG_CLEAR_COLOR parameter.
vgClearPath function removes all segment command and coordinate data associated with a path.
VG_CLOSE_PATH path segment to the given path.
vgColorMatrix function computes a linear combination of color
and alpha values (Rsrcsrc, Gsrcsrc, Bsrcsrc, ?
Buffer version of vgColorMatrix.
vgConvolve function applies a user-supplied convolution kernel
to a normalized source image src.
vgCopyImage function copies pixels between images.
vgCopyMask copies a portion of the current surface mask into a
VGMaskLayer object.
vgCopyPixels function copies pixels from one region
of the drawing surface to another.
VGPaint and sets it to the color specified by the integer argb.
VGPaint and sets it to the color specified by the hexadecimal string argb.
vgCreateFont creates a new font object and returns
a VGFont handle to it.
vgCreateImage function creates an image with the
given width, height, and pixel format
and returns a VGImage handle to it.
VGImage from the specified bitmap.
VGImage from the specified bitmap.
VGImage from the specified EncodedImage.
VGPaint with the paint type set to VG_PAINT_TYPE_LINEAR_GRADIENT.
vgCreateMaskLayer creates an object capable of storing
a mask layer with the give width and height and
returns a VGMaskLayer handle to it.
vgCreatePaint function creates a new paint object that is initialized
to a set of default values and returns a VGPaint handle to it.
vgCreatePath function creates a new path that is ready to accept segment data and returns a
VGPath handle as an int to it.
VGPath from an SVG path data string.
VGPaint with the paint type set to VG_PAINT_TYPE_RADIAL_GRADIENT.
VGImage from the given text string.
StringBuffer version of vgCreateTextAsImage.
VGPath from the given text string.
StringBuffer version of vgCreateTextAsPath.
VG_CUBIC_TO (cubic Bézier curve) path segment and path data to the given path.
vgDestroyFont destroys the VGFont object pointed
to by the font argument.Note that vgDestroyFont will not destroy underlying
objects that were used to define glyphs in the font.
vgDestroyImage function deallocates resources associated with an image.
vgDestroyPath releases any resources associated with a
mask layer may be deallocated by calling vgDestroyMaskLayer.
vgDestroyPaint function deallocates resources associated with a paint object.
vgDestroyPath function releases any resources associated with path, and makes the
handle invalid in all contexts that shared it.
vgDrawGlyph renders a glyph defined by the
glyphIndex using the given font object.
vgDrawGlyphs renders a sequence of glyphs defined by the
array pointed to by glyphIndices using the given font
object.
vgDrawImage function draws an image to the current drawing surface.
vgDrawPath function can fill and/or stroke a path.
StringBuffer version of vgDrawText.
vgDrawText methods.
vgFillMaskLayer function sets the values of a given maskLayer
within a given rectangular region to a given value.
- vgFinish() -
Method in interface net.rim.device.api.openvg.VG10
- The
vgFinish function forces all outstanding requests on the current context to complete,
returning only when the last request has completed.
- vgFlush() -
Method in interface net.rim.device.api.openvg.VG10
- The
vgFlush function ensures that all outstanding requests on the current context
will complete in finite time.
- vgGaussianBlur(int, int, float, float, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGaussianBlur function computes the convolution of a
normalized source image src with a separable kernel defined
in each dimension by the Gaussian function G(x, s):
G(x,s) = 1 / sqrt(2PI s^2 e?
- vgGetColor(int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetColor function returns the current setting of
the VG_PAINT_COLOR parameter on a given paint object
may be queried as a 32-bit non-premultiplied sRGBA_8888 value.
- vgGetError() -
Method in interface net.rim.device.api.openvg.VG10
vgGetError returns the oldest error code provided by an API call
on the current context since the previous call to
vgGetError on that context (or since the
creation of the context).
- vgGetf(int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetf function returns a floating-point API parameter value.
- vgGetfv(int, int, float[], int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetfv function returns a floating-point vector API parameter value.
- vgGetfv(int, FloatBuffer) -
Method in interface net.rim.device.api.openvg.VG10
- The floating-point
Buffer version of vgGetfv.
- vgGeti(int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGeti function returns an integer API parameter value.
- vgGetImageSubData(int, Buffer, int, int, int, int, int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetImageSubData function reads pixel values from a rectangular portion of
an image, performs format conversion if necessary, and stores the
resulting pixels into memory.
- vgGetiv(int, int, int[], int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetiv function returns an integer API vector parameter value.
- vgGetiv(int, IntBuffer) -
Method in interface net.rim.device.api.openvg.VG10
- The integer
Buffer version of vgGetiv.
- vgGetMatrix(float[], int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetMatrix function retrieves the value of the current transformation.
- vgGetMatrix(FloatBuffer) -
Method in interface net.rim.device.api.openvg.VG10
- The floating-point
Buffer version of vgLoadMatrix.
- vgGetPaint(int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetPaint function returns the paint object currently set for the given paintMode,
or VG_INVALID_HANDLE if an error occurs or if no paint object is set (i.e., the default
paint is present) on the given context with the given paintMode.
- vgGetParameterf(int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetParameterf function returns a floating-point object parameter.
- vgGetParameterfv(int, int, int, float[], int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetParameterfv function returns a floating-point vector object parameter.
- vgGetParameterfv(int, int, FloatBuffer) -
Method in interface net.rim.device.api.openvg.VG10
- The floating-point
Buffer version of vgGetParameterfv.
- vgGetParameteri(int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetParameteri function returns an integer object parameter.
- vgGetParameteriv(int, int, int, int[], int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetParameteriv function returns an integer vector object parameter.
- vgGetParameteriv(int, int, IntBuffer) -
Method in interface net.rim.device.api.openvg.VG10
- The integer
Buffer version of vgGetParameteriv.
- vgGetParameterVectorSize(int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetParameterVectorSize function returns the number of elements in the vector
that will be returned by the vgGetParameteriv or
vgGetParameterfv functions if called with the given paramType
argument.
- vgGetParent(int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetParent function returns the parent of the given image.
- vgGetPathCapabilities(int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetPathCapabilities function returns the current capabilities of the
path, as a bitwise OR of VGPathCapabilities constants.
- vgGetPixels(int, int, int, int, int, int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetPixels function retrieves pixel data from the drawing surface into
the image dst.
- vgGetString(int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetString function returns information about the OpenVG implementation,
including extension information.
- vgGetVectorSize(int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgGetVectorSize function returns the maximum number of elements in the vector
that will be retrieved by the vgGetiv or vgGetfv
functions if called with the given paramType argument.
- vgHardwareQuery(int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgHardwareQuery function returns a value indicating whether a
given setting of a property of a type given by key
is generally accelerated in hardware on the currently running
OpenVG implementation.
- vgHLineTo(VG, int, float, boolean) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends a
VG_HLINE_TO (horizontal line) path segment and path data to the given path.
- vgImageSubData(int, Buffer, int, int, int, int, int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgImageSubData function reads pixel values from memory,
performs format conversion if necessary, and stores the resulting
pixels into a rectangular portion of an image.
- vgImageSubData(VG, Bitmap, boolean, int) -
Static method in class net.rim.device.api.openvg.VGUtils
- Loads the sub data from a bitmap into an destination VGImage.
- vgImageSubData(VG, Bitmap, int, int, boolean, int, int, int, int, int) -
Static method in class net.rim.device.api.openvg.VGUtils
- Loads the sub data from a bitmap, performs format conversion if necessary,
and stores the resulting pixels into a rectangular portion of a VGImage.
- vgImageSubData(VG, EncodedImage, int, int, boolean, int, int, int, int, int) -
Static method in class net.rim.device.api.openvg.VGUtils
- Loads the sub data from a encodedImage, performs format conversion if necessary,
and stores the resulting pixels into a rectangular portion of a VGImage.
- vgInterpolatePath(int, int, int, float) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgInterpolatePath function appends a path, defined by interpolation (or extrapolation)
between the paths startPath and endPath by the given amount,
to the path dstPath.
- vgLargeCCWArcTo(VG, int, float, float, float, float, float, boolean) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends a
VG_LCCWARC_TO (large counter-clockwise elliptical arc) path segment and path data to the given path.
- vgLargeCWArcTo(VG, int, float, float, float, float, float, boolean) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends a
VG_LCWARC_TO (large clockwise elliptical arc) path segment and path data to the given path.
- vgLineTo(VG, int, float, float, boolean) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends a
VG_LINE_TO path segment and path data to the given path.
- vgLoadIdentity() -
Method in interface net.rim.device.api.openvg.VG10
- The
vgLoadIdentity function sets the current matrix M to the identity matrix:
M = | 1 0 0 |
| 0 1 0 |
| 0 0 1 |
- vgLoadMatrix(float[], int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgLoadMatrix function loads an arbitrary set of matrix values into
the current matrix.
- vgLoadMatrix(FloatBuffer) -
Method in interface net.rim.device.api.openvg.VG10
- The floating-point
Buffer version of vgLoadMatrix.
- vgLookup(int, int, Buffer, Buffer, Buffer, Buffer, boolean, boolean) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgLookup function passes each image channel of the
normalized source image src through a separate lookup table.
- vgLookupSingle(int, int, IntBuffer, int, boolean, boolean) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgLookupSingle function passes a single image channel of the
normalized source image src, selected by
the sourceChannel parameter, through a combined lookup
table that produces whole pixel values.
- vgMask(int, int, int, int, int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgMask function modifies the alpha mask values according to a given operation,
possibly using alpha values taken from a mask image.
- vgMeasureText(VG, FontSpec, String, DrawTextParam, TextMetrics) -
Static method in class net.rim.device.api.openvg.VGUtils
- Measures the text and returns the advance width of the specified string using the font and text rendering parameters.
- vgMeasureText(VG, FontSpec, StringBuffer, DrawTextParam, TextMetrics) -
Static method in class net.rim.device.api.openvg.VGUtils
StringBuffer version of vgMeasureText.
- vgModifyPathCoords(int, int, int, Buffer) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgModifyPathCoords function modifies the coordinate data for a contiguous range of segments
of dstPath, starting at startIndex (where 0 is the index of the first
path segment) and having length numSegments.
- vgMoveTo(VG, int, float, float, boolean) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends a
VG_MOVE_TO path segment and path data to the given path.
- vgMultMatrix(float[], int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgMultMatrix function right-multiplies the current matrix M
by a given matrix:
M = M · | sx shx tx |
| shy sy ty |
| w0 w1 w2 |
Nine matrix values are read from m in the order:
{ sx, shy, w0, shx, sy, w1, tx, ty, w2 }
and the current matrix is multiplied by the resulting matrix.
- vgMultMatrix(FloatBuffer) -
Method in interface net.rim.device.api.openvg.VG10
- The floating-point
Buffer version of vgLoadMatrix.
- vgPaintPattern(int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgPaintPattern function replaces any previous pattern image defined
on the given paint object for the given set of paint modes with a new pattern image.
- vgPathBounds(int, float[], int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgPathBounds function returns an axis-aligned bounding box that tightly bounds
the interior of the given path.
- vgPathBounds(int, FloatBuffer) -
Method in interface net.rim.device.api.openvg.VG10
- The floating-point
Buffer version of vgPathBounds.
- vgPathLength(int, int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgPathLength function returns the length of a given portion of a path in the
user coordinate system (that is, in the path’s own coordinate system, disregarding
any matrix settings).
- vgPathTransformedBounds(int, float[], int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgPathTransformedBounds function returns an axis-aligned
bounding box that is guaranteed to enclose the geometry of the given path
following transformation by the current path-user-to-surface transform.
- vgPathTransformedBounds(int, FloatBuffer) -
Method in interface net.rim.device.api.openvg.VG10
- The floating-point
Buffer version of vgPathTransformedBounds.
- vgPointAlongPath(int, int, int, float, float[], int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgPointAlongPath function returns the point lying a given
distance along a given portion of a path and the unit-length tangent
vector at that point.
- vgPointAlongPath(int, int, int, float, FloatBuffer) -
Method in interface net.rim.device.api.openvg.VG10
- The floating-point
Buffer version of vgPointAlongPath.
- vgQuadTo(VG, int, float, float, float, float, boolean) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends a
VG_QUAD_TO (quadratic Bézier curve) path segment and path data to the given path.
- vgReadPixels(Buffer, int, int, int, int, int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgReadPixels function enables you to copy pixel data from the drawing
surface without the creation of a VGImage object.
- vgRemovePathCapabilities(int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgRemovePathCapabilities function requests the set of capabilities specified
in the capabilities argument to be disabled for the given path.
- vgRenderToMask(int, int, int) -
Method in interface net.rim.device.api.openvg.VG11
- The
vgRenderToMask function modifies the current surface mask by
applying the given operation to the set of coverage values associated
with the rendering of the given path.
- vgRotate(float) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgRotate function modifies the current transformation by appending a
counter-clockwise rotation by a given angle (expressed in degrees) about the origin.
- vgScale(float, float) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgScale function modifies the current transformation by appending a scale.
- vgSeparableConvolve(int, int, int, int, int, int, ShortBuffer, ShortBuffer, float, float, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgSeparableConvolve function applies a user-supplied separable
convolution kernel to a normalized source image src.
- vgSetColor(int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgSetColor function acts as a shorthand to allow the VG_PAINT_COLOR
parameter of a given paint object to be set using a 32-bit non-premultiplied sRGBA_8888
representation.
- vgSetf(int, float) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgSetf function sets a floating-point API parameter value.
- vgSetfv(int, int, float[], int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgSetfv function sets a floating-point vector API parameter value.
- vgSetfv(int, FloatBuffer) -
Method in interface net.rim.device.api.openvg.VG10
- The floating-point
Buffer version of vgSetfv.
- vgSetGlyphToImage(int, int, int, float[], int, float[], int) -
Method in interface net.rim.device.api.openvg.VG11
- The
vgSetGlyphToImage creates a new glyph and assigns the given
image into a glyph associated with the glyphIndex in
a font object.
- vgSetGlyphToPath(int, int, int, boolean, float[], int, float[], int) -
Method in interface net.rim.device.api.openvg.VG11
- The
vgSetGlyphToPath creates a new glyph and assigns the given
path to a glyph associated with the glyphIndex
in a font object.
- vgSeti(int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgSeti function sets an integer API parameter value.
- vgSetiv(int, int, int[], int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgSetiv function sets an integer vector API parameter value.
- vgSetiv(int, IntBuffer) -
Method in interface net.rim.device.api.openvg.VG10
- The integer
Buffer version of vgSetiv.
- vgSetPaint(int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgSetPaint function sets Paint definitions on the current context.
- vgSetParameterf(int, int, float) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgSetParameterf function sets a floating-point object parameter.
- vgSetParameterfv(int, int, int, float[], int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgSetParameterfv function sets a floating-point vector object parameter.
- vgSetParameterfv(int, int, FloatBuffer) -
Method in interface net.rim.device.api.openvg.VG10
- The floating-point
Buffer version of vgSetParameterfv.
- vgSetParameteri(int, int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgSetParameteri function sets an integer object parameter.
- vgSetParameteriv(int, int, int, int[], int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgSetParameteriv function sets a integer vector object parameter.
- vgSetParameteriv(int, int, IntBuffer) -
Method in interface net.rim.device.api.openvg.VG10
- The integer
Buffer version of vgSetParameteriv.
- vgSetPixels(int, int, int, int, int, int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgSetPixels function copies pixel data from the image src
onto the drawing surface.
- vgShear(float, float) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgShear function modifies the current transformation by appending a shear.
- vgSmallCCWArcTo(VG, int, float, float, float, float, float, boolean) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends a
VG_SCCWARC_TO (small counter-clockwise elliptical arc) path segment and path data to the given path.
- vgSmallCWArcTo(VG, int, float, float, float, float, float, boolean) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends a
VG_SCWARC_TO (small clockwise elliptical arc) path segment and path data to the given path.
- vgSmoothCubicTo(VG, int, float, float, float, float, boolean) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends a
VG_SCUBIC_TO (smooth cubic Bézier curve) path segment and path data to the given path.
- vgSmoothQuadTo(VG, int, float, float, boolean) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends a
VG_SQUAD_TO (smooth quadratic Bézier) path segment and path data to the given path.
- vgTransformPath(int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgTransformPath function appends a transformed copy of srcPath to the
current contents of dstPath.
- vgTranslate(float, float) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgTranslate function modifies the current transformation by appending a
translation.
- VGU_ARC_CHORD -
Static variable in class net.rim.device.api.openvg.VGUtils
- OpenVG VGU 1.0 constant.
- VGU_ARC_OPEN -
Static variable in class net.rim.device.api.openvg.VGUtils
- OpenVG VGU 1.0 constant.
- VGU_ARC_PIE -
Static variable in class net.rim.device.api.openvg.VGUtils
- OpenVG VGU 1.0 constant.
- VGU_BAD_HANDLE_ERROR -
Static variable in class net.rim.device.api.openvg.VGUtils
- OpenVG VGU 1.0 constant.
- VGU_BAD_WARP_ERROR -
Static variable in class net.rim.device.api.openvg.VGUtils
- OpenVG VGU 1.0 constant.
- VGU_ILLEGAL_ARGUMENT_ERROR -
Static variable in class net.rim.device.api.openvg.VGUtils
- OpenVG VGU 1.0 constant.
- VGU_NO_ERROR -
Static variable in class net.rim.device.api.openvg.VGUtils
- OpenVG VGU 1.0 constant.
- VGU_OUT_OF_MEMORY_ERROR -
Static variable in class net.rim.device.api.openvg.VGUtils
- OpenVG VGU 1.0 constant.
- VGU_PATH_CAPABILITY_ERROR -
Static variable in class net.rim.device.api.openvg.VGUtils
- OpenVG VGU 1.0 constant.
- vguArc(VG, int, float, float, float, float, float, float, int) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends an elliptical arc to a path, possibly along with
one or two line segments, according to the arcType parameter.
- vguComputeWarpQuadToQuad(VG, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float[], int) -
Static method in class net.rim.device.api.openvg.VGUtils
- Sets the entries of matrix to a projective
transformation that maps the point:
(sx0, sy0) to (dx0, dy0); (sx1, sy1) to (dx1, dy1);
(sx2, sy2) to (dx2, dy2); and (sx3, sy3) to (dx3, dy3).
- vguComputeWarpQuadToQuad(VG, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, FloatBuffer) -
Static method in class net.rim.device.api.openvg.VGUtils
- The floating-point
Buffer version of vguComputeWarpQuadToQuad.
- vguComputeWarpQuadToSquare(VG, float, float, float, float, float, float, float, float, float[], int) -
Static method in class net.rim.device.api.openvg.VGUtils
- Sets the entries of matrix to a projective
transformation that maps the point:
(sx0, sy0) to (0, 0); (sx1, sy1) to (1, 0); (sx2, sy2) to (0, 1); and (sx3, sy3) to (1, 1).
- vguComputeWarpQuadToSquare(VG, float, float, float, float, float, float, float, float, FloatBuffer) -
Static method in class net.rim.device.api.openvg.VGUtils
- The floating-point
Buffer version of vguComputeWarpQuadToSquare.
- vguComputeWarpSquareToQuad(VG, float, float, float, float, float, float, float, float, float[], int) -
Static method in class net.rim.device.api.openvg.VGUtils
- Sets the entries of matrix to a
projective transformation that maps the point:
(0, 0) to (dx0, dy0); (1, 0) to (dx1, dy1);
(0, 1) to (dx2, dy2); and (1, 1) to (dx3, dy3).
- vguComputeWarpSquareToQuad(VG, float, float, float, float, float, float, float, float, FloatBuffer) -
Static method in class net.rim.device.api.openvg.VGUtils
- The floating-point
Buffer version of vguComputeWarpSquareToQuad.
- vguEllipse(VG, int, float, float, float, float) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends an axis-aligned ellipse to a path.
- vguLine(VG, int, float, float, float, float) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends a line segment to a path.
- vguPolygon(VG, int, float[], int, int, boolean) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends a polyline or polygon to a path.
- vguPolygon(VG, int, FloatBuffer, boolean) -
Static method in class net.rim.device.api.openvg.VGUtils
- The floating-point
Buffer version of vguPolygon.
- vguRect(VG, int, float, float, float, float) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends an axis-aligned rectangle with its lower-left corner at (x, y) and a
given width and height to a path.
- vguRoundRect(VG, int, float, float, float, float, float, float) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends an axis-aligned round-cornered rectangle with the
lower-left corner of its rectangular bounding box
at (x, y) and a given width, height, arcWidth,
and arcHeight to a path.
- VGUtils - Class in net.rim.device.api.openvg
- Provides a set of utility methods for OpenVG applications.
- vgVLineTo(VG, int, float, boolean) -
Static method in class net.rim.device.api.openvg.VGUtils
- Appends a
VG_VLINE_TO (vertical line) path segment and path data to the given path.
- vgWritePixels(Buffer, int, int, int, int, int, int) -
Method in interface net.rim.device.api.openvg.VG10
- The
vgWritePixels function allows pixel data to be copied to the
drawing surface without the creation of a VGImage object.
- vibrate(int) -
Method in class javax.microedition.lcdui.Display
- Requests operation of the device's vibrator.
- VIBRATE_PROFILE_ID -
Static variable in class net.rim.blackberry.api.profiles.Profiles
- Specifies the ID for the Vibrate Only profile.
- vibrateDone(int) -
Method in interface net.rim.device.api.system.AlertListener
- Invoked when a vibrate alert ends.
- VibrationAlert - Class in net.rim.blackberry.api.profiles
- Represents vibration alert properties.
- VibrationAlert() -
Constructor for class net.rim.blackberry.api.profiles.VibrationAlert
- Empty constructor for VibrationAlert
- VideoControl - Interface in javax.microedition.media.control
VideoControl controls the display of video.- VideoFormatControl - Interface in javax.microedition.amms.control
-
VideoFormatControl controls the setting of the video format of the audio-video format. - VIEW_ALL -
Static variable in class net.rim.device.api.ui.picker.FilePicker
- Generic file selection dialog type (like File Explorer).
- VIEW_MODE_R -
Static variable in class net.rim.device.api.servicebook.ServiceBook
- Indicates that the service book has read view mode access.
- VIEW_MODE_RO -
Static variable in class net.rim.device.api.servicebook.ServiceBook
- Indicates that the service book has read-only view mode access.
- VIEW_MODE_RW -
Static variable in class net.rim.device.api.servicebook.ServiceBook
- Indicates that the service book has read-write view mode access.
- VIEW_MODE_UNKNOWN -
Static variable in class net.rim.device.api.servicebook.ServiceBook
- Indicates that the service book has an unknown view mode.
- VIEW_MUSIC -
Static variable in class net.rim.device.api.ui.picker.FilePicker
- File selection dialog type for selecting music files (like a Music application).
- VIEW_PICTURES -
Static variable in class net.rim.device.api.ui.picker.FilePicker
- File selection dialog type for selecting pictures (like a Pictures application).
- VIEW_RINGTONES -
Static variable in class net.rim.device.api.ui.picker.FilePicker
- File selection dialog type for selecting ringtones (like a Ring Tones application).
- VIEW_VIDEOS -
Static variable in class net.rim.device.api.ui.picker.FilePicker
- File selection dialog type for selecting videos (like a Video application).
- VIEW_VOICE_NOTES -
Static variable in class net.rim.device.api.ui.picker.FilePicker
- File selection dialog type for selecting voice notes (Like a Voice Notes application).
- ViewCSS - Interface in org.w3c.dom.css
- This interface represents a CSS view.
- VIEWER_EXCEPTION -
Static variable in class net.rim.device.api.system.EventLogger
- Exception event viewer.
- VIEWER_NUMBER -
Static variable in class net.rim.device.api.system.EventLogger
- Number event viewer.
- VIEWER_STRING -
Static variable in class net.rim.device.api.system.EventLogger
- String event viewer.
- ViewfinderOverlay - Class in net.rim.device.api.amms.control.camera
- Provides an overlay for the viewfinder window for augmentation purposes.
- ViewfinderOverlay(Field) -
Constructor for class net.rim.device.api.amms.control.camera.ViewfinderOverlay
- Creates a new instance of
ViewfinderOverlay.
- ViewfinderOverlay(Field, int, int) -
Constructor for class net.rim.device.api.amms.control.camera.ViewfinderOverlay
- Creates a new instance of
ViewfinderOverlay.
- ViewfinderOverlay.OverlayCanvas - Class in net.rim.device.api.amms.control.camera
- A
ComponentCanvas that always has the same extent as the provided viewfinder, and positions its ViewfinderOverlay.OverlayCanvas.Positionable
Fields after layout. - ViewfinderOverlay.OverlayCanvas(Field) -
Constructor for class net.rim.device.api.amms.control.camera.ViewfinderOverlay.OverlayCanvas
- Creates a new instance of
OverlayCanvas.
- ViewfinderOverlay.OverlayCanvas.Positionable - Interface in net.rim.device.api.amms.control.camera
- Positionable items added to a
ViewfinderOverlay.OverlayCanvas are positioned after layout to the location returned. - ViewfinderOverlay.VideoControlOverlayField - Class in net.rim.device.api.amms.control.camera
ViewfinderOverlay.VideoControlOverlayField is a Field that matches the dimensions of the video window controlled by a given
VideoControl, and overlays it directly.- ViewfinderOverlay.VideoControlOverlayField(VideoControl) -
Constructor for class net.rim.device.api.amms.control.camera.ViewfinderOverlay.VideoControlOverlayField
- Creates a new instance of
VideoControlOverlayField.
- ViewListener - Interface in net.rim.blackberry.api.mail.event
- Listener interface for view events.
- ViewListenerExtended - Interface in net.rim.blackberry.api.mail.event
- Listener interface for view events.
- VIEWPORT_WIDTH -
Static variable in class net.rim.device.api.browser.field2.BrowserFieldConfig
- Property Type: Integer
Default: None
- VIOLET -
Static variable in class net.rim.device.api.ui.Color
-
- VIRGO -
Static variable in interface net.rim.device.api.system.Characters
- Constant for the character of the same name, appears as '?'.
- VirtualISO14443Part4Target - Class in net.rim.device.api.io.nfc.emulation
- Base class that represents an emulated NFC ISO 14443 card target.
- VirtualISO14443Part4Target() -
Constructor for class net.rim.device.api.io.nfc.emulation.VirtualISO14443Part4Target
- Constructs a
VirtualISO14443Target object.
- VirtualISO14443Part4TargetCallback - Interface in net.rim.device.api.io.nfc.emulation
- Callback interface for ISO 14443-4 commands sent by an external NFC reader.
- VirtualISO14443Part4TypeATarget - Class in net.rim.device.api.io.nfc.emulation
- Represents an emulated NFC ISO 14443-4 type A card target.
- VirtualISO14443Part4TypeATarget(VirtualISO14443Part4TargetCallback) -
Constructor for class net.rim.device.api.io.nfc.emulation.VirtualISO14443Part4TypeATarget
- Constructs an emulated NFC ISO 14443 type A card target.
- VirtualISO14443Part4TypeATarget(VirtualISO14443Part4TargetCallback, String, byte[]) -
Constructor for class net.rim.device.api.io.nfc.emulation.VirtualISO14443Part4TypeATarget
- Constructs an emulated NFC ISO 14443 type A card target.
- VirtualISO14443Part4TypeBTarget - Class in net.rim.device.api.io.nfc.emulation
- Represents an emulated NFC ISO 14443-4 type B card target.
- VirtualISO14443Part4TypeBTarget(VirtualISO14443Part4TargetCallback) -
Constructor for class net.rim.device.api.io.nfc.emulation.VirtualISO14443Part4TypeBTarget
- Constructs an emulated NFC ISO 14443 type B card target.
- VirtualISO14443Part4TypeBTarget(VirtualISO14443Part4TargetCallback, String, byte, int, byte[]) -
Constructor for class net.rim.device.api.io.nfc.emulation.VirtualISO14443Part4TypeBTarget
- Constructs an emulated NFC ISO 14443 type B card target.
- VirtualKeyboard - Class in net.rim.device.api.ui
- For supported devices with touchscreens, the virtual keyboard allows the user to type using
the display in either SureType or QWERTY keyboard mode (depending on device orientation).
- VirtualKeyboardControl - Interface in net.rim.device.api.lcdui.control
- Controls the behaviour of the virtual keyboard, if it exists.
- VirtualMachineError - Error in java.lang
- Thrown to indicate that the Java Virtual Machine is broken or has
run out of resources necessary for it to continue operating.
- VirtualMachineError() -
Constructor for error java.lang.VirtualMachineError
- Constructs a
VirtualMachineError with no detail message.
- VirtualMachineError(String) -
Constructor for error java.lang.VirtualMachineError
- Constructs a
VirtualMachineError with the specified
detail message.
- VirtualNDEFTag - Class in net.rim.device.api.io.nfc.emulation
- Represents an emulated NFC NDEF tag target.
- VirtualNDEFTag(NDEFMessage) -
Constructor for class net.rim.device.api.io.nfc.emulation.VirtualNDEFTag
- Constructs an emulated NFC Forum Type 4 NDEF tag target as ISO 14443 Type B.
- VirtualNDEFTag(NDEFMessage, VirtualNDEFTagCallback) -
Constructor for class net.rim.device.api.io.nfc.emulation.VirtualNDEFTag
- Constructs an emulated NFC Forum Type 4 NDEF tag target as ISO 14443 Type B.
- VirtualNDEFTag(NDEFMessage, int, String, int) -
Constructor for class net.rim.device.api.io.nfc.emulation.VirtualNDEFTag
- Constructs an emulated NFC Forum Type 4 NDEF tag target.
- VirtualNDEFTag(NDEFMessage, VirtualNDEFTagCallback, int, String, int) -
Constructor for class net.rim.device.api.io.nfc.emulation.VirtualNDEFTag
- Constructs an emulated NFC Forum Type 4 NDEF tag target.
- VirtualNDEFTagCallback - Interface in net.rim.device.api.io.nfc.emulation
- Callback interface for NFC reader events triggered by external
NFC reader interacting with a
VirtualNDEFTag. - VirtualTarget - Class in net.rim.device.api.io.nfc.emulation
- Abstract base class for all NFC emulation targets.
- VirtualTarget() -
Constructor for class net.rim.device.api.io.nfc.emulation.VirtualTarget
- Default constructor
- VISUAL_STATE_ACTIVE -
Static variable in class net.rim.device.api.ui.Field
- Active visual state.
- VISUAL_STATE_DISABLED -
Static variable in class net.rim.device.api.ui.Field
- Disabled visual state.
- VISUAL_STATE_DISABLED_FOCUS -
Static variable in class net.rim.device.api.ui.Field
- Disabled, but focused visual state.
- VISUAL_STATE_FOCUS -
Static variable in class net.rim.device.api.ui.Field
- Focus visual state.
- VISUAL_STATE_NORMAL -
Static variable in class net.rim.device.api.ui.Field
- Normal visual state.
- VOICEMAIL -
Static variable in class net.rim.blackberry.api.invoke.PhoneArguments
- String representing the device's voicemail number
- VOICEMAIL_PHONE -
Static variable in class net.rim.device.api.ui.text.TextFilter
- Default voicemail and call forwarding phone number edit field filter.
- VOLUME_CHANGED -
Static variable in interface javax.microedition.media.PlayerListener
- Posted when the volume of an audio device is changed.
- VolumeControl - Interface in javax.microedition.media.control
VolumeControl is an interface for manipulating
the audio volume of a Player.- VULGAR_FRACTION_ONE_HALF -
Static variable in interface net.rim.device.api.system.Characters
- Constant for the character of the same name, appears as '½'.
- VULGAR_FRACTION_ONE_QUARTER -
Static variable in interface net.rim.device.api.system.Characters
- Constant for the character of the same name, appears as '¼3'.
- VULGAR_FRACTION_THREE_QUARTERS -
Static variable in interface net.rim.device.api.system.Characters
- Constant for the character of the same name, appears as '¾'.
|
|||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal