| Package | Description |
|---|---|
| kg.apc.charting | |
| kg.apc.charting.plotters | |
| kg.apc.charting.rows | |
| kg.apc.jmeter.graphs | |
| kg.apc.jmeter.vizualizers |
| Modifier and Type | Method and Description |
|---|---|
static AbstractGraphRow |
AbstractGraphRow.instantiateNewRow(int rowType) |
| Modifier and Type | Method and Description |
|---|---|
void |
CubicSpline.init(AbstractGraphRow row) |
boolean |
GraphPanelChart.isModelContainsRow(AbstractGraphRow row) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphPanelChart.setRows(AbstractMap<String,AbstractGraphRow> aRows) |
| Constructor and Description |
|---|
CubicSpline(AbstractGraphRow row) |
| Constructor and Description |
|---|
GraphModelToCsvExporter(AbstractMap<String,AbstractGraphRow> rows,
File destFile,
String csvSeparator,
char decimalSeparator,
org.apache.jorphan.gui.NumberRenderer renderer,
int hideNonRepValLimit) |
GraphModelToCsvExporter(AbstractMap<String,AbstractGraphRow> rows,
File destFile,
String csvSeparator,
String xAxisLabel,
org.apache.jorphan.gui.NumberRenderer xAxisRenderer,
int hideNonRepValLimit) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRowPlotter.paintRow(Graphics2D g2d,
AbstractGraphRow row,
Color color,
double zoomFactor,
int limitPointFactor) |
protected void |
CSplineRowPlotter.postPaintRow(AbstractGraphRow row,
Graphics2D g2d) |
protected void |
AbstractRowPlotter.postPaintRow(AbstractGraphRow row,
Graphics2D g2d) |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphRowAverages |
class |
GraphRowExactValues |
class |
GraphRowOverallAverages |
class |
GraphRowPercentiles |
class |
GraphRowSimple |
class |
GraphRowSumValues |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentSkipListMap<String,AbstractGraphRow> |
AbstractGraphPanelVisualizer.model |
protected ConcurrentSkipListMap<String,AbstractGraphRow> |
AbstractGraphPanelVisualizer.modelAggregate |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractGraphRow |
AbstractGraphPanelVisualizer.getNewRow(ConcurrentSkipListMap<String,AbstractGraphRow> model,
int rowType,
String label,
int markerSize,
boolean isBarRow,
boolean displayLabel,
boolean thickLines,
boolean showInLegend,
boolean canCompose) |
protected AbstractGraphRow |
AbstractGraphPanelVisualizer.getNewRow(ConcurrentSkipListMap<String,AbstractGraphRow> model,
int rowType,
String label,
int markerSize,
boolean isBarRow,
boolean displayLabel,
boolean thickLines,
boolean showInLegend,
Color color,
boolean canCompose) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphPanel.addRow(AbstractGraphRow row)
check if the row bellows to the selected model and add it to the table
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractGraphRow |
AbstractGraphPanelVisualizer.getNewRow(ConcurrentSkipListMap<String,AbstractGraphRow> model,
int rowType,
String label,
int markerSize,
boolean isBarRow,
boolean displayLabel,
boolean thickLines,
boolean showInLegend,
boolean canCompose) |
protected AbstractGraphRow |
AbstractGraphPanelVisualizer.getNewRow(ConcurrentSkipListMap<String,AbstractGraphRow> model,
int rowType,
String label,
int markerSize,
boolean isBarRow,
boolean displayLabel,
boolean thickLines,
boolean showInLegend,
Color color,
boolean canCompose) |
| Modifier and Type | Method and Description |
|---|---|
AbstractGraphRow |
CompositeModel.getRow(String testName,
String rowName) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<AbstractGraphRow> |
CompositeModel.getRowsIterator(String vizualizerName) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeModel.addRow(String vizualizerName,
AbstractGraphRow row) |
Copyright © 2016. All rights reserved.