| Package | Description |
|---|---|
| javafx.scene.canvas |
Provides the set of classes for canvas, an immediate mode style of rendering API.
|
| Modifier and Type | Field and Description |
|---|---|
private GraphicsContext |
Canvas.theContext |
| Modifier and Type | Method and Description |
|---|---|
GraphicsContext |
Canvas.getGraphicsContext2D()
returns the
GraphicsContext associated with this Canvas. |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
GraphicsContext.State.restore(GraphicsContext ctx) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.