AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public interface INavigationPoint

Method Summary

Modifier and TypeMethodDescription
doublegetHeight() 
PresentablegetPresentable() 
doublegetWidth() 
doublegetX() 
doublegetY() 
booleanisZoomAndPanningEnabled() 

Method Details

isZoomAndPanningEnabled

boolean isZoomAndPanningEnabled()

getX

double getX()

getY

double getY()

getWidth

double getWidth()

getHeight

double getHeight()

getPresentable

Presentable getPresentable()