com.metsci.glimpse.plot.timeline.painter
Class SimpleSelectedTimeRegionPainter

java.lang.Object
  extended by com.metsci.glimpse.painter.base.GlimpsePainterImpl
      extended by com.metsci.glimpse.painter.base.GlimpsePainter1D
          extended by com.metsci.glimpse.plot.timeline.painter.SimpleSelectedTimeRegionPainter
All Implemented Interfaces:
GlimpsePainter
Direct Known Subclasses:
SelectedTimeRegionPainter

public class SimpleSelectedTimeRegionPainter
extends GlimpsePainter1D


Field Summary
 
Fields inherited from class com.metsci.glimpse.painter.base.GlimpsePainterImpl
BYTES_PER_FLOAT, logger
 
Constructor Summary
SimpleSelectedTimeRegionPainter(StackedPlot2D.Orientation orientation)
           
 
Method Summary
 void paintTo(GlimpseContext context, GlimpseBounds bounds, Axis1D axis)
           
 void setSelectionBorderColor(float[] color)
           
 void setSelectionFillColor(float[] color)
           
 
Methods inherited from class com.metsci.glimpse.painter.base.GlimpsePainter1D
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

SimpleSelectedTimeRegionPainter

public SimpleSelectedTimeRegionPainter(StackedPlot2D.Orientation orientation)
Method Detail

setSelectionFillColor

public void setSelectionFillColor(float[] color)

setSelectionBorderColor

public void setSelectionBorderColor(float[] color)

paintTo

public void paintTo(GlimpseContext context,
                    GlimpseBounds bounds,
                    Axis1D axis)
Specified by:
paintTo in class GlimpsePainter1D


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