|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DrawingContext.Quality | |
---|---|
de.erichseifert.gral | Main classes. |
Uses of DrawingContext.Quality in de.erichseifert.gral |
---|
Methods in de.erichseifert.gral that return DrawingContext.Quality | |
---|---|
DrawingContext.Quality |
DrawingContext.getQuality()
Returns the desired display quality. |
static DrawingContext.Quality |
DrawingContext.Quality.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DrawingContext.Quality[] |
DrawingContext.Quality.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in de.erichseifert.gral with parameters of type DrawingContext.Quality | |
---|---|
DrawingContext(Graphics2D graphics,
DrawingContext.Quality quality,
DrawingContext.Target target)
Initializes a new context with a Graphics2D object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |