com.jwebmp.plugins.particlejs.options.ParticleMoveOutMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-particlesjs Show documentation
Show all versions of jwebmp-particlesjs Show documentation
The JWebSwing implementation for Particle.JS
The newest version!
package com.jwebmp.plugins.particlejs.options;
/**
* string
* (out of canvas)
*/
public enum ParticleMoveOutMode
{
out,
bounce
}