Uses of Class
com.github.cage.image.Painter.Quality

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

Uses of Painter.Quality in com.github.cage.image
 

Methods in com.github.cage.image that return Painter.Quality
 Painter.Quality Painter.getQuality()
           
static Painter.Quality Painter.Quality.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Painter.Quality[] Painter.Quality.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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



Copyright © 2011. All Rights Reserved.