Kieker 1.11

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
 java.util.Set<java.lang.String> getKeys()
           
 java.lang.Number getValue(java.lang.String key)
           
 void setValue(java.lang.String key, java.lang.Number value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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(java.lang.String key,
                     java.lang.Number value)

getKeys

public java.util.Set<java.lang.String> getKeys()

getValue

public java.lang.Number getValue(java.lang.String key)

Kieker 1.11

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