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
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 java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
Point
public Point()
Point
public Point(long x,
long y)
Point
public Point(Point that)
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