AnyLogic
Expand
Font size
All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
LinkToAgentAnimationSettingsImpl, LinkToAgentCollectionImpl, LinkToAgentImpl, LinkToAgentStandardImpl

public interface LinkToAgentAnimationSettings
extends java.io.Serializable

Method Summary

All Methods Instance Methods Abstract Methods 
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

Method Detail

getLinkToAgentCommonAnimationSettings

@AnyLogicInternalAPI
LinkToAgentAnimationSettings getLinkToAgentCommonAnimationSettings()

isVisible

boolean isVisible()

setVisible

void setVisible​(boolean visible)

getLineColor

java.awt.Color getLineColor()

setLineColor

void setLineColor​(java.awt.Color lineColor)

getLineWidth

double getLineWidth()

setLineWidth

void setLineWidth​(double lineWidth)

getLineStyle

LineStyle getLineStyle()

setLineStyle

void setLineStyle​(LineStyle lineStyle)

getArrowStyle

LineArrowStyle getArrowStyle()

setArrowStyle

void setArrowStyle​(LineArrowStyle arrowStyle)

getArrowLocation

double getArrowLocation()

setArrowLocation

void setArrowLocation​(double arrowLocation)

copyFrom_xjal

@AnyLogicInternalAPI
void copyFrom_xjal​(LinkToAgentAnimationSettings linkToAgentMyAnimationSettings)
How can we improve this article?