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()
-
getStrokeWidth
final static Array<String> getStrokeWidth()
-
getFontStyleMap
static Map<String, Integer> getFontStyleMap()
-
getPlacementNameMap
static Map<String, Integer> getPlacementNameMap()
-
getPointShapeMap
static Map<String, Shape> getPointShapeMap()
-
-
-
-