org.databene.contiperf.report
Class GoogleLatencyRenderer

java.lang.Object
  extended by org.databene.contiperf.report.GoogleLatencyRenderer

public class GoogleLatencyRenderer
extends Object

Formats the latency distribution of a LatencyCounter using the Google charts API.

Created: 14.01.2011 11:54:18

Since:
2.0.0
Author:
Volker Bergmann

Constructor Summary
GoogleLatencyRenderer()
           
 
Method Summary
 String render(LatencyCounter counter, String title, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleLatencyRenderer

public GoogleLatencyRenderer()
Method Detail

render

public String render(LatencyCounter counter,
                     String title,
                     int width,
                     int height)


Copyright © 2013. All Rights Reserved.