public class GradientRect
extends com.jniwrapper.Structure
Constructor and Description |
---|
GradientRect()
Creates new instance of the
GradientRect . |
GradientRect(GradientRect that)
Creates new instance of the
GradientRect and initializes it by the specified one. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates copy of this instance
|
long |
getLowerRight()
Returns the lower-right corner of a rectangle.
|
long |
getUpperLeft()
Returns the upper-left corner of a rectangle.
|
void |
setLowerRight(long lowerRight)
Sets the lower-right corner of a rectangle.
|
void |
setUpperLeft(long upperLeft)
Sets the upper-left corner of a rectangle.
|
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public GradientRect()
GradientRect
.public GradientRect(GradientRect that)
GradientRect
and initializes it by the specified one.that
- Instance of the GradientRect
. The new instance will have same properties as this one.public long getUpperLeft()
public void setUpperLeft(long upperLeft)
upperLeft
- The upper-left corner of a rectangle.public long getLowerRight()
public void setLowerRight(long lowerRight)
lowerRight
- The lower-right corner of a rectangle.public java.lang.Object clone()
clone
in class com.jniwrapper.Structure