AnyLogic
Expand
Font size
All Implemented Interfaces:
com.anylogic.engine.internal.Child, AggregatableAnimationElement, HasLevel, LevelElement, SVGElement, Serializable, Cloneable
Enclosing class:
Light3D

public static class Light3D.StreetLight
extends Light3DPoint
See Also:
Serialized Form

Nested Class Summary

Nested classes/interfaces inherited from class com.anylogic.engine.presentation.Light3D

Light3D.CarHeadlight, Light3D.Daylight, Light3D.Moonlight, Light3D.StreetLight

Constructor Summary

ConstructorDescription
StreetLight(double x, double y, double z) 
StreetLight(Color baseColor, double x, double y, double z, boolean ispublic, boolean global) 

Method Summary

Modifier and TypeMethodDescription
LevelgetLevel()
Returns the level containing this shape.
final voidrestoreOwner(Object owner)
Deprecated.
voidsetContextReference_xjal(Presentable contextReference)
Deprecated.
voidsetLevel(Level level)
This method is internal and shouldn't be called by user.
it may be removed/renamed in future.
booleanupdateDynamicPropertiesStructural(boolean publicOnly) 

Methods inherited from class java.lang.Object

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

Methods inherited from interface com.anylogic.engine.markup.AggregatableAnimationElement

initializeInternal, postInitialize

Constructor Details

StreetLight

public StreetLight(double x,
 double y,
 double z)

StreetLight

public StreetLight(Color baseColor,
 double x,
 double y,
 double z,
 boolean ispublic,
 boolean global)

Method Details

updateDynamicPropertiesStructural

@AnyLogicInternalAPI
public boolean updateDynamicPropertiesStructural(boolean publicOnly)
Returns:
true if update was done (usually for visible elements, respecting public flag etc.)

getLevel

public Level getLevel()
Returns the level containing this shape. The returned value is null for shapes in the experiments.
Specified by:
getLevel in interface HasLevel
Returns:
the level containing this shape

setLevel

@AnyLogicInternalAPI
public void setLevel(Level level)
This method is internal and shouldn't be called by user.
it may be removed/renamed in future. Please use Level.add(Shape) instead.
Specified by:
setLevel in interface LevelElement

restoreOwner

@AnyLogicInternalCodegenAPI
@Deprecated
public final void restoreOwner(Object owner)
Deprecated.
This method normally should not be called by user
This method restores owner of this object
The method is used in snapshot saving/loading
Specified by:
restoreOwner in interface com.anylogic.engine.internal.Child
Parameters:
owner - owner of this object, usually Agent, Experiment or ShapeGroup

setContextReference_xjal

@AnyLogicInternalAPI
@Deprecated
public void setContextReference_xjal(Presentable contextReference)
Deprecated.