📄 categorylabelpositions.html
字号:
<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> <A HREF="../../../../src-html/org/jfree/chart/axis/CategoryLabelPositions.html#line.182"><B>createDownRotationLabelPositions</B></A>(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> <A HREF="../../../../src-html/org/jfree/chart/axis/CategoryLabelPositions.html#line.287"><B>getLabelPosition</B></A>(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> <A HREF="../../../../src-html/org/jfree/chart/axis/CategoryLabelPositions.html#line.313"><B>replaceTopPosition</B></A>(<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> <A HREF="../../../../src-html/org/jfree/chart/axis/CategoryLabelPositions.html#line.340"><B>replaceBottomPosition</B></A>(<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> <A HREF="../../../../src-html/org/jfree/chart/axis/CategoryLabelPositions.html#line.367"><B>replaceLeftPosition</B></A>(<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> <A HREF="../../../../src-html/org/jfree/chart/axis/CategoryLabelPositions.html#line.394"><B>replaceRightPosition</B></A>(<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 <A HREF="../../../../src-html/org/jfree/chart/axis/CategoryLabelPositions.html#line.420"><B>equals</B></A>(java.lang.Object obj)</PRE><DL><DD>Returns <code>true</code> if this object is equal to the specified object, and <code>false</code> otherwise.<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>obj</CODE> - the other object.<DT><B>Returns:</B><DD>A boolean.</DL></DD></DL><HR><A NAME="hashCode()"><!-- --></A><H3>hashCode</H3><PRE>public int <A HREF="../../../../src-html/org/jfree/chart/axis/CategoryLabelPositions.html#line.453"><B>hashCode</B></A>()</PRE><DL><DD>Returns a hash code for this object.<P><DD><DL><DT><B>Overrides:</B><DD><CODE>hashCode</CODE> in class <CODE>java.lang.Object</CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>A hash code.</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=2 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="class-use/CategoryLabelPositions.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </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-files/index-1.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?org/jfree/chart/axis/CategoryLabelPositions.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -