com.metsci.glimpse.examples.basic
Class FunctionPlotExample.Function1DPainter

java.lang.Object
  extended by com.metsci.glimpse.painter.base.GlimpsePainterImpl
      extended by com.metsci.glimpse.painter.base.GlimpsePainter2D
          extended by com.metsci.glimpse.painter.base.GlimpseDataPainter2D
              extended by com.metsci.glimpse.painter.shape.LineSetPainter
                  extended by com.metsci.glimpse.examples.basic.FunctionPlotExample.Function1DPainter
All Implemented Interfaces:
GlimpsePainter
Enclosing class:
FunctionPlotExample

public static class FunctionPlotExample.Function1DPainter
extends LineSetPainter


Field Summary
 
Fields inherited from class com.metsci.glimpse.painter.shape.LineSetPainter
QUAD_TREE_BIN_MAX
 
Fields inherited from class com.metsci.glimpse.painter.base.GlimpsePainterImpl
BYTES_PER_FLOAT, logger
 
Constructor Summary
FunctionPlotExample.Function1DPainter(Axis2D axis, FunctionPlotExample.Function1D function)
           
 
Method Summary
 
Methods inherited from class com.metsci.glimpse.painter.shape.LineSetPainter
dispose, paintTo, setData, setData, setLineColor, setLineColor, setLineWidth
 
Methods inherited from class com.metsci.glimpse.painter.base.GlimpseDataPainter2D
paintTo
 
Methods inherited from class com.metsci.glimpse.painter.base.GlimpsePainter2D
paintTo
 
Methods inherited from class com.metsci.glimpse.painter.base.GlimpsePainterImpl
dispose, isDisposed, isVisible, paintTo, setErrorHandling, setLookAndFeel, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionPlotExample.Function1DPainter

public FunctionPlotExample.Function1DPainter(Axis2D axis,
                                             FunctionPlotExample.Function1D function)


Copyright © 2012 Metron, Inc.. All Rights Reserved.