categorylabelpositions.html
来自「JFreeChart 9.20的文档 需要用JAVA在网页上做统计图的东东」· HTML 代码 · 共 592 行 · 第 1/2 页
HTML
592 行
<A NAME="UP_90"><!-- --></A><H3>UP_90</H3><PRE>public static final <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPositions.html" title="class in org.jfree.chart.axis">CategoryLabelPositions</A> <B>UP_90</B></PRE><DL><DD>UP_90 category label positions.<P><DL></DL></DL><HR><A NAME="DOWN_90"><!-- --></A><H3>DOWN_90</H3><PRE>public static final <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPositions.html" title="class in org.jfree.chart.axis">CategoryLabelPositions</A> <B>DOWN_90</B></PRE><DL><DD>DOWN_90 category label positions.<P><DL></DL></DL><HR><A NAME="UP_45"><!-- --></A><H3>UP_45</H3><PRE>public static final <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPositions.html" title="class in org.jfree.chart.axis">CategoryLabelPositions</A> <B>UP_45</B></PRE><DL><DD>UP_45 category label positions.<P><DL></DL></DL><HR><A NAME="DOWN_45"><!-- --></A><H3>DOWN_45</H3><PRE>public static final <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPositions.html" title="class in org.jfree.chart.axis">CategoryLabelPositions</A> <B>DOWN_45</B></PRE><DL><DD>DOWN_45 category label positions.<P><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="CategoryLabelPositions()"><!-- --></A><H3>CategoryLabelPositions</H3><PRE>public <B>CategoryLabelPositions</B>()</PRE><DL><DD>Default constructor.<P></DL><HR><A NAME="CategoryLabelPositions(org.jfree.chart.axis.CategoryLabelPosition, org.jfree.chart.axis.CategoryLabelPosition, org.jfree.chart.axis.CategoryLabelPosition, org.jfree.chart.axis.CategoryLabelPosition)"><!-- --></A><H3>CategoryLabelPositions</H3><PRE>public <B>CategoryLabelPositions</B>(<A HREF="../../../../org/jfree/chart/axis/CategoryLabelPosition.html" title="class in org.jfree.chart.axis">CategoryLabelPosition</A> top, <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPosition.html" title="class in org.jfree.chart.axis">CategoryLabelPosition</A> bottom, <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPosition.html" title="class in org.jfree.chart.axis">CategoryLabelPosition</A> left, <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPosition.html" title="class in org.jfree.chart.axis">CategoryLabelPosition</A> right)</PRE><DL><DD>Creates a new position specification.<P><DT><B>Parameters:</B><DD><CODE>top</CODE> - the label position info used when an axis is at the top (<code>null</code> not permitted).<DD><CODE>bottom</CODE> - the label position info used when an axis is at the bottom (<code>null</code> not permitted).<DD><CODE>left</CODE> - the label position info used when an axis is at the left (<code>null</code> not permitted).<DD><CODE>right</CODE> - the label position info used when an axis is at the right (<code>null</code> not permitted).</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="createUpRotationLabelPositions(double)"><!-- --></A><H3>createUpRotationLabelPositions</H3><PRE>public static <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPositions.html" title="class in org.jfree.chart.axis">CategoryLabelPositions</A> <B>createUpRotationLabelPositions</B>(double angle)</PRE><DL><DD>Creates a new instance where the category labels angled upwards by the specified amount.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>angle</CODE> - the rotation angle (should be < Math.PI / 2.0).<DT><B>Returns:</B><DD>A category label position specification.</DL></DD></DL><HR><A NAME="createDownRotationLabelPositions(double)"><!-- --></A><H3>createDownRotationLabelPositions</H3><PRE>public static <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPositions.html" title="class in org.jfree.chart.axis">CategoryLabelPositions</A> <B>createDownRotationLabelPositions</B>(double angle)</PRE><DL><DD>Creates a new instance where the category labels angled downwards by the specified amount.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>angle</CODE> - the rotation angle (should be < Math.PI / 2.0).<DT><B>Returns:</B><DD>A category label position specification.</DL></DD></DL><HR><A NAME="getLabelPosition(org.jfree.ui.RectangleEdge)"><!-- --></A><H3>getLabelPosition</H3><PRE>public <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPosition.html" title="class in org.jfree.chart.axis">CategoryLabelPosition</A> <B>getLabelPosition</B>(org.jfree.ui.RectangleEdge edge)</PRE><DL><DD>Returns the category label position specification for an axis at the given location.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>edge</CODE> - the axis location.<DT><B>Returns:</B><DD>the category label position specification.</DL></DD></DL><HR><A NAME="replaceTopPosition(org.jfree.chart.axis.CategoryLabelPositions, org.jfree.chart.axis.CategoryLabelPosition)"><!-- --></A><H3>replaceTopPosition</H3><PRE>public static <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPositions.html" title="class in org.jfree.chart.axis">CategoryLabelPositions</A> <B>replaceTopPosition</B>(<A HREF="../../../../org/jfree/chart/axis/CategoryLabelPositions.html" title="class in org.jfree.chart.axis">CategoryLabelPositions</A> base, <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPosition.html" title="class in org.jfree.chart.axis">CategoryLabelPosition</A> top)</PRE><DL><DD>Returns a new instance based on an existing instance but with the top position changed.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>base</CODE> - the base (<code>null</code> not permitted).<DD><CODE>top</CODE> - the top position (<code>null</code> not permitted).<DT><B>Returns:</B><DD>a new instance (never <code>null</code>).</DL></DD></DL><HR><A NAME="replaceBottomPosition(org.jfree.chart.axis.CategoryLabelPositions, org.jfree.chart.axis.CategoryLabelPosition)"><!-- --></A><H3>replaceBottomPosition</H3><PRE>public static <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPositions.html" title="class in org.jfree.chart.axis">CategoryLabelPositions</A> <B>replaceBottomPosition</B>(<A HREF="../../../../org/jfree/chart/axis/CategoryLabelPositions.html" title="class in org.jfree.chart.axis">CategoryLabelPositions</A> base, <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPosition.html" title="class in org.jfree.chart.axis">CategoryLabelPosition</A> bottom)</PRE><DL><DD>Returns a new instance based on an existing instance but with the bottom position changed.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>base</CODE> - the base (<code>null</code> not permitted).<DD><CODE>bottom</CODE> - the bottom position (<code>null</code> not permitted).<DT><B>Returns:</B><DD>a new instance (never <code>null</code>).</DL></DD></DL><HR><A NAME="replaceLeftPosition(org.jfree.chart.axis.CategoryLabelPositions, org.jfree.chart.axis.CategoryLabelPosition)"><!-- --></A><H3>replaceLeftPosition</H3><PRE>public static <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPositions.html" title="class in org.jfree.chart.axis">CategoryLabelPositions</A> <B>replaceLeftPosition</B>(<A HREF="../../../../org/jfree/chart/axis/CategoryLabelPositions.html" title="class in org.jfree.chart.axis">CategoryLabelPositions</A> base, <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPosition.html" title="class in org.jfree.chart.axis">CategoryLabelPosition</A> left)</PRE><DL><DD>Returns a new instance based on an existing instance but with the left position changed.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>base</CODE> - the base (<code>null</code> not permitted).<DD><CODE>left</CODE> - the left position (<code>null</code> not permitted).<DT><B>Returns:</B><DD>a new instance (never <code>null</code>).</DL></DD></DL><HR><A NAME="replaceRightPosition(org.jfree.chart.axis.CategoryLabelPositions, org.jfree.chart.axis.CategoryLabelPosition)"><!-- --></A><H3>replaceRightPosition</H3><PRE>public static <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPositions.html" title="class in org.jfree.chart.axis">CategoryLabelPositions</A> <B>replaceRightPosition</B>(<A HREF="../../../../org/jfree/chart/axis/CategoryLabelPositions.html" title="class in org.jfree.chart.axis">CategoryLabelPositions</A> base, <A HREF="../../../../org/jfree/chart/axis/CategoryLabelPosition.html" title="class in org.jfree.chart.axis">CategoryLabelPosition</A> right)</PRE><DL><DD>Returns a new instance based on an existing instance but with the right position changed.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>base</CODE> - the base (<code>null</code> not permitted).<DD><CODE>right</CODE> - the right position (<code>null</code> not permitted).<DT><B>Returns:</B><DD>a new instance (never <code>null</code>).</DL></DD></DL><HR><A NAME="equals(java.lang.Object)"><!-- --></A><H3>equals</H3><PRE>public boolean <B>equals</B>(java.lang.Object o)</PRE><DL><DD>Returns <code>true</code> if this object is equal to the specified object, and <code>false</code> otherwise.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>o</CODE> - the other object.<DT><B>Returns:</B><DD>a boolean.</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> </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/axis/CategoryLabelPosition.html" title="class in org.jfree.chart.axis"><B>PREV CLASS</B></A> <A HREF="../../../../org/jfree/chart/axis/CategoryLabelWidthType.html" title="class in org.jfree.chart.axis"><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="CategoryLabelPositions.html" target="_top"><B>NO FRAMES</B></A> <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: 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><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?