public class WSTagCloud extends Object
Constructor and Description |
---|
WSTagCloud() |
WSTagCloud(String tag) |
WSTagCloud(String tag,
int count) |
Modifier and Type | Method and Description |
---|---|
static WSTagCloud |
fromTagCloud(TagCloud tc) |
int |
getCount() |
int |
getScale() |
String |
getTag() |
void |
setCount(int count) |
void |
setScale(int scale) |
void |
setTag(String tag) |
TagCloud |
toTagCloud() |
public WSTagCloud(String tag)
public WSTagCloud(String tag, int count)
public WSTagCloud()
public String getTag()
public void setTag(String tag)
public int getCount()
public void setCount(int count)
public int getScale()
public void setScale(int scale)
public TagCloud toTagCloud()
public static WSTagCloud fromTagCloud(TagCloud tc)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.