Package com.anylogic.engine
- java.lang.Object
-
- com.anylogic.engine.LinkToAgentAnimationSettingsImpl
- All Implemented Interfaces:
LinkToAgentAnimationSettings
,java.io.Serializable
public class LinkToAgentAnimationSettingsImpl extends java.lang.Object implements LinkToAgentAnimationSettings
- See Also:
- Serialized Form
LinkToAgentAnimationSettingsImpl() |
|
LinkToAgentAnimationSettingsImpl(boolean visible,
java.awt.Color lineColor,
double lineWidth,
LineStyle lineStyle,
LineArrowStyle arrowStyle,
double arrowLocation) |
|
Constructor | Description |
---|
void |
copyFrom_xjal(LinkToAgentAnimationSettings s) |
|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LinkToAgentAnimationSettingsImpl()
public LinkToAgentAnimationSettingsImpl(boolean visible, java.awt.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 java.awt.Color getLineColor()
- Specified by:
getLineColor
in interfaceLinkToAgentAnimationSettings
public void setLineColor(java.awt.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
-
How can we improve this article?
-