⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 year.html

📁 JFreeChart 9.20的文档 需要用JAVA在网页上做统计图的东东
💻 HTML
📖 第 1 页 / 共 2 页
字号:
Year</H3><PRE>public <B>Year</B>()</PRE><DL><DD>Creates a new <code>Year</code>, based on the current system date/time.<P></DL><HR><A NAME="Year(int)"><!-- --></A><H3>Year</H3><PRE>public <B>Year</B>(int&nbsp;year)</PRE><DL><DD>Creates a time period representing a single year.<P><DT><B>Parameters:</B><DD><CODE>year</CODE> - the year.</DL><HR><A NAME="Year(java.util.Date)"><!-- --></A><H3>Year</H3><PRE>public <B>Year</B>(java.util.Date&nbsp;time)</PRE><DL><DD>Creates a new <code>Year</code>, based on a particular instant in time, using the default time zone.<P><DT><B>Parameters:</B><DD><CODE>time</CODE> - the time.</DL><HR><A NAME="Year(java.util.Date, java.util.TimeZone)"><!-- --></A><H3>Year</H3><PRE>public <B>Year</B>(java.util.Date&nbsp;time,            java.util.TimeZone&nbsp;zone)</PRE><DL><DD>Constructs a year, based on a particular instant in time and a time zone.<P><DT><B>Parameters:</B><DD><CODE>time</CODE> - the time.<DD><CODE>zone</CODE> - the time zone.</DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><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="previous()"><!-- --></A><H3>previous</H3><PRE>public <A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</A> <B>previous</B>()</PRE><DL><DD>Returns the year 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" title="class in org.jfree.data.time">RegularTimePeriod</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the year preceding this one (or null if the current year is 1900).</DL></DD></DL><HR><A NAME="next()"><!-- --></A><H3>next</H3><PRE>public <A HREF="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time">RegularTimePeriod</A> <B>next</B>()</PRE><DL><DD>Returns the year following this one.<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" title="class in org.jfree.data.time">RegularTimePeriod</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The year following this one (or null if the current year is 9999).</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 year. <P> The implementation simply returns the year number (e.g. 2002).<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" title="class in org.jfree.data.time">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&nbsp;calendar)</PRE><DL><DD>Returns the first millisecond of the year, 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" title="class in org.jfree.data.time">RegularTimePeriod</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>calendar</CODE> - the calendar.<DT><B>Returns:</B><DD>the first millisecond of the year.</DL></DD></DL><HR><A NAME="getLastMillisecond(java.util.Calendar)"><!-- --></A><H3>getLastMillisecond</H3><PRE>public long <B>getLastMillisecond</B>(java.util.Calendar&nbsp;calendar)</PRE><DL><DD>Returns the last millisecond of the year, 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" title="class in org.jfree.data.time">RegularTimePeriod</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>calendar</CODE> - the calendar.<DT><B>Returns:</B><DD>the last millisecond of the year.</DL></DD></DL><HR><A NAME="equals(java.lang.Object)"><!-- --></A><H3>equals</H3><PRE>public boolean <B>equals</B>(java.lang.Object&nbsp;object)</PRE><DL><DD>Tests the equality of this <code>Year</code> object to an arbitrary object.  Returns <code>true</code> if the target is a <code>Year</code> instance representing the same year as this object.  In all other cases, returns <code>false</code>.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>object</CODE> - the object.<DT><B>Returns:</B><DD><code>true</code> if the year of this and the object are the same.</DL></DD></DL><HR><A NAME="hashCode()"><!-- --></A><H3>hashCode</H3><PRE>public int <B>hashCode</B>()</PRE><DL><DD>Returns a hash code for this object instance. <p> The approach described by Joshua Bloch in "Effective Java" has been used here: <p> <code>http://developer.java.sun.com/developer/Books/effectivejava/Chapter3.pdf</code><P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>A hash code.</DL></DD></DL><HR><A NAME="compareTo(java.lang.Object)"><!-- --></A><H3>compareTo</H3><PRE>public int <B>compareTo</B>(java.lang.Object&nbsp;o1)</PRE><DL><DD>Returns an integer indicating the order of this <code>Year</code> 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 year..<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" title="class in org.jfree.data.time">RegularTimePeriod</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>a string representing the year.</DL></DD></DL><HR><A NAME="parseYear(java.lang.String)"><!-- --></A><H3>parseYear</H3><PRE>public static <A HREF="../../../../org/jfree/data/time/Year.html" title="class in org.jfree.data.time">Year</A> <B>parseYear</B>(java.lang.String&nbsp;s)</PRE><DL><DD>Parses the string argument as a year. <P> The string format is YYYY.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - a string representing the year.<DT><B>Returns:</B><DD><code>null</code> if the string is not parseable, the year otherwise.</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../org/jfree/data/time/Week.html" title="class in org.jfree.data.time"><B>PREV CLASS</B></A>&nbsp;&nbsp;NEXT CLASS</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="Year.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.jfree.data.time.RegularTimePeriod">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -