com.jniwrapper.win32
Class Point

java.lang.Object
  |
  +--com.jniwrapper.Parameter
        |
        +--com.jniwrapper.Structure
              |
              +--com.jniwrapper.win32.Point

public class Point
extends Structure

This class represents POINT structure


Field Summary
static byte PT_BEZIERTO
           
static byte PT_CLOSEFIGURE
           
static byte PT_LINETO
           
static byte PT_MOVETO
           
 
Constructor Summary
Point()
           
Point(long x, long y)
           
Point(Point that)
           
 
Method Summary
 java.lang.Object clone()
           
 long getX()
           
 long getY()
           
 void setX(long x)
           
 void setY(long y)
           
 
Methods inherited from class com.jniwrapper.Structure
acceptIOPerformer, addMembers, computeLength, getAlignmentRequirement, getLength, getMember, getMembers, init, init, pop, push, read, setDataBuffer, toString, write
 
Methods inherited from class com.jniwrapper.Parameter
asReturnValue, equals, getAlignedLength, getDataBuffer, getDataBufferOffset, indent, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PT_MOVETO

public static final byte PT_MOVETO
See Also:
Constant Field Values

PT_LINETO

public static final byte PT_LINETO
See Also:
Constant Field Values

PT_BEZIERTO

public static final byte PT_BEZIERTO
See Also:
Constant Field Values

PT_CLOSEFIGURE

public static final byte PT_CLOSEFIGURE
See Also:
Constant Field Values
Constructor Detail

Point

public Point()

Point

public Point(long x,
             long y)

Point

public Point(Point that)
Method Detail

getX

public long getX()

setX

public void setX(long x)

getY

public long getY()

setY

public void setY(long y)

clone

public java.lang.Object clone()
Overrides:
clone in class Structure