Searched defs:getLabelPaint (Results 1 - 2 of 2) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
H A DSegmentFormatter.java63 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() { method in class:SegmentFormatter
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
H A DTextLabelWidget.java80 Rect size = FontUtils.getStringDimensions(text, getLabelPaint());
142 public Paint getLabelPaint() { method in class:TextLabelWidget

Completed in 588 milliseconds