| Package | Description |
|---|---|
| kg.apc.charting | |
| kg.apc.charting.colors | |
| kg.apc.jmeter.graphs |
| Modifier and Type | Method and Description |
|---|---|
static ColorsDispatcher |
ColorsDispatcherFactory.getColorsDispatcher() |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomPalette
Custom Color Palette
Define custom palette by setting the following in jmeter.properties or user.properties:
jmeterPlugin.customColorsDispatcher = custompalette
jmeterPlugin.customColorsDispatcher.options = 112233,aabbff
Where options are a comma separated list of color hex values |
class |
CycleColors |
class |
HueRotatePalette
Rotating Hue Color Palette
Creates rotating hue palette by setting the following in jmeter.properties or user.properties:
jmeterPlugin.customColorsDispatcher = huerotate
jmeterPlugin.customColorsDispatcher.options = 9C27B0,8,4
Where options define 3 fields
options[0] - Starting color
options[1] - Number of proportional rotations
options[2] - black->gray gradient steps to generate |
| Modifier and Type | Field and Description |
|---|---|
protected ColorsDispatcher |
AbstractGraphPanelVisualizer.colors |
Copyright © 2016. All rights reserved.