Packagecom.yworks.canvas.drawing
Interfacepublic interface IDisplayObjectContext extends IPaintContext, ILookup



Public Properties
 PropertyDefined By
 InheritedcanvasComponent : CanvasComponent
[read-only] The canvas component that the painting is performed to.
IPaintContext
 Inheritedtransform : Matrix
[read-only] The transform that is used to convert between the viewTransform and the resulting worldTransform.
IPaintContext
 InheritedviewTransform : Matrix
[read-only] A transform that can be applied to the graphics context in order to paint in the view coordinate system.
IPaintContext
 InheritedworldTransform : Matrix
[read-only] The transform that can be applied to the graphics context in order to paint into the world coordinate system.
IPaintContext
Public Methods
 MethodDefined By
 Inherited
lookup(type:Class):Object
Returns an instance that implements the given type or null.
ILookup
 Inherited
Converts the given set of world coordinates to a coordinate pair that can be used to paint within the viewTransform.
IPaintContext