Home
last modified time | relevance | path

Searched refs:domainLabelWidth (Results 1 – 1 of 1) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYGraphWidget.java66 private float domainLabelWidth = 15; // how many pixels is the area field in XYGraphWidget
401 widgetRect.top + ((domainAxisBottom)?1:domainLabelWidth), in getGridRect()
403 widgetRect.bottom - ((domainAxisBottom)?domainLabelWidth:1)); in getGridRect()
843 return domainLabelWidth; in getDomainLabelWidth()
846 public void setDomainLabelWidth(float domainLabelWidth) { in setDomainLabelWidth() argument
847 this.domainLabelWidth = domainLabelWidth; in setDomainLabelWidth()