- java.lang.Object
- com.anylogic.engine.LinkToAgentAnimationSettingsImpl
- All Implemented Interfaces:
LinkToAgentAnimationSettings
,Serializable
public class LinkToAgentAnimationSettingsImpl extends Object implements LinkToAgentAnimationSettings
- See Also:
- Serialized Form
Constructor | Description |
---|---|
LinkToAgentAnimationSettingsImpl() | |
LinkToAgentAnimationSettingsImpl |
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 |
public LinkToAgentAnimationSettingsImpl()
public LinkToAgentAnimationSettingsImpl(boolean visible, Color lineColor, double lineWidth, LineStyle lineStyle, LineArrowStyle arrowStyle, double arrowLocation)
@AnyLogicInternalAPI public LinkToAgentAnimationSettings getLinkToAgentCommonAnimationSettings()
- Specified by:
getLinkToAgentCommonAnimationSettings
in interfaceLinkToAgentAnimationSettings
public boolean isVisible()
- Specified by:
isVisible
in interfaceLinkToAgentAnimationSettings
public void setVisible(boolean visible)
- Specified by:
setVisible
in interfaceLinkToAgentAnimationSettings
public Color getLineColor()
- Specified by:
getLineColor
in interfaceLinkToAgentAnimationSettings
public void setLineColor(Color lineColor)
- Specified by:
setLineColor
in interfaceLinkToAgentAnimationSettings
public double getLineWidth()
- Specified by:
getLineWidth
in interfaceLinkToAgentAnimationSettings
public void setLineWidth(double lineWidth)
- Specified by:
setLineWidth
in interfaceLinkToAgentAnimationSettings
public LineStyle getLineStyle()
- Specified by:
getLineStyle
in interfaceLinkToAgentAnimationSettings
public void setLineStyle(LineStyle lineStyle)
- Specified by:
setLineStyle
in interfaceLinkToAgentAnimationSettings
public LineArrowStyle getArrowStyle()
- Specified by:
getArrowStyle
in interfaceLinkToAgentAnimationSettings
public void setArrowStyle(LineArrowStyle arrowStyle)
- Specified by:
setArrowStyle
in interfaceLinkToAgentAnimationSettings
public double getArrowLocation()
- Specified by:
getArrowLocation
in interfaceLinkToAgentAnimationSettings
public void setArrowLocation(double arrowLocation)
- Specified by:
setArrowLocation
in interfaceLinkToAgentAnimationSettings
@AnyLogicInternalAPI public void copyFrom_xjal(LinkToAgentAnimationSettings s)
- Specified by:
copyFrom_xjal
in interfaceLinkToAgentAnimationSettings