Uses of Class
kg.apc.charting.AbstractGraphRow
-
Packages that use AbstractGraphRow Package Description kg.apc.charting kg.apc.charting.plotters kg.apc.charting.rows kg.apc.jmeter.graphs kg.apc.jmeter.vizualizers -
-
Uses of AbstractGraphRow in kg.apc.charting
Methods in kg.apc.charting that return AbstractGraphRow Modifier and Type Method Description static AbstractGraphRowAbstractGraphRow. instantiateNewRow(int rowType)Methods in kg.apc.charting with parameters of type AbstractGraphRow Modifier and Type Method Description voidCubicSpline. init(AbstractGraphRow row)booleanGraphPanelChart. isModelContainsRow(AbstractGraphRow row)Method parameters in kg.apc.charting with type arguments of type AbstractGraphRow Modifier and Type Method Description voidGraphPanelChart. setRows(java.util.AbstractMap<java.lang.String,AbstractGraphRow> aRows)Constructors in kg.apc.charting with parameters of type AbstractGraphRow Constructor Description CubicSpline(AbstractGraphRow row)Constructor parameters in kg.apc.charting with type arguments of type AbstractGraphRow Constructor Description GraphModelToCsvExporter(java.util.AbstractMap<java.lang.String,AbstractGraphRow> rows, java.io.File destFile, java.lang.String csvSeparator, char decimalSeparator, org.apache.jorphan.gui.NumberRenderer renderer, int hideNonRepValLimit)GraphModelToCsvExporter(java.util.AbstractMap<java.lang.String,AbstractGraphRow> rows, java.io.File destFile, java.lang.String csvSeparator, java.lang.String xAxisLabel, org.apache.jorphan.gui.NumberRenderer xAxisRenderer, int hideNonRepValLimit) -
Uses of AbstractGraphRow in kg.apc.charting.plotters
Methods in kg.apc.charting.plotters with parameters of type AbstractGraphRow Modifier and Type Method Description voidAbstractRowPlotter. paintRow(java.awt.Graphics2D g2d, AbstractGraphRow row, java.awt.Color color, double zoomFactor, int limitPointFactor)protected voidAbstractRowPlotter. postPaintRow(AbstractGraphRow row, java.awt.Graphics2D g2d)protected voidCSplineRowPlotter. postPaintRow(AbstractGraphRow row, java.awt.Graphics2D g2d) -
Uses of AbstractGraphRow in kg.apc.charting.rows
Subclasses of AbstractGraphRow in kg.apc.charting.rows Modifier and Type Class Description classGraphRowAveragesclassGraphRowExactValuesclassGraphRowOverallAveragesclassGraphRowPercentilesclassGraphRowSimpleclassGraphRowSumValues -
Uses of AbstractGraphRow in kg.apc.jmeter.graphs
Fields in kg.apc.jmeter.graphs with type parameters of type AbstractGraphRow Modifier and Type Field Description protected java.util.concurrent.ConcurrentSkipListMap<java.lang.String,AbstractGraphRow>AbstractGraphPanelVisualizer. modelprotected java.util.concurrent.ConcurrentSkipListMap<java.lang.String,AbstractGraphRow>AbstractGraphPanelVisualizer. modelAggregateMethods in kg.apc.jmeter.graphs that return AbstractGraphRow Modifier and Type Method Description protected AbstractGraphRowAbstractGraphPanelVisualizer. getNewRow(java.util.concurrent.ConcurrentSkipListMap<java.lang.String,AbstractGraphRow> model, int rowType, java.lang.String label, int markerSize, boolean isBarRow, boolean displayLabel, boolean thickLines, boolean showInLegend, boolean canCompose)protected AbstractGraphRowAbstractGraphPanelVisualizer. getNewRow(java.util.concurrent.ConcurrentSkipListMap<java.lang.String,AbstractGraphRow> model, int rowType, java.lang.String label, int markerSize, boolean isBarRow, boolean displayLabel, boolean thickLines, boolean showInLegend, java.awt.Color color, boolean canCompose)Methods in kg.apc.jmeter.graphs with parameters of type AbstractGraphRow Modifier and Type Method Description voidGraphPanel. addRow(AbstractGraphRow row)check if the row bellows to the selected model and add it to the tableMethod parameters in kg.apc.jmeter.graphs with type arguments of type AbstractGraphRow Modifier and Type Method Description protected AbstractGraphRowAbstractGraphPanelVisualizer. getNewRow(java.util.concurrent.ConcurrentSkipListMap<java.lang.String,AbstractGraphRow> model, int rowType, java.lang.String label, int markerSize, boolean isBarRow, boolean displayLabel, boolean thickLines, boolean showInLegend, boolean canCompose)protected AbstractGraphRowAbstractGraphPanelVisualizer. getNewRow(java.util.concurrent.ConcurrentSkipListMap<java.lang.String,AbstractGraphRow> model, int rowType, java.lang.String label, int markerSize, boolean isBarRow, boolean displayLabel, boolean thickLines, boolean showInLegend, java.awt.Color color, boolean canCompose) -
Uses of AbstractGraphRow in kg.apc.jmeter.vizualizers
Methods in kg.apc.jmeter.vizualizers that return AbstractGraphRow Modifier and Type Method Description AbstractGraphRowCompositeModel. getRow(java.lang.String testName, java.lang.String rowName)Methods in kg.apc.jmeter.vizualizers that return types with arguments of type AbstractGraphRow Modifier and Type Method Description java.util.Iterator<AbstractGraphRow>CompositeModel. getRowsIterator(java.lang.String vizualizerName)Methods in kg.apc.jmeter.vizualizers with parameters of type AbstractGraphRow Modifier and Type Method Description voidCompositeModel. addRow(java.lang.String vizualizerName, AbstractGraphRow row)
-