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

📄 index-all.html

📁 java图形报表制作Applet
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<DD>The ChartDataLoader is used to load data read by the ChartApplet to the Chart.
<DT><A HREF="com/objectplanet/chart/Chart.html#depth3dPoint"><B>depth3dPoint</B></A> - 
Variable in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/Chart.html">Chart</A>
<DD>&nbsp;
<DT><A HREF="com/objectplanet/chart/ChartApplet.html#destroy()"><B>destroy()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/ChartApplet.html">ChartApplet</A>
<DD>Releases all the resources claimed by the applet.
<DT><A HREF="com/objectplanet/chart/Chart.html#displayFloatingLabel(int, int)"><B>displayFloatingLabel(int, int)</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/Chart.html">Chart</A>
<DD>Displays the floating labels for the specified series and/or sample.
<DT><A HREF="com/objectplanet/chart/ext/PlotterChart.html#displayFloatingLabel(int, int)"><B>displayFloatingLabel(int, int)</B></A> - 
Method in class com.objectplanet.chart.ext.<A HREF="com/objectplanet/chart/ext/PlotterChart.html">PlotterChart</A>
<DD>Displays the floating labels for the specified series and/or sample.
<DT><A HREF="com/objectplanet/chart/ChartApplet.html#doLayout()"><B>doLayout()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/ChartApplet.html">ChartApplet</A>
<DD>Sets the proper size of the chart.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="com/objectplanet/chart/ChartServlet.html#encodeChartImage(java.awt.Image, int, int, java.io.OutputStream, javax.servlet.ServletResponse)"><B>encodeChartImage(Image, int, int, OutputStream, ServletResponse)</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/ChartServlet.html">ChartServlet</A>
<DD>Encodes the specified java image to a jpeg/png bytestream. 
<DT><A HREF="com/objectplanet/chart/ChartServlet.html#encoding"><B>encoding</B></A> - 
Variable in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/ChartServlet.html">ChartServlet</A>
<DD>The encoding used to read data from an URL.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="com/objectplanet/chart/Chart.html#FLOATING"><B>FLOATING</B></A> - 
Static variable in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/Chart.html">Chart</A>
<DD>Floating labels display when mouse is over a sample.
<DT><A HREF="com/objectplanet/chart/ext/PlotterChart.html#FLOATING"><B>FLOATING</B></A> - 
Static variable in class com.objectplanet.chart.ext.<A HREF="com/objectplanet/chart/ext/PlotterChart.html">PlotterChart</A>
<DD>Floating labels display when mouse is over a sample.
<DT><A HREF="com/objectplanet/chart/Chart.html#forceRepaint()"><B>forceRepaint()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/Chart.html">Chart</A>
<DD>Forces immidiate repaint of the chart.
<DT><A HREF="com/objectplanet/chart/ChartServlet.html#format"><B>format</B></A> - 
Variable in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/ChartServlet.html">ChartServlet</A>
<DD>The image format to use.
<DT><A HREF="com/objectplanet/chart/Chart.html#formatNumber(double, int)"><B>formatNumber(double, int)</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/Chart.html">Chart</A>
<DD>Formats a floating number to the number of decimals given. 
<DT><A HREF="com/objectplanet/chart/ext/PlotterChart.html#formatNumber(double, int)"><B>formatNumber(double, int)</B></A> - 
Method in class com.objectplanet.chart.ext.<A HREF="com/objectplanet/chart/ext/PlotterChart.html">PlotterChart</A>
<DD>Formats a floating number to the number of decimals given. 
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="com/objectplanet/chart/ChartServlet.html#generateImagemap(java.lang.String, javax.servlet.ServletRequest, javax.servlet.ServletResponse)"><B>generateImagemap(String, ServletRequest, ServletResponse)</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/ChartServlet.html">ChartServlet</A>
<DD>Generates and prints out an imagemap to implement drilldown functionality for the chart.
<DT><A HREF="com/objectplanet/chart/Chart.html#get3DDepth()"><B>get3DDepth()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/Chart.html">Chart</A>
<DD>Gets the depth of the 3D effect.
<DT><A HREF="com/objectplanet/chart/PieChart.html#getAngle()"><B>getAngle()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/PieChart.html">PieChart</A>
<DD>Gets the angle of the pie chart.
<DT><A HREF="com/objectplanet/chart/ChartApplet.html#getAppletContext()"><B>getAppletContext()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/ChartApplet.html">ChartApplet</A>
<DD>Gets the applet context. 
<DT><A HREF="com/objectplanet/chart/BarChart.html#getBarBounds(int, int)"><B>getBarBounds(int, int)</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/BarChart.html">BarChart</A>
<DD>Gets the bounds of the specified bar.
<DT><A HREF="com/objectplanet/chart/BarChart.html#getBarLabelColor(int)"><B>getBarLabelColor(int)</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/BarChart.html">BarChart</A>
<DD>Gets the color of the bar label of the specified sample.
<DT><A HREF="com/objectplanet/chart/BarChart.html#getBarLabels()"><B>getBarLabels()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/BarChart.html">BarChart</A>
<DD>Gets the bar labels. 
<DT><A HREF="com/objectplanet/chart/BarChart.html#getBarType()"><B>getBarType()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/BarChart.html">BarChart</A>
<DD>Gets the current bar type in multiple series charts.
<DT><A HREF="com/objectplanet/chart/BarChart.html#getBarWidth()"><B>getBarWidth()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/BarChart.html">BarChart</A>
<DD>Gets the relative width of each bar.
<DT><A HREF="com/objectplanet/chart/ChartDataLoader.html#getBooleanValues(java.lang.String)"><B>getBooleanValues(String)</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/ChartDataLoader.html">ChartDataLoader</A>
<DD>Converts a comma seperated true/false string to a boolean array.
<DT><A HREF="com/objectplanet/chart/Chart.html#getChartBackground()"><B>getChartBackground()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/Chart.html">Chart</A>
<DD>Gets the color of the chart background itself.
<DT><A HREF="com/objectplanet/chart/ext/PlotterChart.html#getChartBackground()"><B>getChartBackground()</B></A> - 
Method in class com.objectplanet.chart.ext.<A HREF="com/objectplanet/chart/ext/PlotterChart.html">PlotterChart</A>
<DD>Gets the color of the chart background itself.
<DT><A HREF="com/objectplanet/chart/Chart.html#getChartData()"><B>getChartData()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/Chart.html">Chart</A>
<DD>Gets the chart data for this chart.
<DT><A HREF="com/objectplanet/chart/Chart.html#getChartForeground()"><B>getChartForeground()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/Chart.html">Chart</A>
<DD>Gets the color of the chart foreground itself.
<DT><A HREF="com/objectplanet/chart/ext/PlotterChart.html#getChartForeground()"><B>getChartForeground()</B></A> - 
Method in class com.objectplanet.chart.ext.<A HREF="com/objectplanet/chart/ext/PlotterChart.html">PlotterChart</A>
<DD>Gets the color of the chart foreground itself.
<DT><A HREF="com/objectplanet/chart/ChartApplet.html#getColorValues(java.lang.String)"><B>getColorValues(String)</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/ChartApplet.html">ChartApplet</A>
<DD>Converts a comma seperated string to a color array.
<DT><A HREF="com/objectplanet/chart/ChartDataLoader.html#getColorValues(java.lang.String)"><B>getColorValues(String)</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/ChartDataLoader.html">ChartDataLoader</A>
<DD>Converts a comma seperated string to a color array.
<DT><A HREF="com/objectplanet/chart/Chart.html#getCurrentLowerRange(int)"><B>getCurrentLowerRange(int)</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/Chart.html">Chart</A>
<DD>Gets the current lower range of the specified range.
<DT><A HREF="com/objectplanet/chart/Chart.html#getCurrentRange(int)"><B>getCurrentRange(int)</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/Chart.html">Chart</A>
<DD>Gets the current upper range of the specified range.
<DT><A HREF="com/objectplanet/chart/Chart.html#getDataBounds(java.awt.Rectangle)"><B>getDataBounds(Rectangle)</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/Chart.html">Chart</A>
<DD>This method returns the bounding box for the data to be drawn in.
<DT><A HREF="com/objectplanet/chart/PieChart.html#getDepth()"><B>getDepth()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/PieChart.html">PieChart</A>
<DD>Gets the depth of the pie.
<DT><A HREF="com/objectplanet/chart/PieChart.html#getDetachedDistance()"><B>getDetachedDistance()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/PieChart.html">PieChart</A>
<DD>Gets the default detach distance.
<DT><A HREF="com/objectplanet/chart/PieChart.html#getDetachedSlice(int, int)"><B>getDetachedSlice(int, int)</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/PieChart.html">PieChart</A>
<DD>Gets the distance a pie slice is detached from the given pie.
<DT><A HREF="com/objectplanet/chart/ChartApplet.html#getDocumentBase()"><B>getDocumentBase()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/ChartApplet.html">ChartApplet</A>
<DD>Gets the document base.
<DT><A HREF="com/objectplanet/chart/ChartApplet.html#getDoubleValues(java.lang.String)"><B>getDoubleValues(String)</B></A> - 
Static method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/ChartApplet.html">ChartApplet</A>
<DD>Convers a string parameter to an array of double values.
<DT><A HREF="com/objectplanet/chart/ChartDataLoader.html#getDoubleValues(java.lang.String)"><B>getDoubleValues(String)</B></A> - 
Static method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/ChartDataLoader.html">ChartDataLoader</A>
<DD>Convers a string parameter to an array of double values.
<DT><A HREF="com/objectplanet/chart/ChartSample.html#getFloatValue()"><B>getFloatValue()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/ChartSample.html">ChartSample</A>
<DD>Gets the value as a floating point.  
<DT><A HREF="com/objectplanet/chart/Chart.html#getFont(java.lang.String)"><B>getFont(String)</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/Chart.html">Chart</A>
<DD>Gets the font for the specified label. 
<DT><A HREF="com/objectplanet/chart/ext/PlotterChart.html#getFont(java.lang.String)"><B>getFont(String)</B></A> - 
Method in class com.objectplanet.chart.ext.<A HREF="com/objectplanet/chart/ext/PlotterChart.html">PlotterChart</A>
<DD>Gets the font for the specified label. 
<DT><A HREF="com/objectplanet/chart/BarChart.html#getGraphBounds()"><B>getGraphBounds()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/BarChart.html">BarChart</A>
<DD>Calculates the bounding rectangle of the graph itself, based on which features are on and how they are configured.
<DT><A HREF="com/objectplanet/chart/LineChart.html#getGraphBounds()"><B>getGraphBounds()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/LineChart.html">LineChart</A>
<DD>Calculates the bounding rectangle of the graph itself, based on which features are on and how they are configured.
<DT><A HREF="com/objectplanet/chart/PieChart.html#getGraphBounds()"><B>getGraphBounds()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/PieChart.html">PieChart</A>
<DD>Calculates the bounding rectangle of the graph itself, based on which features are on and how they are configured.
<DT><A HREF="com/objectplanet/chart/Chart.html#getGraphBounds()"><B>getGraphBounds()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/Chart.html">Chart</A>
<DD>This method returns the bounding box for the chart grid.
<DT><A HREF="com/objectplanet/chart/ext/PlotterChart.html#getGraphBounds()"><B>getGraphBounds()</B></A> - 
Method in class com.objectplanet.chart.ext.<A HREF="com/objectplanet/chart/ext/PlotterChart.html">PlotterChart</A>
<DD>Calculates the bounding rectangle of the graph itself, based on which features are on and how they are configured.
<DT><A HREF="com/objectplanet/chart/Chart.html#getGraphInsets()"><B>getGraphInsets()</B></A> - 
Method in class com.objectplanet.chart.<A HREF="com/objectplanet/chart/Chart.html">Chart</A>
<DD>Gets the graph insets.
<DT><A HREF="com/objectplanet/chart/ext/PlotterChart.html#getGraphInsets()"><B>getGraphInsets()</B></A> - 

⌨️ 快捷键说明

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