Searched defs:Plot (Results 1 – 2 of 2) sorted by relevance
44 public abstract class Plot<SeriesType extends Series, FormatterType extends Formatter, RendererType… class215 public Plot(Context context, String title) { in Plot() method in Plot224 public Plot(Context context, String title, RenderMode mode) { in Plot() method in Plot247 public Plot(Context context, AttributeSet attrs) { in Plot() method in Plot268 public Plot(Context context, AttributeSet attrs, int defStyle) { in Plot() method in Plot
116 class Plot(object): class