public class LogBrush
extends com.jniwrapper.Structure
Modifier and Type | Field and Description |
---|---|
protected ColorRef |
_color
Specifies brush color.
|
protected IntPtr |
_hatch
Specifies hatch style.
|
protected com.jniwrapper.UInt |
_style
Specifies brush style.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
void |
setColor(ColorRef color) |
void |
setHatch(com.jniwrapper.Int32 hatch) |
void |
setHatch(long hatch) |
void |
setStyle(long style) |
void |
setStyle(com.jniwrapper.UInt style) |
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
protected com.jniwrapper.UInt _style
protected ColorRef _color
protected IntPtr _hatch
public LogBrush()
public LogBrush(LogBrush that)
public void setStyle(com.jniwrapper.UInt style)
public void setStyle(long style)
public void setColor(ColorRef color)
public void setHatch(com.jniwrapper.Int32 hatch)
public void setHatch(long hatch)
public java.lang.Object clone()
clone
in class com.jniwrapper.Structure