JPlanner Programmer's Guide
SolidBrush Members
Constructors Methods
 


Represents a brush that paints the interior of objects with a single color.

The following tables list the members exposed by the SolidBrush type.

 Public Constructors

  Name Description

SolidBrush

Overloaded. Initializes a new instance of the SolidBrush class.

 Public Methods

  Name Description

clone

Create a copy of this brush.

dispose

Disposes the graphics resources associated with the brush, if any. (Inherited from Brush.)

getColor

Gets the color that fills the interior of objects painted with this brush.

readExternal

Externalizable.readExternal implementation.

setColor

Sets the color that fills the interior of objects painted with this brush.

writeExternal

Externalizable.writeExternal implementation.

 See Also

SolidBrush Class
com.mindfusion.drawing Namespace