Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
NativeGraphicsSource
A graphics source that posts a paint request to the control rather than
constructing GC on it directly.
|
Modifier and Type | Field and Description |
---|---|
protected GraphicsSource |
SubordinateUpdateManager.graphicsSource
Deprecated.
A graphics source
|
Modifier and Type | Method and Description |
---|---|
void |
SubordinateUpdateManager.setGraphicsSource(GraphicsSource gs)
Deprecated.
|
void |
DeferredUpdateManager.setGraphicsSource(GraphicsSource gs)
Sets the graphics source.
|
abstract void |
UpdateManager.setGraphicsSource(GraphicsSource gs)
Sets the GraphicsSource for this update manager.
|
Constructor and Description |
---|
DeferredUpdateManager(GraphicsSource gs)
Constructs a new DererredUpdateManager with the given GraphicsSource.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.