Searched refs:getYLabel (Results 1 – 7 of 7) sorted by relevance
53 public abstract String getYLabel(); in getYLabel() method in Graph85 json.add(Y_LABEL_KEY, new JsonPrimitive(getYLabel())); in toJson()
82 profilingPoint.getYLabel(), in addData()94 profilingPoint.getYLabel(), in addData()
80 public String getYLabel() { in getYLabel() method in LineGraph108 yLabel = profilingPoint.getYLabel(); in addData()
86 public String getYLabel() { in getYLabel() method in Histogram129 yLabel = profilingPoint.getYLabel(); in addData()
97 public String getYLabel() { in getYLabel() method in BoxPlot
269 assertEquals(profilingPointRunEntity.getYLabel(), profilingPointEntity.getYLabel()); in testNewSummary()
128 profilingPointRun.getYLabel()); in updateSummaries()