org.bridj.cpp.mfc
Class CPoint

java.lang.Object
  extended by org.bridj.NativeObject
      extended by org.bridj.StructObject
          extended by org.bridj.cpp.mfc.CPoint
All Implemented Interfaces:
NativeObjectInterface

public class CPoint
extends StructObject

Author:
Olivier

Constructor Summary
CPoint()
           
 
Method Summary
 int x()
           
 void x(int x)
           
 int y()
           
 void y(int y)
           
 
Methods inherited from class org.bridj.StructObject
toString
 
Methods inherited from class org.bridj.NativeObject
clone, equals
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CPoint

public CPoint()
Method Detail

x

public int x()

x

public void x(int x)

y

public int y()

y

public void y(int y)


Copyright © 2009-2013. All Rights Reserved.