levelrenderer.html

来自「JFreeChart 9.20的文档 需要用JAVA在网页上做统计图的东东」· HTML 代码 · 共 534 行 · 第 1/5 页

HTML
534
字号
<A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="DEFAULT_ITEM_MARGIN"><!-- --></A><H3>DEFAULT_ITEM_MARGIN</H3><PRE>public static final double <B>DEFAULT_ITEM_MARGIN</B></PRE><DL><DD>The default item margin percentage.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jfree.chart.renderer.LevelRenderer.DEFAULT_ITEM_MARGIN">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"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="LevelRenderer()"><!-- --></A><H3>LevelRenderer</H3><PRE>public <B>LevelRenderer</B>()</PRE><DL><DD>Creates a new renderer with default settings.<P></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="getItemMargin()"><!-- --></A><H3>getItemMargin</H3><PRE>public double <B>getItemMargin</B>()</PRE><DL><DD>Returns the item margin.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>The margin.</DL></DD></DL><HR><A NAME="setItemMargin(double)"><!-- --></A><H3>setItemMargin</H3><PRE>public void <B>setItemMargin</B>(double&nbsp;percent)</PRE><DL><DD>Sets the item margin.  The value is expressed as a percentage of the available width for plotting all the bars, with the resulting amount to be distributed between all the bars evenly.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>percent</CODE> - the new margin.</DL></DD></DL><HR><A NAME="getMaxItemWidth()"><!-- --></A><H3>getMaxItemWidth</H3><PRE>public double <B>getMaxItemWidth</B>()</PRE><DL><DD>Returns the maximum width, as a percentage of the available drawing space.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the maximum width.</DL></DD></DL><HR><A NAME="setMaxItemWidth(double)"><!-- --></A><H3>setMaxItemWidth</H3><PRE>public void <B>setMaxItemWidth</B>(double&nbsp;percent)</PRE><DL><DD>Sets the maximum item width, which is specified as a percentage of the available space for all items, and sends a <A HREF="../../../../org/jfree/chart/event/RendererChangeEvent.html" title="class in org.jfree.chart.event"><CODE>RendererChangeEvent</CODE></A> to all registered listeners.

⌨️ 快捷键说明

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