Class CustomPalette

  • All Implemented Interfaces:
    java.io.Serializable, ColorsDispatcher

    public class CustomPalette
    extends java.lang.Object
    implements ColorsDispatcher
    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

    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.Color getNextColor()  
      void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomPalette

        public CustomPalette​(java.lang.String options)
        Implements ColorDispatcher using user supplied custom palette list
        Parameters:
        options - comma delimited list of colors in hex, e.g. 112233,aa00ff