Package | Description |
---|---|
de.erichseifert.gral.graphics |
Classes for drawing and layout of components.
|
Modifier and Type | Method and Description |
---|---|
DrawingContext.Target |
DrawingContext.getTarget()
Returns the drawing target.
|
static DrawingContext.Target |
DrawingContext.Target.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrawingContext.Target[] |
DrawingContext.Target.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.