|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ijchart.xychart.constant.DateTickUnitType
public final class DateTickUnitType
Title: IJChart
Description: a chart library for the Java(tm) platform.
日期的单位类型.Copyright: Copyright (c) 2013
Company:
| Field Summary | |
|---|---|
static DateTickUnitType |
DATE_UNIT_DAY
天. |
static DateTickUnitType |
DATE_UNIT_HOUR
小时. |
static DateTickUnitType |
DATE_UNIT_MILLISECOND
毫秒. |
static DateTickUnitType |
DATE_UNIT_MONTH
月份. |
static DateTickUnitType |
DATE_UNIT_SECOND
秒. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
测试两个类的实例是否相等. |
int |
hashCode()
计算hashcode的值. |
java.lang.String |
toString()
事件的名称. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DateTickUnitType DATE_UNIT_MILLISECOND
public static final DateTickUnitType DATE_UNIT_SECOND
public static final DateTickUnitType DATE_UNIT_MINUTE
public static final DateTickUnitType DATE_UNIT_HOUR
public static final DateTickUnitType DATE_UNIT_DAY
public static final DateTickUnitType DATE_UNIT_MONTH
public static final DateTickUnitType DATE_UNIT_YEAR
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - 要比较的对象 (可为null).
public int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||