Uses of Interface
de.lmu.ifi.dbs.elki.visualization.style.marker.MarkerLibrary

Packages that use MarkerLibrary
de.lmu.ifi.dbs.elki.visualization.style Style management for ELKI visualizations. 
de.lmu.ifi.dbs.elki.visualization.style.marker Draw plot markers 
 

Uses of MarkerLibrary in de.lmu.ifi.dbs.elki.visualization.style
 

Fields in de.lmu.ifi.dbs.elki.visualization.style declared as MarkerLibrary
private  MarkerLibrary PropertiesBasedStyleLibrary.markerlib
          Marker library to use
 

Methods in de.lmu.ifi.dbs.elki.visualization.style that return MarkerLibrary
 MarkerLibrary PropertiesBasedStyleLibrary.markers()
           
 MarkerLibrary StyleLibrary.markers()
          Get the marker library to use.
 

Uses of MarkerLibrary in de.lmu.ifi.dbs.elki.visualization.style.marker
 

Classes in de.lmu.ifi.dbs.elki.visualization.style.marker that implement MarkerLibrary
 class MinimalMarkers
          Simple marker library that just draws colored crosses at the given coordinates.
 class PrettyMarkers
          Marker library achieving a larger number of styles by combining different shapes with different colors.
 


Release 0.4.0 (2011-09-20_1324)