com.metsci.glimpse.axis.painter
Class TimeYAxisPainter

java.lang.Object
  extended by com.metsci.glimpse.painter.base.GlimpsePainterImpl
      extended by com.metsci.glimpse.painter.base.GlimpsePainter1D
          extended by com.metsci.glimpse.axis.painter.TimeAxisPainter
              extended by com.metsci.glimpse.axis.painter.TimeYAxisPainter
All Implemented Interfaces:
GlimpsePainter

public class TimeYAxisPainter
extends TimeAxisPainter

A vertical (y) time axis painter.

Author:
ulman
See Also:
TimeAxisPainter

Field Summary
 
Fields inherited from class com.metsci.glimpse.painter.base.GlimpsePainterImpl
BYTES_PER_FLOAT, logger
 
Constructor Summary
TimeYAxisPainter(Epoch epoch)
           
TimeYAxisPainter(TimeStampFormat minuteSecondFormat, TimeStampFormat hourMinuteFormat, TimeStampFormat hourDayMonthFormat, TimeStampFormat dayMonthYearFormat, TimeStampFormat dayFormat, TimeStampFormat dayMonthFormat, TimeStampFormat monthYearFormat, TimeStampFormat yearFormat, java.util.TimeZone timeZone, Epoch epoch)
           
 
Method Summary
 void paintTo(GlimpseContext context, GlimpseBounds bounds, Axis1D axis)
           
 
Methods inherited from class com.metsci.glimpse.axis.painter.TimeAxisPainter
dispose, fromTimeStamp, getEpoch, setCurrentTimeTextColor, setCurrentTimeTickColor, setEpoch, setFont, setFont, setPixelsBetweenTicks, setTextColor, setTickColor, setTickLineLength, showCurrentTimeLabel, toTimeStamp
 
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

TimeYAxisPainter

public TimeYAxisPainter(Epoch epoch)

TimeYAxisPainter

public TimeYAxisPainter(TimeStampFormat minuteSecondFormat,
                        TimeStampFormat hourMinuteFormat,
                        TimeStampFormat hourDayMonthFormat,
                        TimeStampFormat dayMonthYearFormat,
                        TimeStampFormat dayFormat,
                        TimeStampFormat dayMonthFormat,
                        TimeStampFormat monthYearFormat,
                        TimeStampFormat yearFormat,
                        java.util.TimeZone timeZone,
                        Epoch epoch)
Method Detail

paintTo

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


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