OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:filldirection
(Results
1 - 4
of
4
) sorted by null
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
LineAndPointFormatter.java
43
public
FillDirection
getFillDirection() {
44
return
fillDirection
;
49
* See {@link
FillDirection
}.
50
* @param
fillDirection
52
public void setFillDirection(
FillDirection
fillDirection
) {
53
this.
fillDirection
=
fillDirection
;
56
protected
FillDirection
fillDirection
= FillDirection.BOTTOM;
[
all
...]
BezierLineAndPointFormatter.java
37
public BezierLineAndPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor,
FillDirection
fillDir) {
FillDirection.java
29
public enum
FillDirection
{
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
XYRegionExampleActivity.java
431
nickFormatter.setFillDirection(
FillDirection
.RANGE_ORIGIN);
Completed in 89 milliseconds