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

📄 cyclicnumberaxis.html

📁 jfreechart最新源代码
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<DL><DD>The advance line is the line drawn at the limit of the current cycle,  when erasing the previous cycle.<P><DD><DL><DT><B>Returns:</B><DD>A boolean.</DL></DD></DL><HR><A NAME="setAdvanceLineVisible(boolean)"><!-- --></A><H3>setAdvanceLineVisible</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/axis/CyclicNumberAxis.html#line.217"><B>setAdvanceLineVisible</B></A>(boolean&nbsp;visible)</PRE><DL><DD>The advance line is the line drawn at the limit of the current cycle,  when erasing the previous cycle.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>visible</CODE> - the flag.</DL></DD></DL><HR><A NAME="getAdvanceLinePaint()"><!-- --></A><H3>getAdvanceLinePaint</H3><PRE>public java.awt.Paint <A HREF="../../../../src-html/org/jfree/chart/axis/CyclicNumberAxis.html#line.227"><B>getAdvanceLinePaint</B></A>()</PRE><DL><DD>The advance line is the line drawn at the limit of the current cycle,  when erasing the previous cycle.<P><DD><DL><DT><B>Returns:</B><DD>The paint (never <code>null</code>).</DL></DD></DL><HR><A NAME="setAdvanceLinePaint(java.awt.Paint)"><!-- --></A><H3>setAdvanceLinePaint</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/axis/CyclicNumberAxis.html#line.237"><B>setAdvanceLinePaint</B></A>(java.awt.Paint&nbsp;paint)</PRE><DL><DD>The advance line is the line drawn at the limit of the current cycle,  when erasing the previous cycle.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>paint</CODE> - the paint (<code>null</code> not permitted).</DL></DD></DL><HR><A NAME="getAdvanceLineStroke()"><!-- --></A><H3>getAdvanceLineStroke</H3><PRE>public java.awt.Stroke <A HREF="../../../../src-html/org/jfree/chart/axis/CyclicNumberAxis.html#line.250"><B>getAdvanceLineStroke</B></A>()</PRE><DL><DD>The advance line is the line drawn at the limit of the current cycle,  when erasing the previous cycle.<P><DD><DL><DT><B>Returns:</B><DD>The stroke (never <code>null</code>).</DL></DD></DL><HR><A NAME="setAdvanceLineStroke(java.awt.Stroke)"><!-- --></A><H3>setAdvanceLineStroke</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/axis/CyclicNumberAxis.html#line.259"><B>setAdvanceLineStroke</B></A>(java.awt.Stroke&nbsp;stroke)</PRE><DL><DD>The advance line is the line drawn at the limit of the current cycle,  when erasing the previous cycle.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>stroke</CODE> - the stroke (<code>null</code> not permitted).</DL></DD></DL><HR><A NAME="isBoundMappedToLastCycle()"><!-- --></A><H3>isBoundMappedToLastCycle</H3><PRE>public boolean <A HREF="../../../../src-html/org/jfree/chart/axis/CyclicNumberAxis.html#line.280"><B>isBoundMappedToLastCycle</B></A>()</PRE><DL><DD>The cycle bound can be associated either with the current or with the  last cycle.  It's up to the user's choice to decide which, as this is  just a convention.  By default, the cycle bound is mapped to the current cycle. <br> Note that this has no effect on visual appearance, as the cycle bound is mapped successively for both axis ends. Use this function for correct  results in translateValueToJava2D.<P><DD><DL><DT><B>Returns:</B><DD><code>true</code> if the cycle bound is mapped to the last          cycle, <code>false</code> if it is bound to the current cycle          (default)</DL></DD></DL><HR><A NAME="setBoundMappedToLastCycle(boolean)"><!-- --></A><H3>setBoundMappedToLastCycle</H3><PRE>public void <A HREF="../../../../src-html/org/jfree/chart/axis/CyclicNumberAxis.html#line.297"><B>setBoundMappedToLastCycle</B></A>(boolean&nbsp;boundMappedToLastCycle)</PRE><DL><DD>The cycle bound can be associated either with the current or with the  last cycle.  It's up to the user's choice to decide which, as this is  just a convention. By default, the cycle bound is mapped to the current  cycle.  <br> Note that this has no effect on visual appearance, as the cycle bound is mapped successively for both axis ends. Use this function for correct  results in valueToJava2D.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>boundMappedToLastCycle</CODE> - Set it to true to map the cycle bound to         the last cycle.</DL></DD></DL><HR><A NAME="selectHorizontalAutoTickUnit(java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge)"><!-- --></A><H3>selectHorizontalAutoTickUnit</H3><PRE>protected void <A HREF="../../../../src-html/org/jfree/chart/axis/CyclicNumberAxis.html#line.309"><B>selectHorizontalAutoTickUnit</B></A>(java.awt.Graphics2D&nbsp;g2,                                            java.awt.geom.Rectangle2D&nbsp;drawArea,                                            java.awt.geom.Rectangle2D&nbsp;dataArea,                                            org.jfree.ui.RectangleEdge&nbsp;edge)</PRE><DL><DD>Selects a tick unit when the axis is displayed horizontally.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>g2</CODE> - the graphics device.<DD><CODE>drawArea</CODE> - the drawing area.<DD><CODE>dataArea</CODE> - the data area.<DD><CODE>edge</CODE> - the side of the rectangle on which the axis is displayed.</DL></DD></DL><HR><A NAME="selectVerticalAutoTickUnit(java.awt.Graphics2D, java.awt.geom.Rectangle2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge)"><!-- --></A><H3>selectVerticalAutoTickUnit</H3><PRE>protected void <A HREF="../../../../src-html/org/jfree/chart/axis/CyclicNumberAxis.html#line.336"><B>selectVerticalAutoTickUnit</B></A>(java.awt.Graphics2D&nbsp;g2,                                          java.awt.geom.Rectangle2D&nbsp;drawArea,                                          java.awt.geom.Rectangle2D&nbsp;dataArea,                                          org.jfree.ui.RectangleEdge&nbsp;edge)</PRE><DL><DD>Selects a tick unit when the axis is displayed vertically.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>g2</CODE> - the graphics device.<DD><CODE>drawArea</CODE> - the drawing area.<DD><CODE>dataArea</CODE> - the data area.<DD><CODE>edge</CODE> - the side of the rectangle on which the axis is displayed.</DL></DD></DL><HR><A NAME="calculateAnchorPoint(org.jfree.chart.axis.ValueTick, double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge)"><!-- --></A><H3>calculateAnchorPoint</H3><PRE>protected float[] <A HREF="../../../../src-html/org/jfree/chart/axis/CyclicNumberAxis.html#line.394"><B>calculateAnchorPoint</B></A>(<A HREF="../../../../org/jfree/chart/axis/ValueTick.html" title="class in org.jfree.chart.axis">ValueTick</A>&nbsp;tick,                                       double&nbsp;cursor,                                       java.awt.geom.Rectangle2D&nbsp;dataArea,                                       org.jfree.ui.RectangleEdge&nbsp;edge)</PRE><DL><DD>Calculates the anchor point for a tick.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/jfree/chart/axis/ValueAxis.html#calculateAnchorPoint(org.jfree.chart.axis.ValueTick, double, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge)">calculateAnchorPoint</A></CODE> in class <CODE><A HREF="../../../../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>tick</CODE> - the tick.<DD><CODE>cursor</CODE> - the cursor.<DD><CODE>dataArea</CODE> - the data area.<DD><CODE>edge</CODE> - the side on which the axis is displayed.<DT><B>Returns:</B><DD>The anchor point.</DL></DD></DL><HR><A NAME="refreshTicksHorizontal(java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge)"><!-- --></A><H3>refreshTicksHorizontal</H3><PRE>protected java.util.List <A HREF="../../../../src-html/org/jfree/chart/axis/CyclicNumberAxis.html#line.422"><B>refreshTicksHorizontal</B></A>(java.awt.Graphics2D&nbsp;g2,                                                java.awt.geom.Rectangle2D&nbsp;dataArea,                                                org.jfree.ui.RectangleEdge&nbsp;edge)</PRE><DL><DD>Builds a list of ticks for the axis.  This method is called when the  axis is at the top or bottom of the chart (so the axis is "horizontal").<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/jfree/chart/axis/NumberAxis.html#refreshTicksHorizontal(java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge)">refreshTicksHorizontal</A></CODE> in class <CODE><A HREF="../../../../org/jfree/chart/axis/NumberAxis.html" title="class in org.jfree.chart.axis">NumberAxis</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>g2</CODE> - the graphics device.<DD><CODE>dataArea</CODE> - the data area.<DD><CODE>edge</CODE> - the edge.<DT><B>Returns:</B><DD>A list of ticks.</DL></DD></DL><HR><A NAME="refreshVerticalTicks(java.awt.Graphics2D, java.awt.geom.Rectangle2D, org.jfree.ui.RectangleEdge)"><!-- --></A><H3>refreshVerticalTicks</H3><PRE>protected java.util.List <A HREF="../../../../src-html/org/jfree/chart/axis/CyclicNumberAxis.html#line.575"><B>refreshVerticalTicks</B></A>(java.awt.Graphics2D&nbsp;g2,                                              java.awt.geom.Rectangle2D&nbsp;dataArea,                      

⌨️ 快捷键说明

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