|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutAlgorithmData | |
---|---|
de.cau.cs.kieler.kiml | Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. |
de.cau.cs.kieler.kiml.config | Interfaces and default implementations for layout configuration. |
de.cau.cs.kieler.kiml.service | Layout service classes that are used both in the client UI and in server applications. |
de.cau.cs.kieler.kiml.ui.service | Layout service extensions for the Eclipse UI. |
de.cau.cs.kieler.kiml.ui.util | Utility classes for the KIML UI plugin. |
de.cau.cs.kieler.kiml.ui.views | Views for the KIML UI. |
de.cau.cs.kieler.kwebs.client.layout | XXX |
Uses of LayoutAlgorithmData in de.cau.cs.kieler.kiml |
---|
Methods in de.cau.cs.kieler.kiml that return LayoutAlgorithmData | |
---|---|
LayoutAlgorithmData |
LayoutDataService.getAlgorithmData(String id)
Returns the layout algorithm data associated with the given identifier. |
LayoutAlgorithmData |
LayoutDataService.getAlgorithmDataBySuffix(String suffix)
Returns a layout algorithm data that has the given suffix in its identifier. |
Methods in de.cau.cs.kieler.kiml that return types with arguments of type LayoutAlgorithmData | |
---|---|
Collection<LayoutAlgorithmData> |
LayoutDataService.getAlgorithmData()
Returns a data collection for all registered layout algorithms. |
List<LayoutAlgorithmData> |
LayoutTypeData.getLayouters()
Returns the list of layout algorithms that are registered for this type. |
Methods in de.cau.cs.kieler.kiml with parameters of type LayoutAlgorithmData | |
---|---|
void |
LayoutDataService.Registry.addLayoutProvider(LayoutAlgorithmData providerData)
Registers the given layout provider. |
List<LayoutOptionData<?>> |
LayoutDataService.getOptionData(LayoutAlgorithmData algorithmData,
LayoutOptionData.Target targetType)
Returns a list of layout options that are suitable for the given layout algorithm and layout option target. |
Uses of LayoutAlgorithmData in de.cau.cs.kieler.kiml.config |
---|
Fields in de.cau.cs.kieler.kiml.config with type parameters of type LayoutAlgorithmData | |
---|---|
static IProperty<LayoutAlgorithmData> |
DefaultLayoutConfig.CONTAINER_ALGO
the layout algorithm that is assigned to the container of the current graph element. |
static IProperty<LayoutAlgorithmData> |
DefaultLayoutConfig.CONTENT_ALGO
the layout algorithm that is responsible for the content of the current graph element. |
Methods in de.cau.cs.kieler.kiml.config that return LayoutAlgorithmData | |
---|---|
static LayoutAlgorithmData |
DefaultLayoutConfig.getLayouterData(String theLayoutHint,
String diagramType)
Determine the most appropriate layout algorithm for the given layout hint and diagram type. |
Uses of LayoutAlgorithmData in de.cau.cs.kieler.kiml.service |
---|
Methods in de.cau.cs.kieler.kiml.service that return LayoutAlgorithmData | |
---|---|
protected LayoutAlgorithmData |
ExtensionLayoutDataService.createLayoutAlgorithmData(IConfigurationElement element)
Create a layout algorithm data instance and configure it with platform-specific extensions. |
Uses of LayoutAlgorithmData in de.cau.cs.kieler.kiml.ui.service |
---|
Methods in de.cau.cs.kieler.kiml.ui.service that return LayoutAlgorithmData | |
---|---|
protected LayoutAlgorithmData |
EclipseLayoutDataService.createLayoutAlgorithmData(IConfigurationElement element)
Create a layout algorithm data instance and configure it with platform-specific extensions. |
Uses of LayoutAlgorithmData in de.cau.cs.kieler.kiml.ui.util |
---|
Methods in de.cau.cs.kieler.kiml.ui.util with parameters of type LayoutAlgorithmData | |
---|---|
static LayoutOptionData<?> |
KimlUiUtil.getOptionData(LayoutAlgorithmData[] providerDataArray,
String displayName)
Retrieves a suitable layout option data instance that matches the given user friendly display name. |
static LayoutOptionData<?> |
KimlUiUtil.getOptionData(LayoutAlgorithmData providerData,
String optionName)
Returns the layout option data that matches the given user-friendly name and is known by the given layout provider. |
Uses of LayoutAlgorithmData in de.cau.cs.kieler.kiml.ui.views |
---|
Methods in de.cau.cs.kieler.kiml.ui.views that return LayoutAlgorithmData | |
---|---|
LayoutAlgorithmData[] |
LayoutViewPart.getCurrentLayouterData()
Returns the current layout algorithm data. |
Uses of LayoutAlgorithmData in de.cau.cs.kieler.kwebs.client.layout |
---|
Methods in de.cau.cs.kieler.kwebs.client.layout that return LayoutAlgorithmData | |
---|---|
protected LayoutAlgorithmData |
RemoteLayoutDataService.createLayoutAlgorithmData(IConfigurationElement element)
Create a layout algorithm data instance and configure it with platform-specific extensions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |