Package org.eclipse.graphiti.platform.ga
Interface IRendererContext
- All Superinterfaces:
IDiagramTypeProviderHolder
,IGraphicsAlgorithmHolder
- All Known Implementing Classes:
RendererContext
The Interface IRendererContext.
-
Method Summary
Modifier and TypeMethodDescriptionGets the mapping provider.Gets the platform graphics algorithm.Methods inherited from interface org.eclipse.graphiti.dt.IDiagramTypeProviderHolder
getDiagramTypeProvider
Methods inherited from interface org.eclipse.graphiti.IGraphicsAlgorithmHolder
getGraphicsAlgorithm
-
Method Details
-
getMappingProvider
IMappingProvider getMappingProvider()Gets the mapping provider.- Returns:
- the mapping provider
-
getPlatformGraphicsAlgorithm
PlatformGraphicsAlgorithm getPlatformGraphicsAlgorithm()Gets the platform graphics algorithm.- Returns:
- the platform graphics algorithm
-