AnyLogic
Expand
Font size
All Implemented Interfaces:
INavigationPoint

@AnyLogicInternalAPI
public final class NavigationPoint
extends Object
implements INavigationPoint
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.

Constructor Summary

ConstructorDescription
NavigationPoint(Presentable presentable, double x, double y, double width, double height, boolean zoomAndPanningEnabled, String viewTitle) 

Method Summary

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

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

public NavigationPoint(Presentable presentable,
 double x,
 double y,
 double width,
 double height,
 boolean zoomAndPanningEnabled,
 String viewTitle)

Method Details

getHeight

public double getHeight()
Specified by:
getHeight in interface INavigationPoint

getWidth

public double getWidth()
Specified by:
getWidth in interface INavigationPoint

getX

public double getX()
Specified by:
getX in interface INavigationPoint

getY

public double getY()
Specified by:
getY in interface INavigationPoint

isZoomAndPanningEnabled

public boolean isZoomAndPanningEnabled()
Specified by:
isZoomAndPanningEnabled in interface INavigationPoint

getPresentable

public Presentable getPresentable()
Specified by:
getPresentable in interface INavigationPoint