📄 index-19.html
字号:
Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/PolarPlot.html" title="class in org.jfree.chart.plot">PolarPlot</A><DD>Sets the flag that controls whether or not the angle labels are visible, and sends a <A HREF="../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><CODE>PlotChangeEvent</CODE></A> to all registered listeners.<DT><A HREF="../org/jfree/chart/JFreeChart.html#setAntiAlias(boolean)"><B>setAntiAlias(boolean)</B></A> - Method in class org.jfree.chart.<A HREF="../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</A><DD>Sets a flag that indicates whether or not anti-aliasing is used when the chart is drawn.<DT><A HREF="../org/jfree/chart/entity/ChartEntity.html#setArea(java.awt.Shape)"><B>setArea(Shape)</B></A> - Method in class org.jfree.chart.entity.<A HREF="../org/jfree/chart/entity/ChartEntity.html" title="class in org.jfree.chart.entity">ChartEntity</A><DD>Sets the area for the entity.<DT><A HREF="../org/jfree/chart/block/BlockContainer.html#setArrangement(org.jfree.chart.block.Arrangement)"><B>setArrangement(Arrangement)</B></A> - Method in class org.jfree.chart.block.<A HREF="../org/jfree/chart/block/BlockContainer.html" title="class in org.jfree.chart.block">BlockContainer</A><DD>Sets the arrangement (layout) manager.<DT><A HREF="../org/jfree/chart/annotations/XYPointerAnnotation.html#setArrowLength(double)"><B>setArrowLength(double)</B></A> - Method in class org.jfree.chart.annotations.<A HREF="../org/jfree/chart/annotations/XYPointerAnnotation.html" title="class in org.jfree.chart.annotations">XYPointerAnnotation</A><DD>Sets the arrow length.<DT><A HREF="../org/jfree/chart/annotations/XYPointerAnnotation.html#setArrowPaint(java.awt.Paint)"><B>setArrowPaint(Paint)</B></A> - Method in class org.jfree.chart.annotations.<A HREF="../org/jfree/chart/annotations/XYPointerAnnotation.html" title="class in org.jfree.chart.annotations">XYPointerAnnotation</A><DD>Sets the paint used for the arrow.<DT><A HREF="../org/jfree/chart/annotations/XYPointerAnnotation.html#setArrowStroke(java.awt.Stroke)"><B>setArrowStroke(Stroke)</B></A> - Method in class org.jfree.chart.annotations.<A HREF="../org/jfree/chart/annotations/XYPointerAnnotation.html" title="class in org.jfree.chart.annotations">XYPointerAnnotation</A><DD>Sets the stroke used to draw the arrow line.<DT><A HREF="../org/jfree/chart/annotations/XYPointerAnnotation.html#setArrowWidth(double)"><B>setArrowWidth(double)</B></A> - Method in class org.jfree.chart.annotations.<A HREF="../org/jfree/chart/annotations/XYPointerAnnotation.html" title="class in org.jfree.chart.annotations">XYPointerAnnotation</A><DD>Sets the arrow width.<DT><A HREF="../org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.html#setArtifactPaint(java.awt.Paint)"><B>setArtifactPaint(Paint)</B></A> - Method in class org.jfree.chart.renderer.category.<A HREF="../org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.html" title="class in org.jfree.chart.renderer.category">BoxAndWhiskerRenderer</A><DD>Sets the paint used to color the median and average markers.<DT><A HREF="../org/jfree/chart/renderer/xy/XYBoxAndWhiskerRenderer.html#setArtifactPaint(java.awt.Paint)"><B>setArtifactPaint(Paint)</B></A> - Method in class org.jfree.chart.renderer.xy.<A HREF="../org/jfree/chart/renderer/xy/XYBoxAndWhiskerRenderer.html" title="class in org.jfree.chart.renderer.xy">XYBoxAndWhiskerRenderer</A><DD>Sets the paint used to paint the various artifacts such as outliers, farout symbol, median line and the averages ellipse.<DT><A HREF="../org/jfree/chart/labels/StandardPieSectionLabelGenerator.html#setAttributedLabel(int, java.text.AttributedString)"><B>setAttributedLabel(int, AttributedString)</B></A> - Method in class org.jfree.chart.labels.<A HREF="../org/jfree/chart/labels/StandardPieSectionLabelGenerator.html" title="class in org.jfree.chart.labels">StandardPieSectionLabelGenerator</A><DD>Sets the attributed label for a section.<DT><A HREF="../org/jfree/chart/axis/ValueAxis.html#setAutoRange(boolean)"><B>setAutoRange(boolean)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</A><DD>Sets a flag that determines whether or not the axis range is automatically adjusted to fit the data, and notifies registered listeners that the axis has been modified.<DT><A HREF="../org/jfree/chart/axis/ValueAxis.html#setAutoRange(boolean, boolean)"><B>setAutoRange(boolean, boolean)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</A><DD>Sets the auto range attribute.<DT><A HREF="../org/jfree/chart/axis/NumberAxis.html#setAutoRangeIncludesZero(boolean)"><B>setAutoRangeIncludesZero(boolean)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/NumberAxis.html" title="class in org.jfree.chart.axis">NumberAxis</A><DD>Sets the flag that indicates whether or not the axis range, if automatically calculated, is forced to include zero.<DT><A HREF="../org/jfree/chart/axis/CyclicNumberAxis.html#setAutoRangeMinimumSize(double, boolean)"><B>setAutoRangeMinimumSize(double, boolean)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/CyclicNumberAxis.html" title="class in org.jfree.chart.axis">CyclicNumberAxis</A><DD>This function is nearly useless since the auto range is fixed for this class to the period.<DT><A HREF="../org/jfree/chart/axis/ValueAxis.html#setAutoRangeMinimumSize(double)"><B>setAutoRangeMinimumSize(double)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</A><DD>Sets the auto range minimum size 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.<DT><A HREF="../org/jfree/chart/axis/ValueAxis.html#setAutoRangeMinimumSize(double, boolean)"><B>setAutoRangeMinimumSize(double, boolean)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</A><DD>Sets the minimum size allowed for the axis range when it is automatically calculated.<DT><A HREF="../org/jfree/chart/axis/LogarithmicAxis.html#setAutoRangeNextLogFlag(boolean)"><B>setAutoRangeNextLogFlag(boolean)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/LogarithmicAxis.html" title="class in org.jfree.chart.axis">LogarithmicAxis</A><DD>Sets the 'autoRangeNextLogFlag' flag.<DT><A HREF="../org/jfree/chart/axis/NumberAxis.html#setAutoRangeStickyZero(boolean)"><B>setAutoRangeStickyZero(boolean)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/NumberAxis.html" title="class in org.jfree.chart.axis">NumberAxis</A><DD>Sets a flag that affects the auto-range when zero falls outside the data range but inside the margins defined for the axis.<DT><A HREF="../org/jfree/chart/axis/PeriodAxis.html#setAutoRangeTimePeriodClass(java.lang.Class)"><B>setAutoRangeTimePeriodClass(Class)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/PeriodAxis.html" title="class in org.jfree.chart.axis">PeriodAxis</A><DD>Sets the class used to create the first and last time periods for the axis range when the auto-range flag is set to <code>true</code> 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.<DT><A HREF="../org/jfree/chart/axis/ValueAxis.html#setAutoTickIndex(int)"><B>setAutoTickIndex(int)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</A><DD>Sets the auto tick index.<DT><A HREF="../org/jfree/chart/axis/ValueAxis.html#setAutoTickUnitSelection(boolean)"><B>setAutoTickUnitSelection(boolean)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</A><DD>Sets a flag indicating whether or not the tick unit is automatically selected from a range of standard tick units.<DT><A HREF="../org/jfree/chart/axis/ValueAxis.html#setAutoTickUnitSelection(boolean, boolean)"><B>setAutoTickUnitSelection(boolean, boolean)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</A><DD>Sets a flag indicating whether or not the tick unit is automatically selected from a range of standard tick units.<DT><A HREF="../org/jfree/data/xy/CategoryTableXYDataset.html#setAutoWidth(boolean)"><B>setAutoWidth(boolean)</B></A> - Method in class org.jfree.data.xy.<A HREF="../org/jfree/data/xy/CategoryTableXYDataset.html" title="class in org.jfree.data.xy">CategoryTableXYDataset</A><DD>Sets the flag that indicates whether the interval width is automatically calculated or not.<DT><A HREF="../org/jfree/data/xy/DefaultTableXYDataset.html#setAutoWidth(boolean)"><B>setAutoWidth(boolean)</B></A> - Method in class org.jfree.data.xy.<A HREF="../org/jfree/data/xy/DefaultTableXYDataset.html" title="class in org.jfree.data.xy">DefaultTableXYDataset</A><DD>Sets the flag that indicates whether the interval width is automatically calculated or not.<DT><A HREF="../org/jfree/data/xy/IntervalXYDelegate.html#setAutoWidth(boolean)"><B>setAutoWidth(boolean)</B></A> - Method in class org.jfree.data.xy.<A HREF="../org/jfree/data/xy/IntervalXYDelegate.html" title="class in org.jfree.data.xy">IntervalXYDelegate</A><DD>Sets the flag that indicates whether the interval width is automatically calculated.<DT><A HREF="../org/jfree/data/xy/XYSeriesCollection.html#setAutoWidth(boolean)"><B>setAutoWidth(boolean)</B></A> - Method in class org.jfree.data.xy.<A HREF="../org/jfree/data/xy/XYSeriesCollection.html" title="class in org.jfree.data.xy">XYSeriesCollection</A><DD>Sets the flag that indicates wether the interval width is automatically calculated or not.<DT><A HREF="../org/jfree/chart/renderer/xy/CandlestickRenderer.html#setAutoWidthFactor(double)"><B>setAutoWidthFactor(double)</B></A> - Method in class org.jfree.chart.renderer.xy.<A HREF="../org/jfree/chart/renderer/xy/CandlestickRenderer.html" title="class in org.jfree.chart.renderer.xy">CandlestickRenderer</A><DD>Sets the factor by which the available space automatically calculated for the candles will be multiplied to determine the actual width to use.<DT><A HREF="../org/jfree/chart/renderer/xy/CandlestickRenderer.html#setAutoWidthGap(double)"><B>setAutoWidthGap(double)</B></A> - Method in class org.jfree.chart.renderer.xy.<A HREF="../org/jfree/chart/renderer/xy/CandlestickRenderer.html" title="class in org.jfree.chart.renderer.xy">CandlestickRenderer</A><DD>Sets the amount of space to leave on the left and right of each candle when automatically calculating widths.<DT><A HREF="../org/jfree/chart/renderer/xy/CandlestickRenderer.html#setAutoWidthMethod(int)"><B>setAutoWidthMethod(int)</B></A> - Method in class org.jfree.chart.renderer.xy.<A HREF="../org/jfree/chart/renderer/xy/CandlestickRenderer.html" title="class in org.jfree.chart.renderer.xy">CandlestickRenderer</A><DD>Sets the method of automatically calculating the candle width.<DT><A HREF="../org/jfree/chart/renderer/OutlierList.html#setAveragedOutlier(org.jfree.chart.renderer.Outlier)"><B>setAveragedOutlier(Outlier)</B></A> - Method in class org.jfree.chart.renderer.<A HREF="../org/jfree/chart/renderer/OutlierList.html" title="class in org.jfree.chart.renderer">OutlierList</A><DD>Sets the averaged outlier.<DT><A HREF="../org/jfree/chart/axis/ColorBar.html#setAxis(org.jfree.chart.axis.ValueAxis)"><B>setAxis(ValueAxis)</B></A> - Method in class org.jfree.chart.axis.<A HREF="../org/jfree/chart/axis/ColorBar.html" title="class in org.jfree.chart.axis">ColorBar</A><DD>Sets the axis.<DT><A HREF="../org/jfree/chart/plot/PolarPlot.html#setAxis(org.jfree.chart.axis.ValueAxis)"><B>setAxis(ValueAxis)</B></A> - Method in class org.jfree.chart.plot.<A HREF="../org/jfree/chart/plot/PolarPlot.html" title="class in org.jfree.chart.plot">PolarPlot</A><DD>Sets the axis for the plot and sends a <A HREF="../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><CODE>PlotChangeEvent</CODE></A> to all
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -