com.metsci.glimpse.axis.painter
Class TimeXAxisPainter
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.TimeXAxisPainter
- All Implemented Interfaces:
- GlimpsePainter
public class TimeXAxisPainter
- extends TimeAxisPainter
A horizontal (x) 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 |
TimeXAxisPainter
public TimeXAxisPainter(Epoch epoch)
TimeXAxisPainter
public TimeXAxisPainter(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.