|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcomirva.config.SunburstConfig
public class SunburstConfig
This class represents a configuration for a Sunburst-Calculation.
| Constructor Summary | |
|---|---|
SunburstConfig(int maxItemsPerNode,
int maxDepth,
double minImportance,
Vector<String> rootTerms,
int minFontSize,
int maxFontSize)
Creates a new instance of a Sunburst-Configuration. |
|
| Method Summary | |
|---|---|
int |
getMaxDepth()
Returns the maximum depth of the hierarchy to be included in the sunburst. |
int |
getMaxFontSize()
Returns the maximum font size for labels. |
int |
getMaxItemsPerNode()
Returns the maximum number of subnodes per sunburst-node. |
int |
getMinFontSize()
Returns the minimun font size for labels. |
double |
getMinImportance()
Returns the threshold for the importance of a node in degrees. |
Vector<String> |
getRootTerms()
Returns a list of terms that are included in the root node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SunburstConfig(int maxItemsPerNode,
int maxDepth,
double minImportance,
Vector<String> rootTerms,
int minFontSize,
int maxFontSize)
maxItemsPerNode - maximum children per nodemaxDepth - maximum depth of hierarchyminImportance - threshold for importance (nodes with importance below it will be excluded from the sunburst)rootTerms - a VectorSunburstNode| Method Detail |
|---|
public int getMaxDepth()
public int getMaxItemsPerNode()
public double getMinImportance()
public Vector<String> getRootTerms()
public int getMaxFontSize()
public int getMinFontSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||