Package Services.HomeView.WorkloadGraph
Class ChartWorkload
java.lang.Object
Services.HomeView.WorkloadGraph.ChartWorkload
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HashMap<String,ArrayList<UltimateThreadGroup>> ConvertThreadGroupArrayToMap(ArrayList<UltimateThreadGroup> threadGroups) findAllIntersections(ArrayList<MyPoint> polyline1, ArrayList<MyPoint> polyline2) static MyPointfindIntersection(MyPoint A1, MyPoint A2, MyPoint B1, MyPoint B2) mergeLines(ArrayList<MyPoint> baseLine, ArrayList<MyPoint> newRow) org.jfree.chart.ChartPanelReturnChartPanel(ArrayList<UltimateThreadGroup> threadsgrup)
-
Constructor Details
-
ChartWorkload
public ChartWorkload()
-
-
Method Details
-
ReturnChartPanel
-
findIntersection
-
findAllIntersections
-
mergeLines
-
ConvertThreadGroupArrayToMap
public static HashMap<String,ArrayList<UltimateThreadGroup>> ConvertThreadGroupArrayToMap(ArrayList<UltimateThreadGroup> threadGroups)
-