Package kg.apc.charting.colors
Class CustomPalette
- java.lang.Object
-
- kg.apc.charting.colors.CustomPalette
-
- All Implemented Interfaces:
java.io.Serializable,ColorsDispatcher
public class CustomPalette extends java.lang.Object implements ColorsDispatcher
Custom Color PaletteDefine custom palette by setting the following in jmeter.properties or user.properties:
jmeterPlugin.customColorsDispatcher = custompalettejmeterPlugin.customColorsDispatcher.options = 112233,aabbff
Where options are a comma separated list of color hex values
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomPalette(java.lang.String options)Implements ColorDispatcher using user supplied custom palette list
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ColorgetNextColor()voidreset()
-
-
-
Method Detail
-
reset
public void reset()
- Specified by:
resetin interfaceColorsDispatcher
-
getNextColor
public java.awt.Color getNextColor()
- Specified by:
getNextColorin interfaceColorsDispatcher
-
-