|
||||||||||
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(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(Integer lineColor,
Integer vertexColor,
Integer fillColor,
FillDirection fillDir)
|
|
LineAndPointFormatter(Integer lineColor,
Integer vertexColor,
Integer fillColor,
PointLabelFormatter plf,
FillDirection fillDir)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |