HomeSort by relevance Sort by last modified time
    Searched refs:Series (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
Series.java 20 * Base interface for all Series implementations
22 public interface Series<T> {
26 * @return The title of this Series.
35 * Called whenever the plot initiates a read of a Series. In most cases this means that
36 * a complete read of the Series contents will proceed.
41 * Called when a Plot concludes reading of a Series.
Plot.java 44 public abstract class Plot<SeriesType extends Series, FormatterType extends Formatter, RendererType extends SeriesRenderer>
131 * Associates lists series and formatter pairs with the class of the Renderer used to render them.
400 * @param series
402 public synchronized boolean addSeries(SeriesType series, FormatterType formatter) {
416 // if this series implements PlotListener, add it as a listener:
417 if(series instanceof PlotListener) {
418 addListener((PlotListener)series);
421 // do nothing if this series already associated with the renderer:
422 if(sfList.contains(series)) {
425 sfList.add(series, formatter);
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
RenderBundle.java 19 import com.androidplot.Series;
22 public abstract class RenderBundle<RenderBundleType extends RenderBundle, SeriesType extends Series, SeriesFormatterType extends XYSeriesFormatter> {
23 //private XYDataset series;
24 private Series series; field in class:RenderBundle
27 public RenderBundle(SeriesType series, SeriesFormatterType formatter) {
29 this.series = series;
32 public Series getSeries() {
33 return series;
    [all...]
SeriesAndFormatterList.java 19 import com.androidplot.Series;
25 * Associates a Series with a Formatter.
29 public class SeriesAndFormatterList<SeriesType extends Series, FormatterType> {
37 public boolean contains(SeriesType series) {
38 return seriesList.contains(series);
53 public boolean add(SeriesType series, FormatterType formatter) {
54 if(series == null || formatter == null) {
55 throw new IllegalArgumentException("series and formatter must not be null.");
57 if(seriesList.contains(series)) {
60 seriesList.add(series);
    [all...]
SeriesRenderer.java 22 import com.androidplot.Series;
27 <PlotType extends Plot, SeriesType extends Series, SeriesFormatterType extends Formatter> {
46 public SeriesFormatterType getFormatter(SeriesType series) {
47 return (SeriesFormatterType) plot.getFormatter(series, getClass());
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYSeries.java 20 import com.androidplot.Series;
23 * Represents a two dimensional series of data represented as xy values.
25 public interface XYSeries extends Series<Pair<Number, Number>> {
28 * @return Number of elements in this Series.
33 * Returns the x-value for an index within a series.
43 * Returns the y-value for an index within a series.
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
Segment.java 19 import com.androidplot.Series;
21 public class Segment implements Series<Number> {
  /external/autotest/frontend/client/src/autotest/tko/
SeriesSelector.java 31 private ArrayList<Series> series = new ArrayList<Series>(); field in class:SeriesSelector
32 private Anchor addLink = new Anchor("[Add Series]");
37 public class Series extends Composite {
46 private Anchor deleteLink = new Anchor("Delete Series");
49 private Series(int aRow) {
174 public List<Series> getAllSeries() {
175 return Collections.unmodifiableList(series);
179 for (int i = 0; i < series.size(); i++)
    [all...]
MetricsPlotFrontend.java 7 import autotest.tko.SeriesSelector.Series;
40 private RadioButton normalizeSeries = new RadioButton("normalize", "Specified series:");
89 addControl("Series:", seriesSelector);
122 String series = normalizeSeriesSelect.getSelectedValue(); local
123 normalizationType = NORMALIZE_SERIES_PREFIX + series;
174 String series = normalizeString.substring(NORMALIZE_SERIES_PREFIX.length()); local
176 if (normalizeSeriesSelect.getValue(i).equals(series)) {
203 for (Series selector : seriesSelector.getAllSeries()) {
224 List<Series> seriesList = seriesSelector.getAllSeries();
230 for (Series series : seriesList)
    [all...]
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
PlotTest.java 67 static class MockSeries implements Series {
75 static class MockSeries2 implements Series {
82 static class MockSeries3 implements Series {
278 // now lets try removing a series from all renderers:
283 // and now lets remove the remaining series:
  /prebuilts/go/darwin-x86/test/chan/
powser1.go 7 // Test concurrency primitives: power series.
9 // Power series package
10 // A power series is a channel, along which flow rational
13 // See Squinting at Power Series by Doug McIlroy,
181 type PS *dch // power series
182 type PS2 *[2] PS // pair of power series
196 // Upper-case for power series.
286 // Print n terms of a power series
300 // Evaluate n terms of power series U at x=c
308 // Power-series constructors return channels on which powe
    [all...]
powser2.go 7 // Test concurrency primitives: power series.
13 // Power series package
14 // A power series is a channel, along which flow rational
17 // See Squinting at Power Series by Doug McIlroy,
191 type PS *dch // power series
192 type PS2 *[2] PS // pair of power series
206 // Upper-case for power series.
296 // Print n terms of a power series
314 // Evaluate n terms of power series U at x=c
322 // Power-series constructors return channels on which powe
    [all...]
  /prebuilts/go/linux-x86/test/chan/
powser1.go 7 // Test concurrency primitives: power series.
9 // Power series package
10 // A power series is a channel, along which flow rational
13 // See Squinting at Power Series by Doug McIlroy,
181 type PS *dch // power series
182 type PS2 *[2] PS // pair of power series
196 // Upper-case for power series.
286 // Print n terms of a power series
300 // Evaluate n terms of power series U at x=c
308 // Power-series constructors return channels on which powe
    [all...]
powser2.go 7 // Test concurrency primitives: power series.
13 // Power series package
14 // A power series is a channel, along which flow rational
17 // See Squinting at Power Series by Doug McIlroy,
191 type PS *dch // power series
192 type PS2 *[2] PS // pair of power series
206 // Upper-case for power series.
296 // Print n terms of a power series
314 // Evaluate n terms of power series U at x=c
322 // Power-series constructors return channels on which powe
    [all...]
  /external/fec/
config.guess 344 Series*|S4*)
1031 # number series starting with 2...
    [all...]
  /external/icu/icu4c/source/
config.guess 384 Series*|S4*)
1036 # number series starting with 2...
    [all...]
  /external/libmtp/
config.guess 344 Series*|S4*)
1041 # number series starting with 2...
    [all...]
  /external/libunwind/aux/
config.guess 333 Series*|S4*)
893 # number series starting with 2...
    [all...]
  /external/llvm/cmake/
config.guess 371 Series*|S4*)
1012 # number series starting with 2...
    [all...]
  /external/swiftshader/third_party/LLVM/autoconf/
config.guess 367 Series*|S4*)
999 # number series starting with 2...
    [all...]
  /external/swiftshader/third_party/LLVM/projects/sample/autoconf/
config.guess 344 Series*|S4*)
948 # number series starting with 2...
    [all...]
  /external/ImageMagick/config/
config.guess 384 Series*|S4*)
1037 # number series starting with 2...
    [all...]
  /external/bison/build-aux/
config.guess 369 Series*|S4*)
1017 # number series starting with 2...
    [all...]
  /external/c-ares/
config.guess 367 Series*|S4*)
1000 # number series starting with 2...
    [all...]
  /external/cmockery/cmockery_0_1_2/
config.guess 339 Series*|S4*)
992 # number series starting with 2...
    [all...]

Completed in 1256 milliseconds

1 2 3