|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FillDirection | |
|---|---|
| com.androidplot.xy | Classes for creating XYPlots. |
| Uses of FillDirection in com.androidplot.xy |
|---|
| Methods in com.androidplot.xy that return FillDirection | |
|---|---|
FillDirection |
LineAndPointFormatter.getFillDirection()
|
static FillDirection |
FillDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FillDirection[] |
FillDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.androidplot.xy with parameters of type FillDirection | |
|---|---|
void |
LineAndPointFormatter.setFillDirection(FillDirection fillDirection)
Sets which edge to use to close the line's path for filling purposes. |
| Constructors in com.androidplot.xy with parameters of type FillDirection | |
|---|---|
BezierLineAndPointFormatter(java.lang.Integer lineColor,
java.lang.Integer vertexColor,
java.lang.Integer fillColor,
FillDirection fillDir)
|
|
LineAndPointFormatter(java.lang.Integer lineColor,
java.lang.Integer vertexColor,
java.lang.Integer fillColor,
FillDirection fillDir)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||