~ubuntu-branches/ubuntu/vivid/elki/vivid

« back to all changes in this revision

Viewing changes to src/de/lmu/ifi/dbs/elki/visualization/visualizers/visunproj/CurveVisFactory.java

  • Committer: Bazaar Package Importer
  • Author(s): Erich Schubert
  • Date: 2011-09-24 12:24:37 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110924122437-xx6pyl4yhuom9yzw
Tags: 0.4.0-1
* New upstream release. (0.4.0 final)
* Try to make lintian happier with the DEP-5 copyright format
* Fixes a bug where various methods would require a classlabel that
  previously would fall-back to any kind of label available.

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
  }
236
236
 
237
237
  @Override
238
 
  public boolean allowThumbnails(@SuppressWarnings("unused") VisualizationTask task) {
 
238
  public boolean allowThumbnails(VisualizationTask task) {
239
239
    // TODO: depending on the curve complexity?
240
240
    return false;
241
241
  }