comirva.config.defaults
Class SunburstDefaultConfig

java.lang.Object
  extended by comirva.config.SunburstConfig
      extended by comirva.config.defaults.SunburstDefaultConfig

public class SunburstDefaultConfig
extends SunburstConfig

This class defines default values for the Sunburst-Calculation/Visualization.

The values speficied here are loaded when the user wishes to show such a visualization the first time or when he/she intends to load the default values.


Constructor Summary
SunburstDefaultConfig()
          Creates a default configuration for a Sunburst.
 
Method Summary
 
Methods inherited from class comirva.config.SunburstConfig
getMaxDepth, getMaxFontSize, getMaxItemsPerNode, getMinFontSize, getMinImportance, getRootTerms
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunburstDefaultConfig

public SunburstDefaultConfig()

Creates a default configuration for a Sunburst.

The default values are:
  • maxItemsPerNode = 20
  • maxDepth = 8
  • minImportance = 1.0/360.0 (equals 1° angular extent)
  • rootTerms = new Vector()
  • minFontSize = 8
  • maxFontSize = 20