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

public interface LinkToAgentAnimationSettings
extends Serializable

Method Summary

Modifier and TypeMethodDescription
voidcopyFrom_xjal(LinkToAgentAnimationSettings linkToAgentMyAnimationSettings) 
doublegetArrowLocation() 
LineArrowStylegetArrowStyle() 
ColorgetLineColor() 
LineStylegetLineStyle() 
doublegetLineWidth() 
LinkToAgentAnimationSettingsgetLinkToAgentCommonAnimationSettings() 
booleanisVisible() 
voidsetArrowLocation(double arrowLocation) 
voidsetArrowStyle(LineArrowStyle arrowStyle) 
voidsetLineColor(Color lineColor) 
voidsetLineStyle(LineStyle lineStyle) 
voidsetLineWidth(double lineWidth) 
voidsetVisible(boolean visible) 

Method Details

getLinkToAgentCommonAnimationSettings

@AnyLogicInternalAPI
LinkToAgentAnimationSettings getLinkToAgentCommonAnimationSettings()

isVisible

boolean isVisible()

setVisible

void setVisible(boolean visible)

getLineColor

Color getLineColor()

setLineColor

void setLineColor(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)