Class TagCloudConfiguration
java.lang.Object
org.dspace.discovery.configuration.TagCloudConfiguration
- Author:
- kstamatis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetWidth()booleanbooleanbooleanvoidsetCloudCase(String cloudCase) voidsetCuttingLevel(String cuttingLevel) voidsetDisplayScore(boolean displayScore) voidsetFontFrom(String fontFrom) voidvoidvoidsetOrdering(String ordering) voidsetRandomColors(boolean randomColors) voidsetShouldCenter(boolean shouldCenter) voidsetTotalTags(int totalTags) void
-
Constructor Details
-
TagCloudConfiguration
public TagCloudConfiguration()
-
-
Method Details
-
getCloudCase
- Returns:
- the cloudCase
-
setCloudCase
- Parameters:
cloudCase- the cloudCase to set
-
getWidth
- Returns:
- the width
-
setWidth
- Parameters:
width- the width to set
-
getFontFrom
- Returns:
- the fontFrom
-
setFontFrom
- Parameters:
fontFrom- the fontFrom to set
-
getFontTo
- Returns:
- the fontTo
-
setFontTo
- Parameters:
fontTo- the fontTo to set
-
getCuttingLevel
- Returns:
- the cuttingLevel
-
setCuttingLevel
- 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
- Returns:
- the ordering
-
setOrdering
- 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
- Returns:
- the locale
-
setLocale
- Parameters:
locale- the locale to set
-