Package com.anylogic.engine.presentation
- java.lang.Object
-
- com.anylogic.engine.presentation.ModelElementDescriptor
- All Implemented Interfaces:
java.io.Serializable
@AnyLogicInternalAPI public final class ModelElementDescriptor extends java.lang.Object implements java.io.Serializable
As long as at runtime the information about the model elements
such as position of their icons, visibility of labels, and sometimes even type
is lost, this class should contain all info needed for displaying the
element and its info at runtime, including the reference to the element itself.
- See Also:
- Serialized Form
int |
index |
|
boolean |
isPublic |
|
java.lang.String |
name |
|
boolean |
showLabel |
|
java.lang.String |
staticData |
|
ModelElementType |
type |
|
Modifier and Type | Field | Description |
---|
ModelElementDescriptor(ModelElementType type,
java.lang.String name,
boolean showLabel,
java.lang.String staticData,
boolean isPublic,
int index) |
|
Constructor | Description |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final ModelElementType type
public final java.lang.String name
public final boolean showLabel
public final java.lang.String staticData
public final boolean isPublic
public final int index
public ModelElementDescriptor(ModelElementType type, java.lang.String name, boolean showLabel, java.lang.String staticData, boolean isPublic, int index)
-
How can we improve this article?
-