HomeSort by relevance Sort by last modified time
    Searched defs:getLabelPaint (Results 1 - 9 of 9) sorted by null

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
SegmentFormatter.java 63 getLabelPaint().setColor(DEFAULT_LABEL_COLOR);
64 getLabelPaint().setTextSize(DEFAULT_LABEL_FONT_SIZE);
65 getLabelPaint().setAntiAlias(true);
66 getLabelPaint().setTextAlign(Paint.Align.CENTER);
67 //getLabelPaint().setShadowLayer(5, 4, 4, Color.BLACK);
164 public Paint getLabelPaint() {
PieRenderer.java 163 canvas.drawText(seg.getTitle(), origin.x, origin.y, f.getLabelPaint());
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
TextLabelWidget.java 80 Rect size = FontUtils.getStringDimensions(text, getLabelPaint());
142 public Paint getLabelPaint() {
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 129 milliseconds