|
||||||||||
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.service | |
de.cau.cs.kieler.kiml.ui | Base package of the KIML user interface. |
de.cau.cs.kieler.kiml.ui.layout | Classes with generic implementations to apply layout to GMF diagrams. |
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. |
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 |
DefaultLayoutConfig.getContainerLayouterData()
Returns the layout algorithm descriptor for the container of the associated element. |
LayoutAlgorithmData |
ILayoutConfig.getContainerLayouterData()
Returns the layout algorithm descriptor for the container of the associated element. |
LayoutAlgorithmData |
SemanticLayoutConfig.getContainerLayouterData()
Returns null , since this layout configuration is not connected to a layout algorithm. |
LayoutAlgorithmData |
VolatileLayoutConfig.getContainerLayouterData()
Returns null , since this layout configuration is not connected to a layout algorithm. |
LayoutAlgorithmData |
DefaultLayoutConfig.getContentLayouterData()
Returns the layout algorithm descriptor for the content of the associated element. |
LayoutAlgorithmData |
ILayoutConfig.getContentLayouterData()
Returns the layout algorithm descriptor for the content of the associated element. |
LayoutAlgorithmData |
SemanticLayoutConfig.getContentLayouterData()
Returns null , since this layout configuration is not connected to a layout algorithm. |
LayoutAlgorithmData |
VolatileLayoutConfig.getContentLayouterData()
Returns null , since this layout configuration is not connected to a layout algorithm. |
LayoutAlgorithmData |
DefaultLayoutConfig.getLayouterData(String theLayoutHint,
String diagramType)
Returns the most appropriate layout algorithm for the given layout hint and diagram type. |
LayoutAlgorithmData |
ILayoutConfig.getLayouterData(String layoutHint,
String diagramType)
Returns the most appropriate layout algorithm for the given layout hint and diagram type. |
LayoutAlgorithmData |
SemanticLayoutConfig.getLayouterData(String layoutHint,
String diagramType)
Throws an UnsupportedOperationException , since this configuration cannot be
used to handle layout providers. |
LayoutAlgorithmData |
VolatileLayoutConfig.getLayouterData(String layoutHint,
String diagramType)
Throws an UnsupportedOperationException , since this configuration cannot be
used to handle layout providers. |
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.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 |
---|
Subclasses of LayoutAlgorithmData in de.cau.cs.kieler.kiml.ui | |
---|---|
class |
EclipseLayoutAlgorithmData
An extension of layout algorithm data that supports preview images. |
Uses of LayoutAlgorithmData in de.cau.cs.kieler.kiml.ui.layout |
---|
Methods in de.cau.cs.kieler.kiml.ui.layout that return LayoutAlgorithmData | |
---|---|
protected LayoutAlgorithmData |
EclipseLayoutDataService.createLayoutAlgorithmData(IConfigurationElement element)
Create a layout algorithm data instance and configure it with platform-specific extensions. |
Methods in de.cau.cs.kieler.kiml.ui.layout with parameters of type LayoutAlgorithmData | |
---|---|
LayoutOptionData<?> |
EclipseLayoutDataService.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.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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |