day.html
来自「JFreeChart的帮助文档」· HTML 代码 · 共 778 行 · 第 1/2 页
HTML
778 行
protected static final java.text.DateFormat <B>DATE_FORMAT_MEDIUM</B></PRE><DL><DD>A date formatter for the default locale.<P><DL></DL></DL><HR><A NAME="DATE_FORMAT_LONG"><!-- --></A><H3>DATE_FORMAT_LONG</H3><PRE>protected static final java.text.DateFormat <B>DATE_FORMAT_LONG</B></PRE><DL><DD>A date formatter for the default locale.<P><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="Day()"><!-- --></A><H3>Day</H3><PRE>public <B>Day</B>()</PRE><DL><DD>Constructs a Day, based on the system date/time.<P></DL><HR><A NAME="Day(int, int, int)"><!-- --></A><H3>Day</H3><PRE>public <B>Day</B>(int day, int month, int year)</PRE><DL><DD>Constructs a new one day time period.<P><DT><B>Parameters:</B><DD><CODE>day</CODE> - the day-of-the-month.<DD><CODE>month</CODE> - the month (1 to 12).<DD><CODE>year</CODE> - the year (1900 <= year <= 9999).</DL><HR><A NAME="Day(org.jfree.date.SerialDate)"><!-- --></A><H3>Day</H3><PRE>public <B>Day</B>(org.jfree.date.SerialDate serialDate)</PRE><DL><DD>Constructs a new one day time period.<P><DT><B>Parameters:</B><DD><CODE>serialDate</CODE> - the day.</DL><HR><A NAME="Day(java.util.Date)"><!-- --></A><H3>Day</H3><PRE>public <B>Day</B>(java.util.Date time)</PRE><DL><DD>Constructs a new Day, based on a particular date/time and the default time zone.<P><DT><B>Parameters:</B><DD><CODE>time</CODE> - the time.</DL><HR><A NAME="Day(java.util.Date, java.util.TimeZone)"><!-- --></A><H3>Day</H3><PRE>public <B>Day</B>(java.util.Date time, java.util.TimeZone zone)</PRE><DL><DD>Constructs a Day, based on a particular date/time and time zone.<P><DT><B>Parameters:</B><DD><CODE>time</CODE> - the date/time.<DD><CODE>zone</CODE> - the time zone.</DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getSerialDate()"><!-- --></A><H3>getSerialDate</H3><PRE>public org.jfree.date.SerialDate <B>getSerialDate</B>()</PRE><DL><DD>Returns the day as a SerialDate. <P> Note: the reference that is returned should be an instance of an immutable SerialDate (otherwise the caller could use the reference to alter the state of this Day instance, and Day is supposed to be immutable).<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the day as a SerialDate.</DL></DD></DL><HR><A NAME="getYear()"><!-- --></A><H3>getYear</H3><PRE>public int <B>getYear</B>()</PRE><DL><DD>Returns the year.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the year.</DL></DD></DL><HR><A NAME="getMonth()"><!-- --></A><H3>getMonth</H3><PRE>public int <B>getMonth</B>()</PRE><DL><DD>Returns the month.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the month.</DL></DD></DL><HR><A NAME="getDayOfMonth()"><!-- --></A><H3>getDayOfMonth</H3><PRE>public int <B>getDayOfMonth</B>()</PRE><DL><DD>Returns the day of the month.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the day of the month.</DL></DD></DL><HR><A NAME="previous()"><!-- --></A><H3>previous</H3><PRE>public <A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html">RegularTimePeriod</A> <B>previous</B>()</PRE><DL><DD>Returns the day preceding this one.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html#previous()">previous</A></CODE> in class <CODE><A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html">RegularTimePeriod</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the day preceding this one.</DL></DD></DL><HR><A NAME="next()"><!-- --></A><H3>next</H3><PRE>public <A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html">RegularTimePeriod</A> <B>next</B>()</PRE><DL><DD>Returns the day following this one, or null if some limit has been reached.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html#next()">next</A></CODE> in class <CODE><A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html">RegularTimePeriod</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the day following this one, or <code>null</code> if some limit has been reached.</DL></DD></DL><HR><A NAME="getSerialIndex()"><!-- --></A><H3>getSerialIndex</H3><PRE>public long <B>getSerialIndex</B>()</PRE><DL><DD>Returns a serial index number for the day.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html#getSerialIndex()">getSerialIndex</A></CODE> in class <CODE><A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html">RegularTimePeriod</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the serial index number.</DL></DD></DL><HR><A NAME="getFirstMillisecond(java.util.Calendar)"><!-- --></A><H3>getFirstMillisecond</H3><PRE>public long <B>getFirstMillisecond</B>(java.util.Calendar calendar)</PRE><DL><DD>Returns the first millisecond of the day, evaluated using the supplied calendar (which determines the time zone).<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html#getFirstMillisecond(java.util.Calendar)">getFirstMillisecond</A></CODE> in class <CODE><A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html">RegularTimePeriod</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>calendar</CODE> - calendar to use.<DT><B>Returns:</B><DD>the start of the day as milliseconds since 01-01-1970.</DL></DD></DL><HR><A NAME="getLastMillisecond(java.util.Calendar)"><!-- --></A><H3>getLastMillisecond</H3><PRE>public long <B>getLastMillisecond</B>(java.util.Calendar calendar)</PRE><DL><DD>Returns the last millisecond of the day, evaluated using the supplied calendar (which determines the time zone).<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html#getLastMillisecond(java.util.Calendar)">getLastMillisecond</A></CODE> in class <CODE><A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html">RegularTimePeriod</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>calendar</CODE> - calendar to use.<DT><B>Returns:</B><DD>the end of the day as milliseconds since 01-01-1970.</DL></DD></DL><HR><A NAME="equals(java.lang.Object)"><!-- --></A><H3>equals</H3><PRE>public boolean <B>equals</B>(java.lang.Object object)</PRE><DL><DD>Tests the equality of this Day object to an arbitrary object. Returns true if the target is a Day instance or a SerialDate instance representing the same day as this object. In all other cases, returns false.<P><DD><DL><DT><B>Overrides:</B><DD><CODE>equals</CODE> in class <CODE>java.lang.Object</CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>object</CODE> - the object.<DT><B>Returns:</B><DD>a flag indicating whether or not an object is equal to this day.</DL></DD></DL><HR><A NAME="compareTo(java.lang.Object)"><!-- --></A><H3>compareTo</H3><PRE>public int <B>compareTo</B>(java.lang.Object o1)</PRE><DL><DD>Returns an integer indicating the order of this Day object relative to the specified object: negative == before, zero == same, positive == after.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>compareTo</CODE> in interface <CODE>java.lang.Comparable</CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>o1</CODE> - the object to compare.<DT><B>Returns:</B><DD>negative == before, zero == same, positive == after.</DL></DD></DL><HR><A NAME="toString()"><!-- --></A><H3>toString</H3><PRE>public java.lang.String <B>toString</B>()</PRE><DL><DD>Returns a string representing the day.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html#toString()">toString</A></CODE> in class <CODE><A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html">RegularTimePeriod</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>A string representing the day.</DL></DD></DL><HR><A NAME="parseDay(java.lang.String)"><!-- --></A><H3>parseDay</H3><PRE>public static <A HREF="../../../../org/jfree/data/time/Day.html">Day</A> <B>parseDay</B>(java.lang.String s)</PRE><DL><DD>Parses the string argument as a day. <P> This method is required to recognise YYYY-MM-DD as a valid format. Anything else, for now, is a bonus.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - the date string to parse.<DT><B>Returns:</B><DD><code>null</code> if the string does not contain any parseable string, the day otherwise.</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV CLASS <A HREF="../../../../org/jfree/data/time/DynamicTimeSeriesCollection.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="Day.html" TARGET="_top"><B>NO FRAMES</B></A> <SCRIPT> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT><A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?