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.draw2dClasses in org.eclipse.draw2d that implement GraphicsSourceModifier and TypeClassDescriptionfinal classA 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 GraphicsSourceSubordinateUpdateManager.graphicsSourceDeprecated.A graphics sourceMethods in org.eclipse.draw2d with parameters of type GraphicsSourceModifier and TypeMethodDescriptionvoidDeferredUpdateManager.setGraphicsSource(GraphicsSource gs) Sets the graphics source.voidSubordinateUpdateManager.setGraphicsSource(GraphicsSource gs) Deprecated.abstract voidUpdateManager.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.