Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2007 Sun Microsystems, Inc. All rights reserved.

The Java™ Binding for the OpenGL® ES API

Uses of Class
java.nio.ShortBuffer

Packages that use ShortBuffer
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. 
 

Uses of ShortBuffer in java.nio
 

Methods in java.nio that return ShortBuffer
abstract  ShortBuffer ByteBuffer.asShortBuffer()
          Creates a view of this byte buffer as a short buffer.
static ShortBuffer ShortBuffer.wrap(short[] array, int offset, int length)
          Wraps a short array into a buffer.
static ShortBuffer ShortBuffer.wrap(short[] array)
          Wraps a short array into a buffer.
abstract  ShortBuffer ShortBuffer.slice()
          Creates a new short buffer whose content is a shared subsequence of this buffer's content.
abstract  ShortBuffer ShortBuffer.put(short s)
          Relative put method  (optional operation).
abstract  ShortBuffer ShortBuffer.put(int index, short s)
          Absolute put method  (optional operation).
 ShortBuffer ShortBuffer.get(short[] dst, int offset, int length)
          Relative bulk get method.
 ShortBuffer ShortBuffer.get(short[] dst)
          Relative bulk get method.
 ShortBuffer ShortBuffer.put(ShortBuffer src)
          Relative bulk put method  (optional operation).
 ShortBuffer ShortBuffer.put(short[] src, int offset, int length)
          Relative bulk put method  (optional operation).
 ShortBuffer ShortBuffer.put(short[] src)
          Relative bulk put method  (optional operation).
 

Methods in java.nio with parameters of type ShortBuffer
 ShortBuffer ShortBuffer.put(ShortBuffer src)
          Relative bulk put method  (optional operation).
 

Uses of ShortBuffer in javax.microedition.khronos.opengles
 

Methods in javax.microedition.khronos.opengles with parameters of type ShortBuffer
 void GL11Ext.glDrawTexsvOES(ShortBuffer coords)
          (OES_draw_texture extension) Short integer Buffer version of glDrawTexOES.
 


Final Release, Oct 2006

This specification is protected under the JSPA version 2.6.
Copyright © 2006 Sun Microsystems, Inc. 4150 Network Circle, California, 95054, U.S.A.
All Rights Reserved. Use is subject to license terms.
Copyright © 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 239 specification.