|
Algorithm Development Kit 1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectalgs.model.gametree.debug.ScoreNode
public class ScoreNode
This node is used when depicting debugging information about the score assigned to a node.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface algs.debug.IGraphEntity |
|---|
IGraphEntity.Formatter |
| Constructor Summary | |
|---|---|
ScoreNode(int sc)
Construct a ScoreNode in the visualization to represent scored node. |
|
| Method Summary | |
|---|---|
java.lang.String |
fontName()
To properly draw Infinity symbols in symbol font. |
int |
fontSize()
Default font size to use is ok. |
java.lang.String |
nodeLabel()
Label for this node encodes the score. |
int |
score()
Return the score for this node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScoreNode(int sc)
sc - score| Method Detail |
|---|
public int score()
public java.lang.String nodeLabel()
nodeLabel in interface IGraphEntitypublic java.lang.String fontName()
fontName in interface ISelectFontpublic int fontSize()
fontSize in interface ISelectFont
|
Algorithm Development Kit 1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||