Package | Description |
---|---|
com.metsci.glimpse.axis.painter.label |
Helper classes used by axis painters to arrange tick marks and
format tick and axis labels.
|
com.metsci.glimpse.util.units.time | |
com.metsci.glimpse.util.units.time.format |
Modifier and Type | Method and Description |
---|---|
TimeStampFormat |
TimeAxisLabelHandler.getDayFormat() |
TimeStampFormat |
TimeAxisLabelHandler.getDayMonthYearFormat() |
TimeStampFormat |
TimeAxisLabelHandler.getHourDayMonthFormat() |
TimeStampFormat |
TimeAxisLabelHandler.getHourMinuteFormat() |
TimeStampFormat |
TimeAxisLabelHandler.getMonthFormat() |
TimeStampFormat |
TimeAxisLabelHandler.getMonthYearFormat() |
TimeStampFormat |
TimeAxisLabelHandler.getSecondMinuteFormat() |
TimeStampFormat |
TimeAxisLabelHandler.getYearFormat() |
Modifier and Type | Field and Description |
---|---|
static TimeStampFormat |
TimeStamp.defaultFormat
The format used by the convenience methods
TimeStamp.fromString(String) and
TimeStamp.toString() . |
Modifier and Type | Method and Description |
---|---|
static TimeStamp |
TimeStamp.fromString(String string,
TimeStampFormat format)
Converts a
String to a TimeStamp. |
T |
TimeStampFactory.fromString(String string,
TimeStampFormat format)
|
String |
TimeStamp.toString(TimeStampFormat format)
Converts this timestamp to a
String , according to the given format. |
Modifier and Type | Class and Description |
---|---|
class |
TimeStampFormatStandard
Formats and parses TimeStamps according to a specified format string, in the spirit of trusty
old printf.
|
Modifier and Type | Field and Description |
---|---|
static TimeStampFormat |
TimeStampFormat.iso8601
The string must be a date-time string in ISO-8601 format, with the following
extra restrictions:
The string must include separators, even though ISO-8601 says
separators may be omitted in some cases.
|
Copyright © 2013 Metron, Inc.. All rights reserved.