Package | Description |
---|---|
de.erichseifert.gral.graphics |
Classes for drawing and layout of components.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
DrawingContext(Graphics2D graphics,
DrawingContext.Quality quality,
DrawingContext.Target target)
Initializes a new context with a
Graphics2D object. |
Copyright © 2009-2013. All Rights Reserved.