Kieker 1.10

kieker.analysis.display
Class PieChart

java.lang.Object
  extended by kieker.analysis.display.AbstractDisplay
      extended by kieker.analysis.display.PieChart

public class PieChart
extends AbstractDisplay

This class is currently under development, mostly for test purposes, and not designed for productive deployment.

Since:
1.8
Author:
Nils Christian Ehmke

Constructor Summary
PieChart()
          Creates a new instance of this class.
 
Method Summary
 Set<String> getKeys()
           
 Number getValue(String key)
           
 void setValue(String key, Number value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PieChart

public PieChart()
Creates a new instance of this class.

Method Detail

setValue

public void setValue(String key,
                     Number value)

getKeys

public Set<String> getKeys()

getValue

public Number getValue(String key)

Kieker 1.10

Copyright 2014 Kieker Project, http://kieker-monitoring.net