|
|||||||||
| 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.SolidBrush
public final class SolidBrush
Solid brush is intended for drawing continiously with specific color. This class cannot be inherited.
| Constructor Summary | |
|---|---|
SolidBrush()
Initializes a new instance of the SolidBrush class. |
|
SolidBrush(Color color)
Initializes a new instance of the SolidBrush class. |
|
| Method Summary | |
|---|---|
Color |
getColor()
Gets the brush color. |
void |
setColor(Color value)
Sets the brush color. |
| 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 SolidBrush()
Initializes a new instance of the SolidBrush class.
public SolidBrush(Color color)
Initializes a new instance of the SolidBrush class.
color - The solid brush color.| Method Detail |
|---|
public Color getColor()
Gets the brush color.
Value: The brush color.
public void setColor(Color value)
Sets the brush color.
Value: The brush color.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||