|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.core.properties.MapPropertyHolder
de.cau.cs.kieler.kiml.LayoutContext
public class LayoutContext
Context information for configuration of layout options.
Field Summary | |
---|---|
static IProperty<Object> |
CONTAINER_DIAGRAM_PART
the diagram part for the container of the current graph element. |
static IProperty<EObject> |
CONTAINER_DOMAIN_MODEL
the domain model element of the container of the current graph element. |
static IProperty<Object> |
DIAGRAM_PART
the main diagram part in the current context. |
static IProperty<EObject> |
DOMAIN_MODEL
the main domain model element in the current context. |
static IProperty<KGraphElement> |
GRAPH_ELEM
the graph element in the current context. |
static IProperty<Set<LayoutOptionData.Target>> |
OPT_TARGETS
the types of targets for layout options. |
Constructor Summary | |
---|---|
LayoutContext()
Create an empty layout context. |
|
LayoutContext(LayoutContext other)
Copy the content of the given layout context into a new one. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class de.cau.cs.kieler.core.properties.MapPropertyHolder |
---|
checkProperties, copyProperties, getAllProperties, getProperty, getProperty, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final IProperty<KGraphElement> GRAPH_ELEM
public static final IProperty<EObject> DOMAIN_MODEL
public static final IProperty<EObject> CONTAINER_DOMAIN_MODEL
public static final IProperty<Object> DIAGRAM_PART
public static final IProperty<Object> CONTAINER_DIAGRAM_PART
public static final IProperty<Set<LayoutOptionData.Target>> OPT_TARGETS
Constructor Detail |
---|
public LayoutContext()
public LayoutContext(LayoutContext other)
other
- another layout contextMethod Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |