|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.imaging.DisposableObject
com.aspose.imaging.Brush
com.aspose.imaging.brushes.HatchBrush
public final class HatchBrush
Defines a rectangular brush with a hatch style, a foreground color, and a background color. This class cannot be inherited.
Constructor Summary | |
---|---|
HatchBrush()
|
Method Summary | |
---|---|
Color |
getBackgroundColor()
Gets the color of spaces between the hatch lines. |
Color |
getForegroundColor()
Gets the color of hatch lines. |
int |
getHatchStyle()
Gets the hatch style of this brush. |
void |
setBackgroundColor(Color value)
Sets the color of spaces between the hatch lines. |
void |
setForegroundColor(Color value)
Sets the color of hatch lines. |
void |
setHatchStyle(int value)
Sets the hatch style of this brush. |
Methods inherited from class com.aspose.imaging.Brush |
---|
deepClone, getOpacity, setOpacity |
Methods inherited from class com.aspose.imaging.DisposableObject |
---|
dispose, getDisposed, releaseManagedResources, releaseUnmanagedResources, verifyNotDisposed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HatchBrush()
Method Detail |
---|
public Color getBackgroundColor()
Gets the color of spaces between the hatch lines.
Value: The color of spaces between the hatch lines.
public Color getForegroundColor()
Gets the color of hatch lines.
Value: The color of hatch lines.
public int getHatchStyle()
Gets the hatch style of this brush.
public void setBackgroundColor(Color value)
Sets the color of spaces between the hatch lines.
Value: The color of spaces between the hatch lines.
public void setForegroundColor(Color value)
Sets the color of hatch lines.
Value: The color of hatch lines.
public void setHatchStyle(int value)
Sets the hatch style of this brush.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |