|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.tagcloud.Tag
public class Tag
Provides information about one tag.
Constructor Summary | |
---|---|
Tag(String name, int score, int weight) Default constructor. |
Method Summary | |
---|---|
String |
getName() Returns the name of the tag. |
int |
getScore() Returns the frequency the tag has been used. |
int |
getWeight() Returns the relative frequency. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tag(String name, int score, int weight)
name
- the name of the tag.
score
- the frequency the tag has been used.
weight
- the relative frequency.
Method Detail |
---|
public String getName()
public int getScore()
public int getWeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |