|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.achartengine.renderer.BasicStroke
public class BasicStroke
A descriptor for the stroke style.
| Field Summary | |
|---|---|
static BasicStroke |
DASHED
The dashed line style. |
static BasicStroke |
DOTTED
The dot line style. |
static BasicStroke |
SOLID
The solid line style. |
| Constructor Summary | |
|---|---|
BasicStroke(android.graphics.Paint.Cap cap,
android.graphics.Paint.Join join,
float miter,
float[] intervals,
float phase)
Build a new basic stroke style. |
|
| Method Summary | |
|---|---|
android.graphics.Paint.Cap |
getCap()
Returns the stroke cap. |
float[] |
getIntervals()
Returns the path effect intervals. |
android.graphics.Paint.Join |
getJoin()
Returns the stroke join. |
float |
getMiter()
Returns the stroke miter. |
float |
getPhase()
Returns the path effect phase. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final BasicStroke SOLID
public static final BasicStroke DASHED
public static final BasicStroke DOTTED
| Constructor Detail |
|---|
public BasicStroke(android.graphics.Paint.Cap cap,
android.graphics.Paint.Join join,
float miter,
float[] intervals,
float phase)
cap - the stroke capjoin - the stroke joinmiter - the stroke miterintervals - the path effect intervalsphase - the path effect phase| Method Detail |
|---|
public android.graphics.Paint.Cap getCap()
public android.graphics.Paint.Join getJoin()
public float getMiter()
public float[] getIntervals()
public float getPhase()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||