|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILayoutFeature | |
---|---|
org.eclipse.graphiti.features | |
org.eclipse.graphiti.features.impl | |
org.eclipse.graphiti.pattern |
Uses of ILayoutFeature in org.eclipse.graphiti.features |
---|
Methods in org.eclipse.graphiti.features that return ILayoutFeature | |
---|---|
ILayoutFeature |
ConfigurableFeatureProviderWrapper.getLayoutFeature(ILayoutContext context)
|
ILayoutFeature |
DefaultFeatureProviderWrapper.getLayoutFeature(ILayoutContext context)
|
ILayoutFeature |
IFeatureProvider.getLayoutFeature(ILayoutContext context)
Layout features do the layouting work (sizes and dimensions) inside (and/or) outside a pictogram element. |
Uses of ILayoutFeature in org.eclipse.graphiti.features.impl |
---|
Classes in org.eclipse.graphiti.features.impl that implement ILayoutFeature | |
---|---|
class |
AbstractLayoutFeature
The Class AbstractLayoutFeature. |
Methods in org.eclipse.graphiti.features.impl that return ILayoutFeature | |
---|---|
ILayoutFeature |
AbstractFeatureProvider.getLayoutFeature(ILayoutContext context)
|
Uses of ILayoutFeature in org.eclipse.graphiti.pattern |
---|
Classes in org.eclipse.graphiti.pattern that implement ILayoutFeature | |
---|---|
class |
LayoutFeatureForPattern
This feature wraps the layout functionality of a pattern for calls of the Graphiti framework. |
Methods in org.eclipse.graphiti.pattern that return ILayoutFeature | |
---|---|
ILayoutFeature |
DefaultFeatureProviderWithPatterns.getLayoutFeature(ILayoutContext context)
Tries to retrieve a layout feature suiting the given layout context from the registered patterns. |
protected ILayoutFeature |
DefaultFeatureProviderWithPatterns.getLayoutFeatureAdditional(ILayoutContext context)
Gets the additional layout feature functionality. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |