datetitle.html
来自「JFreeChart的帮助文档」· HTML 代码 · 共 408 行 · 第 1/2 页
HTML
408 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Thu Sep 11 11:26:56 BST 2003 --><TITLE>DateTitle (JFreeChart Class Library (version 0.9.12))</TITLE><META NAME="keywords" CONTENT="org.jfree.chart.DateTitle,DateTitle class"><LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"></HEAD><SCRIPT>function asd(){parent.document.title="DateTitle (JFreeChart Class Library (version 0.9.12))";}</SCRIPT><BODY BGCOLOR="white" onload="asd();"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_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"> <A HREF="../../../org/jfree/chart/CrosshairInfo.html"><B>PREV CLASS</B></A> <A HREF="../../../org/jfree/chart/DefaultShapeFactory.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="DateTitle.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="#fields_inherited_from_class_org.jfree.chart.TextTitle">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: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><!-- ======== START OF CLASS DATA ======== --><H2><FONT SIZE="-1">org.jfree.chart</FONT><BR>Class DateTitle</H2><PRE>java.lang.Object | +--<A HREF="../../../org/jfree/chart/AbstractTitle.html">org.jfree.chart.AbstractTitle</A> | +--<A HREF="../../../org/jfree/chart/TextTitle.html">org.jfree.chart.TextTitle</A> | +--<B>org.jfree.chart.DateTitle</B></PRE><DL><DT><B>All Implemented Interfaces:</B> <DD>java.lang.Cloneable, java.io.Serializable</DD></DL><HR><DL><DT>public class <B>DateTitle</B><DT>extends <A HREF="../../../org/jfree/chart/TextTitle.html">TextTitle</A></DL><P>A chart title that displays the date. <p> Keep in mind that a chart can have several titles, and that they can appear at the top, left, right or bottom of the chart - a <code>DateTitle</code> will commonly appear at the bottom of a chart, although you can place it anywhere. <P> By specifying the locale, dates are formatted to the correct standard for the given locale. For example, a date would appear as "January 17, 2000" in the US, but "17 January 2000" in most European locales.<P><P><DL><DT><B>Author:</B></DT> <DD>David Berry</DD><DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html" TARGET="org.jfree.chart.DateTitle">Serialized Form</A></DL><HR><P><!-- ======== NESTED CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><A NAME="field_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Field Summary</B></FONT></TD></TR></TABLE> <A NAME="fields_inherited_from_class_org.jfree.chart.TextTitle"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Fields inherited from class org.jfree.chart.<A HREF="../../../org/jfree/chart/TextTitle.html">TextTitle</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/jfree/chart/TextTitle.html#DEFAULT_FONT">DEFAULT_FONT</A>, <A HREF="../../../org/jfree/chart/TextTitle.html#DEFAULT_TEXT_PAINT">DEFAULT_TEXT_PAINT</A></CODE></TD></TR></TABLE> <A NAME="fields_inherited_from_class_org.jfree.chart.AbstractTitle"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Fields inherited from class org.jfree.chart.<A HREF="../../../org/jfree/chart/AbstractTitle.html">AbstractTitle</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/jfree/chart/AbstractTitle.html#BOTTOM">BOTTOM</A>, <A HREF="../../../org/jfree/chart/AbstractTitle.html#CENTER">CENTER</A>, <A HREF="../../../org/jfree/chart/AbstractTitle.html#DEFAULT_HORIZONTAL_ALIGNMENT">DEFAULT_HORIZONTAL_ALIGNMENT</A>, <A HREF="../../../org/jfree/chart/AbstractTitle.html#DEFAULT_POSITION">DEFAULT_POSITION</A>, <A HREF="../../../org/jfree/chart/AbstractTitle.html#DEFAULT_SPACER">DEFAULT_SPACER</A>, <A HREF="../../../org/jfree/chart/AbstractTitle.html#DEFAULT_VERTICAL_ALIGNMENT">DEFAULT_VERTICAL_ALIGNMENT</A>, <A HREF="../../../org/jfree/chart/AbstractTitle.html#EAST">EAST</A>, <A HREF="../../../org/jfree/chart/AbstractTitle.html#LEFT">LEFT</A>, <A HREF="../../../org/jfree/chart/AbstractTitle.html#MIDDLE">MIDDLE</A>, <A HREF="../../../org/jfree/chart/AbstractTitle.html#NORTH">NORTH</A>, <A HREF="../../../org/jfree/chart/AbstractTitle.html#RIGHT">RIGHT</A>, <A HREF="../../../org/jfree/chart/AbstractTitle.html#SOUTH">SOUTH</A>, <A HREF="../../../org/jfree/chart/AbstractTitle.html#TOP">TOP</A>, <A HREF="../../../org/jfree/chart/AbstractTitle.html#WEST">WEST</A></CODE></TD></TR></TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --><A NAME="constructor_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Constructor Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../org/jfree/chart/DateTitle.html#DateTitle()">DateTitle</A></B>()</CODE><BR> Creates a new chart title that displays the current date in the default (LONG) format for the locale, positioned to the bottom right of the chart.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../org/jfree/chart/DateTitle.html#DateTitle(int)">DateTitle</A></B>(int style)</CODE><BR> Creates a new chart title that displays the current date with the specified style (for the default locale).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../org/jfree/chart/DateTitle.html#DateTitle(int, java.util.Locale, java.awt.Font, java.awt.Paint)">DateTitle</A></B>(int style, java.util.Locale locale, java.awt.Font font, java.awt.Paint paint)</CODE><BR> Creates a new chart title that displays the current date.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../org/jfree/chart/DateTitle.html#DateTitle(int, java.util.Locale, java.awt.Font, java.awt.Paint, int, int, int, org.jfree.chart.Spacer)">DateTitle</A></B>(int style, java.util.Locale locale, java.awt.Font font, java.awt.Paint paint, int position, int horizontalAlignment, int verticalAlignment, <A HREF="../../../org/jfree/chart/Spacer.html">Spacer</A> spacer)</CODE><BR> Creates a new chart title that displays the current date.</TD></TR></TABLE> <!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Method Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/chart/DateTitle.html#setDateFormat(int, java.util.Locale)">setDateFormat</A></B>(int style, java.util.Locale locale)</CODE>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?