Uses of Interface
org.das2.components.propertyeditor.Displayable

Packages that use Displayable
org.das2.client Provides classes for interacting with a das2Server, such as data set queries, authorization, and server identity. 
org.das2.dataset Provides classes and interfaces for combining Datums into structured DataSets, and operators for working with DataSets. 
org.das2.dataset.test Classes for creating test data sets. 
org.das2.datum Provides classes representing physical quanties. 
org.das2.event Classes for adding interactivity to the application components. 
org.das2.fsm fsm contains objects that model files that are stored in a FileSystem with the filename parametric in time. 
org.das2.graph Mostly contains DasCanvasComponents, which are components that live within the DasCanvas, and Renderers which draw on DasPlots. 
 

Uses of Displayable in org.das2.client
 

Classes in org.das2.client that implement Displayable
 class StreamDataSetDescriptor
           
 

Uses of Displayable in org.das2.dataset
 

Classes in org.das2.dataset that implement Displayable
protected  class AbstractDataSetCache.Entry
           
 class ConstantDataSetDescriptor
          This class wraps a DataSet to use where DataSetDescriptors are required.
 class DataSetDescriptor
          DataSetDescriptors are a source from where datasets are produced.
 

Uses of Displayable in org.das2.dataset.test
 

Classes in org.das2.dataset.test that implement Displayable
 class MendelbrotDataSetDescriptor
           
 class PolynomialDataSetDescriptor
           
 class RipplesDataSetDescriptor
           
 class SineWaveDataSetDescriptor
           
 

Uses of Displayable in org.das2.datum
 

Classes in org.das2.datum that implement Displayable
 class EnumerationUnits
          Units class for mapping arbitary objects to Datums.
 class LocationUnits
           
 class NumberUnits
           
 class TimeLocationUnits
           
 class Units
           
 

Uses of Displayable in org.das2.event
 

Classes in org.das2.event that implement Displayable
 class AngleSlicerMouseModule
           
 class AnnotatorMouseModule
           
 class BoxRangeSelectorMouseModule
          //@deprecated use BoxSelectorMouseModule
 class BoxSelectorMouseModule
          General purpose mouse module for getting data point selections.
 class BoxZoomMouseModule
           
 class ColorBarRepaletteMouseModule
           
 class CrossHairMouseModule
           
 class CutoffMouseModule
           
 class DataPointSelectorMouseModule
          General purpose mouse module for getting data point selections.
 class DisplayDataMouseModule
           
 class DumpToFileMouseModule
           
 class HorizontalDragRangeSelectorMouseModule
           
 class HorizontalRangeSelectorMouseModule
           
 class HorizontalRangeTorsionMouseModule
           
 class HorizontalSlicerMouseModule
           
 class MouseModule
          A MouseModule is a pluggable unit that promotes simple mouse events into human events or actions that are useful for science analysis.
 class MoveComponentMouseModule
           
 class PeakDetectorMouseModule
           
 class RangeAnnotatorMouseModule
           
 class TimeRangeSelectorMouseModule
          Deprecated. Use HorizontalRangeSelectorMouseModule.
 class VerticalRangeSelectorMouseModule
           
 class VerticalSlicerMouseModule
           
 class ZoomOutMouseModule
           
 class ZoomPanMouseModule
           
 

Uses of Displayable in org.das2.fsm
 

Classes in org.das2.fsm that implement Displayable
 class FileStorageModelAvailabilityDataSetDescriptor
           
 

Uses of Displayable in org.das2.graph
 

Classes in org.das2.graph that implement Displayable
 class ContoursRenderer
          Renderer for making contour plots
 class DasColorBar.ColorBarRepaletteMouseModule
           
static class DasColorBar.Type
           
 class DefaultPlotSymbol
           
 class FillStyle
           
 class Psym
           
 class PsymConnector
           
 class SeriesRenderer
          SeriesRender is a high-performance replacement for the SymbolLineRenderer.
 class SpectrogramRenderer
           
 class StackedHistogramRenderer
           
static class StackedHistogramRenderer.PeaksIndicator
           
 class SymbolLineRenderer
           
 class SymColor
           
 

Methods in org.das2.graph with parameters of type Displayable
 void Legend.add(Displayable rend, java.lang.String label)
           
 void Legend.remove(Displayable rend)