Package com.anylogic.engine.presentation
- java.lang.Object
- com.anylogic.engine.presentation.ModelElementDescriptorUtils
- All Implemented Interfaces:
Serializable
@AnyLogicInternalAPI public final class ModelElementDescriptorUtils extends Object implements 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
Modifier and Type | Field | Description |
---|---|---|
final int | index | |
final boolean | isPublic | |
final String | name | |
final boolean | showLabel | |
final String | staticData | |
final ModelElementTypeUtils | type |
Constructor | Description |
---|---|
ModelElementDescriptorUtils | |
ModelElementDescriptorUtils |
public final ModelElementTypeUtils type
public final String name
public final boolean showLabel
public final String staticData
public final boolean isPublic
public final int index
public ModelElementDescriptorUtils(ModelElementTypeUtils type, String name, boolean showLabel, String staticData, boolean isPublic, int index)
public ModelElementDescriptorUtils(ModelElementDescriptor d)