Home
last modified time | relevance | path

Searched defs:Plot (Results 1 – 2 of 2) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
DPlot.java44 public abstract class Plot<SeriesType extends Series, FormatterType extends Formatter, RendererType… class
215 public Plot(Context context, String title) { in Plot() method in Plot
224 public Plot(Context context, String title, RenderMode mode) { in Plot() method in Plot
247 public Plot(Context context, AttributeSet attrs) { in Plot() method in Plot
268 public Plot(Context context, AttributeSet attrs, int defStyle) { in Plot() method in Plot
/external/v8/tools/
Dgc-nvp-trace-processor.py116 class Plot(object): class