Class Overview
This class defines the set of current drawing properties. (ex. stroke width,
color, etc) The actualy stroke tecture depends on the current
StrokeProperties and currently used Pen.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Fields
protected
int
mBlurRadius
protected
boolean
mIsEraser
Public Constructors
public
StrokeProperties
()
Public Methods
public
int
getBlurRadius
()
public
boolean
isEraser
()
public
void
setAlpha
(int alpha)
public
void
setBlurRadius
(int radius)
public
void
setColor
(int color)
public
void
setEraser
(boolean isEraser)
public
void
setWidth
(float width)