jar

com.github.houbb : word-cloud

Maven & Gradle

Nov 23, 2021
29 stars

word-cloud · The word-cloud tool for java.

Table Of Contents

Latest Version

Download com.github.houbb : word-cloud JAR file - Latest Versions:

All Versions

Download com.github.houbb : word-cloud JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window word-cloud-1.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.houbb.word.cloud.exception

├─ com.github.houbb.word.cloud.exception.WordCloudException.class - [JAR]

com.github.houbb.word.cloud.support.color

├─ com.github.houbb.word.cloud.support.color.ArrayColorPalette.class - [JAR]

├─ com.github.houbb.word.cloud.support.color.ColorPalettes.class - [JAR]

├─ com.github.houbb.word.cloud.support.color.IColorPalette.class - [JAR]

├─ com.github.houbb.word.cloud.support.color.RandomColorPalette.class - [JAR]

├─ com.github.houbb.word.cloud.support.color.SingleColorPalette.class - [JAR]

com.github.houbb.word.cloud.support.font

├─ com.github.houbb.word.cloud.support.font.IWordKumoFont.class - [JAR]

├─ com.github.houbb.word.cloud.support.font.WordKumoFont.class - [JAR]

├─ com.github.houbb.word.cloud.support.font.WordKumoFonts.class - [JAR]

com.github.houbb.word.cloud.support.background

├─ com.github.houbb.word.cloud.support.background.BackgroundImage.class - [JAR]

├─ com.github.houbb.word.cloud.support.background.BackgroundNone.class - [JAR]

├─ com.github.houbb.word.cloud.support.background.Backgrounds.class - [JAR]

├─ com.github.houbb.word.cloud.support.background.IBackground.class - [JAR]

com.github.houbb.word.cloud.bs

├─ com.github.houbb.word.cloud.bs.WordCloudBs.class - [JAR]

com.github.houbb.word.cloud.support.freq

├─ com.github.houbb.word.cloud.support.freq.DefaultWordFrequency.class - [JAR]

├─ com.github.houbb.word.cloud.support.freq.IWordFrequency.class - [JAR]

├─ com.github.houbb.word.cloud.support.freq.SingleWordFrequency.class - [JAR]

├─ com.github.houbb.word.cloud.support.freq.WordFrequencies.class - [JAR]

├─ com.github.houbb.word.cloud.support.freq.WordFrequencyContext.class - [JAR]

com.github.houbb.word.cloud.util

├─ com.github.houbb.word.cloud.util.WordCloudHelper.class - [JAR]

com.github.houbb.word.cloud.support.fontscalar

├─ com.github.houbb.word.cloud.support.fontscalar.IWordFontScalar.class - [JAR]

├─ com.github.houbb.word.cloud.support.fontscalar.LinearWordFontScalar.class - [JAR]

├─ com.github.houbb.word.cloud.support.fontscalar.SqrtWordFontScalar.class - [JAR]

├─ com.github.houbb.word.cloud.support.fontscalar.WordFontScalars.class - [JAR]