Package org.apache.jmeter.visualizers
Class StatGraphProperties
-
- All Implemented Interfaces:
public class StatGraphProperties
-
-
Constructor Summary
Constructors Constructor Description StatGraphProperties()
-
Method Summary
Modifier and Type Method Description static Map<String, String>getFontNameMap()final static Array<String>getFontSize()final static Array<String>getStrokeWidth()static Map<String, Integer>getFontStyleMap()static Map<String, Integer>getPlacementNameMap()static Map<String, Shape>getPointShapeMap()-
-
Method Detail
-
getFontNameMap
static Map<String, String> getFontNameMap()
-
getFontSize
final static Array<String> getFontSize()
- Returns:
array of String containing font sizes
-
getStrokeWidth
final static Array<String> getStrokeWidth()
- Returns:
array of String containing stroke widths
-
getFontStyleMap
static Map<String, Integer> getFontStyleMap()
-
getPlacementNameMap
static Map<String, Integer> getPlacementNameMap()
-
getPointShapeMap
static Map<String, Shape> getPointShapeMap()
-
-
-
-