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

📄 valueaxis.html

📁 jfreechart最新源代码
💻 HTML
📖 第 1 页 / 共 5 页
字号:
</DL><HR><A NAME="DEFAULT_LOWER_BOUND"><!-- --></A><H3>DEFAULT_LOWER_BOUND</H3><PRE>public static final double <A HREF="../../../../src-html/org/jfree/chart/axis/ValueAxis.html#line.159"><B>DEFAULT_LOWER_BOUND</B></A></PRE><DL><DD>The default lower bound for the axis.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.axis.ValueAxis.DEFAULT_LOWER_BOUND">Constant Field Values</A></DL></DL><HR><A NAME="DEFAULT_UPPER_BOUND"><!-- --></A><H3>DEFAULT_UPPER_BOUND</H3><PRE>public static final double <A HREF="../../../../src-html/org/jfree/chart/axis/ValueAxis.html#line.162"><B>DEFAULT_UPPER_BOUND</B></A></PRE><DL><DD>The default upper bound for the axis.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.axis.ValueAxis.DEFAULT_UPPER_BOUND">Constant Field Values</A></DL></DL><HR><A NAME="DEFAULT_AUTO_TICK_UNIT_SELECTION"><!-- --></A><H3>DEFAULT_AUTO_TICK_UNIT_SELECTION</H3><PRE>public static final boolean <A HREF="../../../../src-html/org/jfree/chart/axis/ValueAxis.html#line.165"><B>DEFAULT_AUTO_TICK_UNIT_SELECTION</B></A></PRE><DL><DD>The default auto-tick-unit-selection value.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.axis.ValueAxis.DEFAULT_AUTO_TICK_UNIT_SELECTION">Constant Field Values</A></DL></DL><HR><A NAME="MAXIMUM_TICK_COUNT"><!-- --></A><H3>MAXIMUM_TICK_COUNT</H3><PRE>public static final int <A HREF="../../../../src-html/org/jfree/chart/axis/ValueAxis.html#line.168"><B>MAXIMUM_TICK_COUNT</B></A></PRE><DL><DD>The maximum tick count.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.axis.ValueAxis.MAXIMUM_TICK_COUNT">Constant Field Values</A></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="ValueAxis(java.lang.String, org.jfree.chart.axis.TickUnitSource)"><!-- --></A><H3>ValueAxis</H3><PRE>protected <A HREF="../../../../src-html/org/jfree/chart/axis/ValueAxis.html#line.252"><B>ValueAxis</B></A>(java.lang.String&nbsp;label,                    <A HREF="../../../../org/jfree/chart/axis/TickUnitSource.html" title="interface in org.jfree.chart.axis">TickUnitSource</A>&nbsp;standardTickUnits)</PRE><DL><DD>Constructs a value axis.<P><DL><DT><B>Parameters:</B><DD><CODE>label</CODE> - the axis label.<DD><CODE>standardTickUnits</CODE> - the source for standard tick units                            (<code>null</code> permitted).</DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="isVerticalTickLabels()"><!-- --></A><H3>isVerticalTickLabels</H3><PRE>public boolean <A HREF="../../../../src-html/org/jfree/chart/axis/ValueAxis.html#line.311"><B>isVerticalTickLabels</B></A>()</PRE><DL><DD>Returns <code>true</code> if the tick labels should be rotated (to  vertical), and <code>false</code> otherwise.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD><code>true</code> or <code>false</code>.</DL></DD></DL><HR><A NAME="setVerticalTickLabels(boolean)"><!-- --></A><H3>setVerticalTickLabels</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/axis/ValueAxis.html#line.323"><B>setVerticalTickLabels</B></A>(boolean&nbsp;flag)</PRE><DL><DD>Sets the flag that controls whether the tick labels are displayed  vertically (that is, rotated 90 degrees from horizontal).  If the flag  is changed, an <A HREF="../../../../org/jfree/chart/event/AxisChangeEvent.html" title="class in org.jfree.chart.event"><CODE>AxisChangeEvent</CODE></A> is sent to all registered  listeners.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>flag</CODE> - the flag.</DL></DD></DL><HR><A NAME="isPositiveArrowVisible()"><!-- --></A><H3>isPositiveArrowVisible</H3><PRE>public boolean <A HREF="../../../../src-html/org/jfree/chart/axis/ValueAxis.html#line.336"><B>isPositiveArrowVisible</B></A>()</PRE><DL><DD>Returns a flag that controls whether or not the axis line has an arrow  drawn that points in the positive direction for the axis.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>A boolean.</DL></DD></DL><HR><A NAME="setPositiveArrowVisible(boolean)"><!-- --></A><H3>setPositiveArrowVisible</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/axis/ValueAxis.html#line.347"><B>setPositiveArrowVisible</B></A>(boolean&nbsp;visible)</PRE><DL><DD>Sets a flag that controls whether or not the axis lines has an arrow  drawn that points in the positive direction for the axis, and sends an  <A HREF="../../../../org/jfree/chart/event/AxisChangeEvent.html" title="class in org.jfree.chart.event"><CODE>AxisChangeEvent</CODE></A> to all registered listeners.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>visible</CODE> - the flag.</DL></DD></DL><HR><A NAME="isNegativeArrowVisible()"><!-- --></A><H3>isNegativeArrowVisible</H3><PRE>public boolean <A HREF="../../../../src-html/org/jfree/chart/axis/ValueAxis.html#line.358"><B>isNegativeArrowVisible</B></A>()</PRE><DL><DD>Returns a flag that controls whether or not the axis line has an arrow  drawn that points in the negative direction for the axis.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>A boolean.</DL></DD></DL><HR><A NAME="setNegativeArrowVisible(boolean)"><!-- --></A><H3>setNegativeArrowVisible</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/axis/ValueAxis.html#line.369"><B>setNegativeArrowVisible</B></A>(boolean&nbsp;visible)</PRE><DL><DD>Sets a flag that controls whether or not the axis lines has an arrow  drawn that points in the negative direction for the axis, and sends an  <A HREF="../../../../org/jfree/chart/event/AxisChangeEvent.html" title="class in org.jfree.chart.event"><CODE>AxisChangeEvent</CODE></A> to all registered listeners.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>visible</CODE> - the flag.</DL></DD></DL><HR><A NAME="getUpArrow()"><!-- --></A><H3>getUpArrow</H3><PRE>public java.awt.Shape <A HREF="../../../../src-html/org/jfree/chart/axis/ValueAxis.html#line.380"><B>getUpArrow</B></A>()</PRE><DL><DD>Returns a shape that can be displayed as an arrow pointing upwards at  the end of an axis line.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>A shape (never <code>null</code>).</DL></DD></DL><HR><A NAME="setUpArrow(java.awt.Shape)"><!-- --></A><H3>setUpArrow</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/axis/ValueAxis.html#line.391"><B>setUpArrow</B></A>(java.awt.Shape&nbsp;arrow)</PRE><DL><DD>Sets the shape that can be displayed as an arrow pointing upwards at  the end of an axis line and sends an <A HREF="../../../../org/jfree/chart/event/AxisChangeEvent.html" title="class in org.jfree.chart.event"><CODE>AxisChangeEvent</CODE></A> to all  registered listeners.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>arrow</CODE> - the arrow shape (<code>null</code> not permitted).</DL></DD></DL><HR><A NAME="getDownArrow()"><!-- --></A><H3>getDownArrow</H3><PRE>public jav

⌨️ 快捷键说明

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