Package com.anylogic.engine
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
LinkToAgentAnimationSettingsImpl
,LinkToAgentCollectionImpl
,LinkToAgentImpl
,LinkToAgentStandardImpl
public interface LinkToAgentAnimationSettings extends Serializable
Modifier and Type | Method | Description |
---|---|---|
void | copyFrom_xjal | |
double | getArrowLocation() | |
LineArrowStyle | getArrowStyle() | |
Color | getLineColor() | |
LineStyle | getLineStyle() | |
double | getLineWidth() | |
LinkToAgentAnimationSettings | getLinkToAgentCommonAnimationSettings() | |
boolean | isVisible() | |
void | setArrowLocation | |
void | setArrowStyle | |
void | setLineColor | |
void | setLineStyle | |
void | setLineWidth | |
void | setVisible |
@AnyLogicInternalAPI LinkToAgentAnimationSettings getLinkToAgentCommonAnimationSettings()
boolean isVisible()
void setVisible(boolean visible)
Color getLineColor()
void setLineColor(Color lineColor)
double getLineWidth()
void setLineWidth(double lineWidth)
LineStyle getLineStyle()
void setLineStyle(LineStyle lineStyle)
LineArrowStyle getArrowStyle()
void setArrowStyle(LineArrowStyle arrowStyle)
double getArrowLocation()
void setArrowLocation(double arrowLocation)
@AnyLogicInternalAPI void copyFrom_xjal(LinkToAgentAnimationSettings linkToAgentMyAnimationSettings)