| Package | Description |
|---|---|
| org.rhq.enterprise.gui.common.servlet | |
| org.rhq.enterprise.gui.image.chart |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
| Constructor and Description |
|---|
ChartGraphics(Chart chart,
Graphics2D graph) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.