Package com.anylogic.engine
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
LinkToAgentAnimationSettingsImpl
,LinkToAgentCollectionImpl
,LinkToAgentImpl
,LinkToAgentStandardImpl
public interface LinkToAgentAnimationSettings
extends java.io.Serializable
void |
copyFrom_xjal(LinkToAgentAnimationSettings linkToAgentMyAnimationSettings) |
|
double |
getArrowLocation() |
|
LineArrowStyle |
getArrowStyle() |
|
java.awt.Color |
getLineColor() |
|
LineStyle |
getLineStyle() |
|
double |
getLineWidth() |
|
LinkToAgentAnimationSettings |
getLinkToAgentCommonAnimationSettings() |
|
boolean |
isVisible() |
|
void |
setArrowLocation(double arrowLocation) |
|
void |
setArrowStyle(LineArrowStyle arrowStyle) |
|
void |
setLineColor(java.awt.Color lineColor) |
|
void |
setLineStyle(LineStyle lineStyle) |
|
void |
setLineWidth(double lineWidth) |
|
void |
setVisible(boolean visible) |
|
Modifier and Type | Method | Description |
---|
@AnyLogicInternalAPI LinkToAgentAnimationSettings getLinkToAgentCommonAnimationSettings()
boolean isVisible()
void setVisible(boolean visible)
java.awt.Color getLineColor()
void setLineColor(java.awt.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)
-
How can we improve this article?
-