|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.viz.AbstractCircleNodeStyler
anl.aida.viz.DefaultNodeStyler
public class DefaultNodeStyler
Node style implementation that scales the size of the ellipse with respect the document count average.
Field Summary | |
---|---|
private float |
avg
|
Fields inherited from class anl.aida.viz.AbstractCircleNodeStyler |
---|
BASE_NODE_SIZE |
Constructor Summary | |
---|---|
DefaultNodeStyler(java.awt.Paint nodePaint,
java.awt.Paint textPaint,
ConceptGraph<TermNode> graph)
|
Method Summary | |
---|---|
float |
getSize(TermNode tNode)
Gets the size appropriate for the specified term node. |
Methods inherited from class anl.aida.viz.AbstractCircleNodeStyler |
---|
createNode, getPaint |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private float avg
Constructor Detail |
---|
public DefaultNodeStyler(java.awt.Paint nodePaint, java.awt.Paint textPaint, ConceptGraph<TermNode> graph)
Method Detail |
---|
public float getSize(TermNode tNode)
tNode
- the node to get the size for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |