Uses of Class
de.cau.cs.kieler.kiml.SemanticLayoutConfig

Packages that use SemanticLayoutConfig
de.cau.cs.kieler.core.annotations.ui Base package of the textual editor code for the Annotations model. 
de.cau.cs.kieler.kaom.custom Classes for custom behavior of the KIELER Actor Oriented Modeling editor. 
de.cau.cs.kieler.keg.diagram.custom Custom code for KEG diagram. 
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.synccharts.diagram.custom General classes that depend on the synccharts diagram editor. 
 

Uses of SemanticLayoutConfig in de.cau.cs.kieler.core.annotations.ui
 

Subclasses of SemanticLayoutConfig in de.cau.cs.kieler.core.annotations.ui
 class AnnotationsLayoutConfig
          A semantic layout configurations for annotations.
 

Uses of SemanticLayoutConfig in de.cau.cs.kieler.kaom.custom
 

Subclasses of SemanticLayoutConfig in de.cau.cs.kieler.kaom.custom
 class TypeLayoutConfig
          A semantic layout configuration for the diagram type of entities.
 

Uses of SemanticLayoutConfig in de.cau.cs.kieler.keg.diagram.custom
 

Subclasses of SemanticLayoutConfig in de.cau.cs.kieler.keg.diagram.custom
 class HypernodeLayoutConfig
          A semantic layout configuration that checks whether a given node is a hypernode.
 

Uses of SemanticLayoutConfig in de.cau.cs.kieler.kiml
 

Methods in de.cau.cs.kieler.kiml that return types with arguments of type SemanticLayoutConfig
 List<SemanticLayoutConfig> LayoutDataService.getSemanticConfigs(EClass clazz)
          Return the semantic layout configurations that are associated with the given domain model class.
 

Methods in de.cau.cs.kieler.kiml with parameters of type SemanticLayoutConfig
 void LayoutDataService.Registry.addSemanticConfig(String clazzName, SemanticLayoutConfig config)
          Registers the given semantic layout configuration.
 

Uses of SemanticLayoutConfig in de.cau.cs.kieler.synccharts.diagram.custom
 

Subclasses of SemanticLayoutConfig in de.cau.cs.kieler.synccharts.diagram.custom
 class ActionLayoutConfig
          A layout configuration that excludes scope actions from layout.
 class HVLayoutConfig
          A layout configuration that applies alternating horizontal / vertical layout when an annotation "HVLayout" is present.