|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DrawingContext.Target | |
---|---|
de.erichseifert.gral | Main classes. |
Uses of DrawingContext.Target in de.erichseifert.gral |
---|
Methods in de.erichseifert.gral that return DrawingContext.Target | |
---|---|
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. |
Constructors in de.erichseifert.gral with parameters of type DrawingContext.Target | |
---|---|
DrawingContext(Graphics2D graphics,
DrawingContext.Quality quality,
DrawingContext.Target target)
Initializes a new context with a Graphics2D object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |