Class TagCloudConfiguration
- java.lang.Object
-
- org.dspace.discovery.configuration.TagCloudConfiguration
-
public class TagCloudConfiguration extends Object
- Author:
- kstamatis
-
-
Constructor Summary
Constructors Constructor Description TagCloudConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCloudCase()StringgetCuttingLevel()StringgetFontFrom()StringgetFontTo()StringgetLocale()StringgetOrdering()intgetTotalTags()StringgetWidth()booleanisDisplayScore()booleanisRandomColors()booleanisShouldCenter()voidsetCloudCase(String cloudCase)voidsetCuttingLevel(String cuttingLevel)voidsetDisplayScore(boolean displayScore)voidsetFontFrom(String fontFrom)voidsetFontTo(String fontTo)voidsetLocale(String locale)voidsetOrdering(String ordering)voidsetRandomColors(boolean randomColors)voidsetShouldCenter(boolean shouldCenter)voidsetTotalTags(int totalTags)voidsetWidth(String width)
-
-
-
Method Detail
-
getCloudCase
public String getCloudCase()
- Returns:
- the cloudCase
-
setCloudCase
public void setCloudCase(String cloudCase)
- Parameters:
cloudCase- the cloudCase to set
-
getWidth
public String getWidth()
- Returns:
- the width
-
setWidth
public void setWidth(String width)
- Parameters:
width- the width to set
-
getFontFrom
public String getFontFrom()
- Returns:
- the fontFrom
-
setFontFrom
public void setFontFrom(String fontFrom)
- Parameters:
fontFrom- the fontFrom to set
-
getFontTo
public String getFontTo()
- Returns:
- the fontTo
-
setFontTo
public void setFontTo(String fontTo)
- Parameters:
fontTo- the fontTo to set
-
getCuttingLevel
public String getCuttingLevel()
- Returns:
- the cuttingLevel
-
setCuttingLevel
public void setCuttingLevel(String cuttingLevel)
- Parameters:
cuttingLevel- the cuttingLevel to set
-
getTotalTags
public int getTotalTags()
- Returns:
- the totalTags
-
setTotalTags
public void setTotalTags(int totalTags)
- Parameters:
totalTags- the totalTags to set
-
isRandomColors
public boolean isRandomColors()
- Returns:
- the randomColors
-
setRandomColors
public void setRandomColors(boolean randomColors)
- Parameters:
randomColors- the randomColors to set
-
getOrdering
public String getOrdering()
- Returns:
- the ordering
-
setOrdering
public void setOrdering(String ordering)
- Parameters:
ordering- the ordering to set
-
isDisplayScore
public boolean isDisplayScore()
- Returns:
- the displayScore
-
setDisplayScore
public void setDisplayScore(boolean displayScore)
- Parameters:
displayScore- the displayScore to set
-
isShouldCenter
public boolean isShouldCenter()
- Returns:
- the shouldCenter
-
setShouldCenter
public void setShouldCenter(boolean shouldCenter)
- Parameters:
shouldCenter- the shouldCenter to set
-
getLocale
public String getLocale()
- Returns:
- the locale
-
setLocale
public void setLocale(String locale)
- Parameters:
locale- the locale to set
-
-