public class PaintFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static android.graphics.Paint |
buildLinePaint(int color)
Builds the paint for the line using the given color
|
static android.graphics.Paint |
buildPointPaint(int color)
Builds the paint class for the point using the given color
|
public static android.graphics.Paint buildLinePaint(int color)
color - Color of the linepublic static android.graphics.Paint buildPointPaint(int color)
color - Color of the point