Uses of Class
com.github.cage.image.EffectConfig

Packages that use EffectConfig
com.github.cage.image Classes in this package are responsible for the actual image generation, the central class is Painter
 

Uses of EffectConfig in com.github.cage.image
 

Methods in com.github.cage.image that return EffectConfig
 EffectConfig Painter.getEffectConfig()
           
 

Constructors in com.github.cage.image with parameters of type EffectConfig
Painter(int width, int height, Color bGround, Painter.Quality quality, EffectConfig effectConfig, Random rnd)
          Constructor.
 



Copyright © 2011. All Rights Reserved.