|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Canvas in org.opengis.feature.display.canvas |
|---|
| Methods in org.opengis.feature.display.canvas that return Canvas | |
|---|---|
Canvas |
FeatureCanvas.getCanvas()
Returns the Canvas onto which the Graphics will be rendered. |
| Uses of Canvas in org.opengis.go.display |
|---|
| Methods in org.opengis.go.display that return Canvas | |
|---|---|
Canvas |
DisplayFactory.createCanvas(Properties canvasProperties)
Creates a new Canvas object that is returned embedded in a window, as
determined by the GO-1 implementation. |
Canvas |
DisplayFactory.createCanvas(Properties canvasProperties,
Container container)
Creates a new Canvas object that is embedded in the given
Container. |
Canvas |
DisplayFactory.getCanvas(String uid)
Gets an existing Canvas object by UID, or null if no
Canvas exists for the given UID. |
| Uses of Canvas in org.opengis.go.display.canvas |
|---|
| Methods in org.opengis.go.display.canvas with parameters of type Canvas | |
|---|---|
void |
CanvasListener.canvasChanged(Canvas canvas,
CanvasState newState)
This method is called by a Canvas when its state has
changed. |
| Uses of Canvas in org.opengis.go.display.canvas.map2d |
|---|
| Subinterfaces of Canvas in org.opengis.go.display.canvas.map2d | |
|---|---|
interface |
Map2D
The Map2D interface extends the Canvas interface in order to clearly
define a group of properties for 2 dimensional maps. |
| Uses of Canvas in org.opengis.go.display.canvas.map2d.web |
|---|
| Subinterfaces of Canvas in org.opengis.go.display.canvas.map2d.web | |
|---|---|
interface |
WebMap2D
The WebMap2D class/interface... |
| Uses of Canvas in org.opengis.go.display.canvas.web |
|---|
| Subinterfaces of Canvas in org.opengis.go.display.canvas.web | |
|---|---|
interface |
WebCanvas
The WebCanvas interface extends the functionality of Canvas and adds a
specific method for rendering which is conspicuous in its absence from the Canvas
interface. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||