Uses of Interface
org.eclipse.draw2d.GraphicsSource
Packages that use GraphicsSource
Package
Description
Primary package containing general interfaces and implementation classes.
-
Uses of GraphicsSource in org.eclipse.draw2d
Classes in org.eclipse.draw2d that implement GraphicsSourceModifier and TypeClassDescriptionfinal class
A graphics source that posts a paint request to the control rather than constructing GC on it directly.Fields in org.eclipse.draw2d declared as GraphicsSourceModifier and TypeFieldDescriptionprotected GraphicsSource
SubordinateUpdateManager.graphicsSource
Deprecated.A graphics sourceMethods in org.eclipse.draw2d with parameters of type GraphicsSourceModifier and TypeMethodDescriptionvoid
DeferredUpdateManager.setGraphicsSource
(GraphicsSource gs) Sets the graphics source.void
SubordinateUpdateManager.setGraphicsSource
(GraphicsSource gs) Deprecated.abstract void
UpdateManager.setGraphicsSource
(GraphicsSource gs) Sets the GraphicsSource for this update manager.Constructors in org.eclipse.draw2d with parameters of type GraphicsSourceModifierConstructorDescriptionConstructs a new DererredUpdateManager with the given GraphicsSource.