|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Chart | |
|---|---|
| org.rhq.enterprise.gui.common.servlet | |
| org.rhq.enterprise.gui.image.chart | |
| Uses of Chart in org.rhq.enterprise.gui.common.servlet |
|---|
| Methods in org.rhq.enterprise.gui.common.servlet that return Chart | |
|---|---|
protected Chart |
AvailabilityStoplightChartServlet.createChart()
|
protected Chart |
AvailHealthChartServlet.createChart()
Create and return the chart. |
protected Chart |
PerformanceChartServlet.createChart()
Create and return the chart. |
protected Chart |
MetricChartServlet.createChart()
Create and return the chart. |
protected abstract Chart |
ChartServlet.createChart()
Create and return the chart. |
protected Chart |
HighLowChartServlet.createChart()
|
protected Chart |
UsageHealthChartServlet.createChart()
Create and return the chart. |
| Methods in org.rhq.enterprise.gui.common.servlet with parameters of type Chart | |
|---|---|
protected void |
MetricChartServlet.initializeChart(Chart chart)
Initialize the chart. |
protected void |
VerticalChartServlet.initializeChart(Chart chart)
Initialize the chart. |
protected void |
ChartServlet.initializeChart(Chart chart)
Initialize the chart. |
protected void |
HighLowChartServlet.initializeChart(Chart chart)
Initialize the chart. |
protected void |
CurrentHealthChartServlet.initializeChart(Chart chart)
|
protected void |
AvailabilityStoplightChartServlet.plotData(javax.servlet.http.HttpServletRequest request,
Chart chart)
|
protected void |
PerformanceChartServlet.plotData(javax.servlet.http.HttpServletRequest request,
Chart chart)
This method will be called automatically by the ChartServlet. |
protected void |
MetricChartServlet.plotData(javax.servlet.http.HttpServletRequest request,
Chart chart)
This method will be called automatically by the ChartServlet. |
protected abstract void |
ChartServlet.plotData(javax.servlet.http.HttpServletRequest request,
Chart chart)
This method will be called automatically by the ChartServlet. |
protected void |
HighLowChartServlet.plotData(javax.servlet.http.HttpServletRequest request,
Chart chart)
|
protected void |
CurrentHealthChartServlet.plotData(javax.servlet.http.HttpServletRequest request,
Chart chart)
This method will be called automatically by the ChartServlet. |
| Uses of Chart in org.rhq.enterprise.gui.image.chart |
|---|
| Subclasses of Chart in org.rhq.enterprise.gui.image.chart | |
|---|---|
class |
AreaChart
HighLowChart draws a horizontal chart with shaded areas to display the data point values. |
class |
AvailabilityChart
AvailabilityChart is a stacked line chart where the stack is always made up of two segments that add up to 100. |
class |
AvailabilityReportChart
|
class |
ColumnChart
ColumnChart draws a chart with vertical bars that represent the value of each data point. |
class |
ColumnLineChart
ColumnLineChart draws a chart with vertical bars that represent the value of each data point with a connecting data points on top of the bars. |
class |
HealthChart
|
class |
HighLowChart
HighLowChart draws a horizontal chart with columns that display the high, low and average values for each time unit on the chart. |
class |
HorizontalChart
|
class |
LineChart
LineChart draws a horizontal chart with a line that represents data point along the line. |
class |
PerformanceChart
|
class |
StackedPerformanceChart
|
class |
UsageChart
|
class |
VerticalChart
|
| Constructors in org.rhq.enterprise.gui.image.chart with parameters of type Chart | |
|---|---|
ChartGraphics(Chart chart,
Graphics2D graph)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||