com.moesol.bindings.platform_sdk.windows_api
Class POINT.Array

java.lang.Object
  extended by com.moesol.bindings.NativeArrayOfStructs
      extended by com.moesol.bindings.platform_sdk.windows_api.POINT.Array
Enclosing class:
POINT

public static class POINT.Array
extends NativeArrayOfStructs

Represent a native array of these structures


Constructor Summary
POINT.Array(ByteBuffer bb)
           
 
Method Summary
 POINT get(int index)
           
 int getDynamicSize()
           
 int length()
           
 void put(int index, POINT value)
           
 String toString()
           
 
Methods inherited from class com.moesol.bindings.NativeArrayOfStructs
_getByteBuffer, getElementSlice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

POINT.Array

public POINT.Array(ByteBuffer bb)
Method Detail

get

public POINT get(int index)

put

public void put(int index,
                POINT value)

length

public int length()

getDynamicSize

public int getDynamicSize()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.