WordCloud

WordCloud stacks pieces of text in a way that they occupy minimum space while not colliding with eachother.

License

License

GroupId

GroupId

com.yashoid
ArtifactId

ArtifactId

wordcloud
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

WordCloud
WordCloud stacks pieces of text in a way that they occupy minimum space while not colliding with eachother.
Project URL

Project URL

https://github.com/yasharpm/WordCloud
Source Code Management

Source Code Management

https://github.com/yasharpm/WordCloud

Download wordcloud

How to add to project

<!-- https://jarcasting.com/artifacts/com.yashoid/wordcloud/ -->
<dependency>
    <groupId>com.yashoid</groupId>
    <artifactId>wordcloud</artifactId>
    <version>1.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yashoid/wordcloud/
implementation 'com.yashoid:wordcloud:1.1.0'
// https://jarcasting.com/artifacts/com.yashoid/wordcloud/
implementation ("com.yashoid:wordcloud:1.1.0")
'com.yashoid:wordcloud:aar:1.1.0'
<dependency org="com.yashoid" name="wordcloud" rev="1.1.0">
  <artifact name="wordcloud" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yashoid', module='wordcloud', version='1.1.0')
)
libraryDependencies += "com.yashoid" % "wordcloud" % "1.1.0"
[com.yashoid/wordcloud "1.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

WordCloud

WordCloud stacks pieces of text in a way that they occupy minimum space while not colliding with eachother.

WordCloud is very customizable and easy to use. The Placing algorithm behaviour can be modified easily through RotationProvider and SpiralProvider methods.

Check sample code to learn how to use it with default configuration.

Usage

Add the dependency:

dependencies {
	compile 'com.yashoid:wordcloud:1.1.0'
}

Versions

Version
1.1.0
1.0.0