Package de.cau.cs.kieler.kiml.gmf.layoutoptions

Base package for the LayoutOptions data structure with its public API and implementation.

See:
          Description

Interface Summary
LayoutOptionsFactory The Factory for the model.
LayoutOptionsPackage The Package for the model.
LayoutOptionsPackage.Literals Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
LayoutOptionStyle A representation of the model object 'Layout Option Style'.
 

Class Summary
LayoutOptionsFactoryImpl An implementation of the model Factory.
LayoutOptionsPackageImpl An implementation of the model Package.
LayoutOptionStyleImpl An implementation of the model object 'Layout Option Style'.
 

Package de.cau.cs.kieler.kiml.gmf.layoutoptions Description

Base package for the LayoutOptions data structure with its public API and implementation. The LayoutOptions structure consists of a single class LayoutOptionStyle, which is an extension of the Style interface of the GMF notation model. This style can be attached to any view in an instance of the notation model and serves to persistently store layout options for the corresponding model element.

Generated:
This code was automatically generated.