Uses of Class
org.das2.graph.Renderer

Packages that use Renderer
org.das2.dataset.test Classes for creating test data sets. 
org.das2.event Classes for adding interactivity to the application components. 
org.das2.graph Mostly contains DasCanvasComponents, which are components that live within the DasCanvas, and Renderers which draw on DasPlots. 
org.das2.graph.dnd Contains Transferable classes for implementing the drop and drop in the IDE. 
org.das2.util Utility classes useful for the implementation of other packages, but not necessarily part of any one package. 
 

Uses of Renderer in org.das2.dataset.test
 

Constructors in org.das2.dataset.test with parameters of type Renderer
MendelbrotDataLoader(Renderer r)
          Creates a new instance of MendelbrotDataSetDescriptor
 

Uses of Renderer in org.das2.event
 

Methods in org.das2.event with parameters of type Renderer
static AngleSlicerMouseModule AngleSlicerMouseModule.create(Renderer renderer)
           
static HorizontalSlicerMouseModule HorizontalSlicerMouseModule.create(Renderer renderer)
           
static VerticalSlicerMouseModule VerticalSlicerMouseModule.create(Renderer renderer)
           
 

Constructors in org.das2.event with parameters of type Renderer
ColorBarRepaletteMouseModule(Renderer parent, DasColorBar colorBar)
           
 

Uses of Renderer in org.das2.graph
 

Subclasses of Renderer in org.das2.graph
 class ContoursRenderer
          Renderer for making contour plots
 class CurveRenderer
           
 class EventsRenderer
           
 class ImageVectorDataSetRenderer
           
 class PlotSymbolRenderer
           
 class SeriesRenderer
          SeriesRender is a high-performance replacement for the SymbolLineRenderer.
 class SpectrogramRenderer
           
 class StackedHistogramRenderer
           
 class StippledTableRenderer
           
 class SymbolLineRenderer
           
 class TickCurveRenderer
           
 class ZDeformRenderer
           
 

Fields in org.das2.graph declared as Renderer
protected  Renderer DasPlot.focusRenderer
          returns the Renderer with the current focus.
 

Methods in org.das2.graph that return Renderer
 Renderer DasPlot.getFocusRenderer()
           
 Renderer DasRendererUpdateEvent.getRenderer()
           
protected  Renderer DataLoader.getRenderer()
           
 Renderer DasPlot.getRenderer(int index)
           
 Renderer[] DasPlot.getRenderers()
           
static Renderer GraphUtil.guessRenderer(DataSet ds)
           
static Renderer StackedHistogramRenderer.processStackedHistogramElement(org.w3c.dom.Element element, DasPlot parent, FormBase form)
           
 

Methods in org.das2.graph with parameters of type Renderer
 void DasPlot.addRenderer(Renderer rend)
           
 void DasPlot.addToLegend(Renderer renderer, javax.swing.ImageIcon icon, int pos, java.lang.String message)
           
 MouseModule DasColorBar.getRepaletteMouseModule(Renderer r)
           
 void DasPlot.postException(Renderer renderer, java.lang.Exception exception)
          notify user of an exception, in the context of the plot.
 void DasPlot.postMessage(Renderer renderer, java.lang.String message, int messageType, Datum x, Datum y)
          Notify user of an exception, in the context of the plot.
 void DasPlot.removeRenderer(Renderer rend)
           
 void DasPlot.setFocusRenderer(Renderer focusRenderer)
           
 

Constructors in org.das2.graph with parameters of type Renderer
DasColorBar.ColorBarRepaletteMouseModule(Renderer parent, DasColorBar colorBar)
           
DasRendererUpdateEvent(DasPlot parent, Renderer r)
          Creates a new instance of DasRendererUpdateEvent
DataLoader(Renderer renderer)
           
XAxisDataLoader(Renderer r, DataSetDescriptor dsd)
          Creates a new instance of DataLoader
 

Uses of Renderer in org.das2.graph.dnd
 

Constructors in org.das2.graph.dnd with parameters of type Renderer
TransferableRenderer(Renderer renderer)
          Creates a new instance of TransferableRenderer
 

Uses of Renderer in org.das2.util
 

Subclasses of Renderer in org.das2.util
 class GraphicalLogHandler.LogRenderer