Package com.anylogic.engine.gui
- java.lang.Object
- com.anylogic.engine.gui.ConsoleItem
@AnyLogicInternalAPI public class ConsoleItem extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
Modifier and Type | Field | Description |
---|---|---|
String | color | |
int | id |
serves to indicate skipped items
|
String | text |
Constructor | Description |
---|---|
ConsoleItem() | |
ConsoleItem |
public int id
serves to indicate skipped items
public String text
public String color
public ConsoleItem()
public ConsoleItem(String text, String color)