|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jrobin.graph.TimeAxisUnit
public class TimeAxisUnit
Class used to determine the chart grid shown on the X (time) axis.
Field Summary | |
---|---|
static int |
DAY
constant for hours |
static int |
FRIDAY
|
static int |
HOUR
constant for minutes |
static int |
MINUTE
constant for seconds |
static int |
MONDAY
constant for years |
static int |
MONTH
constant for weeks |
static int |
SATURDAY
|
static int |
SECOND
|
static int |
SUNDAY
|
static int |
THURSDAY
|
static int |
TUESDAY
|
static int |
WEDNESDAY
|
static int |
WEEK
constant for days |
static int |
YEAR
constant for months |
Method Summary | |
---|---|
java.text.SimpleDateFormat |
getDateFormat()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SECOND
public static final int MINUTE
public static final int HOUR
public static final int DAY
public static final int WEEK
public static final int MONTH
public static final int YEAR
public static final int MONDAY
public static final int TUESDAY
public static final int WEDNESDAY
public static final int THURSDAY
public static final int FRIDAY
public static final int SATURDAY
public static final int SUNDAY
Method Detail |
---|
public java.text.SimpleDateFormat getDateFormat()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |