AnyLogic
Expand
Font size
All Superinterfaces:
SVGElement, UsdElement
All Known Implementing Classes:
AbstractShapedWall, AreaNode, CircularWall, ConveyorCustomStation, ConveyorNode, ConveyorPointNode, ConveyorPortImpl, ConveyorSpur, ConveyorTransferTable, ConveyorTransitionalNode, ConveyorTurnStation, ConveyorTurntable, Elevator, EscalatorGroup, JibCrane, LevelGate, Lift, LiftPortImpl, NetworkPortImpl, OverheadCrane, OverheadCraneBridge, PalletRack, PointNode, PolygonalNode, QueueArea, RailwaySwitch, RectangularNode, RectangularWall, Storage, StorageTank

@AnyLogicInternalAPI
public interface AbstractPositionalMarkup
extends UsdElement, SVGElement

Field Summary

Fields inherited from interface com.anylogic.engine.presentation.UsdElement

ID_NOT_SET

Method Summary

Modifier and TypeMethodDescription
default doublegetRotation() 
AgentgetSpace() 
doublegetX() 
doublegetY() 
doublegetZ() 
booleanisVisible() 

Methods inherited from interface com.anylogic.engine.presentation.SVGElement

executeUserAction, findSVGElement, getSVGId, removeSVGFromOwner, resetSVGState, updateSVGProperties

Methods inherited from interface com.anylogic.engine.presentation.UsdElement

getOrGenerateUSDId

Method Details

getX

double getX()

getY

double getY()

getZ

double getZ()

getSpace

Agent getSpace()

isVisible

boolean isVisible()

getRotation

default double getRotation()