public class TagCloudConfiguration extends Object
| Constructor and Description |
|---|
TagCloudConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCloudCase() |
String |
getCuttingLevel() |
String |
getFontFrom() |
String |
getFontTo() |
String |
getLocale() |
String |
getOrdering() |
int |
getTotalTags() |
String |
getWidth() |
boolean |
isDisplayScore() |
boolean |
isRandomColors() |
boolean |
isShouldCenter() |
void |
setCloudCase(String cloudCase) |
void |
setCuttingLevel(String cuttingLevel) |
void |
setDisplayScore(boolean displayScore) |
void |
setFontFrom(String fontFrom) |
void |
setFontTo(String fontTo) |
void |
setLocale(String locale) |
void |
setOrdering(String ordering) |
void |
setRandomColors(boolean randomColors) |
void |
setShouldCenter(boolean shouldCenter) |
void |
setTotalTags(int totalTags) |
void |
setWidth(String width) |
public String getCloudCase()
public void setCloudCase(String cloudCase)
cloudCase - the cloudCase to setpublic String getWidth()
public void setWidth(String width)
width - the width to setpublic String getFontFrom()
public void setFontFrom(String fontFrom)
fontFrom - the fontFrom to setpublic String getFontTo()
public void setFontTo(String fontTo)
fontTo - the fontTo to setpublic String getCuttingLevel()
public void setCuttingLevel(String cuttingLevel)
cuttingLevel - the cuttingLevel to setpublic int getTotalTags()
public void setTotalTags(int totalTags)
totalTags - the totalTags to setpublic boolean isRandomColors()
public void setRandomColors(boolean randomColors)
randomColors - the randomColors to setpublic String getOrdering()
public void setOrdering(String ordering)
ordering - the ordering to setpublic boolean isDisplayScore()
public void setDisplayScore(boolean displayScore)
displayScore - the displayScore to setpublic boolean isShouldCenter()
public void setShouldCenter(boolean shouldCenter)
shouldCenter - the shouldCenter to setpublic String getLocale()
public void setLocale(String locale)
ordering - the locale to setCopyright © 2016 DuraSpace. All Rights Reserved.