Package | Description |
---|---|
java.nio |
Defines buffers, which are containers for data, and provides an overview of the
other NIO packages.
|
javax.microedition.khronos.opengles |
A package containing the Khronos OpenGL(R) ES interfaces.
|
Modifier and Type | Method and Description |
---|---|
abstract FloatBuffer |
ByteBuffer.asFloatBuffer()
Creates a view of this byte buffer as a float buffer.
|
FloatBuffer |
FloatBuffer.get(float[] dst)
Relative bulk get method.
|
FloatBuffer |
FloatBuffer.get(float[] dst,
int offset,
int length)
Relative bulk get method.
|
abstract FloatBuffer |
FloatBuffer.put(float f)
Relative put method (optional
operation).
|
FloatBuffer |
FloatBuffer.put(float[] src)
Relative bulk put method (optional operation).
|
FloatBuffer |
FloatBuffer.put(float[] src,
int offset,
int length)
Relative bulk put method (optional
operation).
|
FloatBuffer |
FloatBuffer.put(FloatBuffer src)
Relative bulk put method (optional
operation).
|
abstract FloatBuffer |
FloatBuffer.put(int index,
float f)
Absolute put method (optional operation).
|
abstract FloatBuffer |
FloatBuffer.slice()
Creates a new float buffer whose content is a shared
subsequence of this buffer's content.
|
static FloatBuffer |
FloatBuffer.wrap(float[] array)
Wraps a float array into a buffer.
|
static FloatBuffer |
FloatBuffer.wrap(float[] array,
int offset,
int length)
Wraps a float array into a buffer.
|
Modifier and Type | Method and Description |
---|---|
FloatBuffer |
FloatBuffer.put(FloatBuffer src)
Relative bulk put method (optional
operation).
|
Modifier and Type | Method and Description |
---|---|
void |
GL11.glClipPlanef(int plane,
FloatBuffer equation)
Floating-point
Buffer version of
glClipPlane . |
void |
GL11Ext.glDrawTexfvOES(FloatBuffer coords)
(
OES_draw_texture extension)
Floating-point Buffer version of
glDrawTexOES . |
void |
GL10.glFogfv(int pname,
FloatBuffer params)
Floating-point
Buffer version of glFog . |
void |
GL11.glGetClipPlanef(int plane,
FloatBuffer equation)
Floating-point
Buffer version of
glGetClipPlane . |
void |
GL11.glGetFloatv(int pname,
FloatBuffer params)
Floating-point
Buffer version of
glGet . |
void |
GL11.glGetLightfv(int light,
int pname,
FloatBuffer params)
Floating-point
Buffer version of
glGetLight . |
void |
GL11.glGetMaterialfv(int face,
int pname,
FloatBuffer params)
Floating-point
Buffer version of
glGetMaterial . |
void |
GL11.glGetTexEnvfv(int env,
int pname,
FloatBuffer params)
Floating-point
Buffer version of
glGetTexEnv . |
void |
GL11ExtensionPack.glGetTexGenfv(int coord,
int pname,
FloatBuffer params)
(1.1 +
OES_texture_cube_map extension)
Floating-point Buffer version of glGetTexGen . |
void |
GL11.glGetTexParameterfv(int target,
int pname,
FloatBuffer params)
Floating-point
Buffer version of
glGetTexParameter . |
void |
GL10.glLightfv(int light,
int pname,
FloatBuffer params)
Floating-point
Buffer version of glLight . |
void |
GL10.glLightModelfv(int pname,
FloatBuffer params)
Floating-point
Buffer version of glLightModel . |
void |
GL10.glLoadMatrixf(FloatBuffer m)
Floating-point
Buffer version of glLoadMatrix . |
void |
GL10.glMaterialfv(int face,
int pname,
FloatBuffer params)
Floating-point
Buffer version of glMaterial . |
void |
GL10.glMultMatrixf(FloatBuffer m)
Floating-point
Buffer version of glMultMatrix . |
void |
GL11.glPointParameterfv(int pname,
FloatBuffer params)
Floating-point
Buffer version of
glPointParameter . |
void |
GL11ExtensionPack.glTexEnvfv(int target,
int pname,
FloatBuffer params)
(
OES_texture_env_crossbar extension)
Floating-point Buffer version of
glTexEnv . |
void |
GL10.glTexEnvfv(int target,
int pname,
FloatBuffer params)
Floating-point
Buffer version of glTexEnv . |
void |
GL11ExtensionPack.glTexGenfv(int coord,
int pname,
FloatBuffer params)
(1.1 +
OES_texture_cube_map extension)
Floating-point Buffer version of
glTexGen . |
void |
GL11.glTexParameterfv(int target,
int pname,
FloatBuffer params)
Floating-point
Buffer version of
glTexParameter . |
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.