com.metsci.glimpse.axis.painter
Class TimeYAxisPainter
java.lang.Object
com.metsci.glimpse.painter.base.GlimpsePainterImpl
com.metsci.glimpse.painter.base.GlimpsePainter1D
com.metsci.glimpse.axis.painter.TimeAxisPainter
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
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
paintTo
public void paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis1D axis)
- Specified by:
paintTo
in class GlimpsePainter1D
Copyright © 2012 Metron, Inc.. All Rights Reserved.