public class Size
extends com.jniwrapper.Structure
SIZE
native structure.Constructor and Description |
---|
Size() |
Size(int cx,
int cy) |
Size(Size that) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
getCx() |
int |
getCy() |
void |
setCx(int value) |
void |
setCy(int value) |
java.lang.String |
toString() |
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public Size()
public Size(int cx, int cy)
public Size(Size that)
public int getCx()
public void setCx(int value)
public int getCy()
public void setCy(int value)
public java.lang.Object clone()
clone
in class com.jniwrapper.Structure
public java.lang.String toString()
toString
in class java.lang.Object