Package com.anylogic.engine.markup
- Field Summary
- Constructor Summary
- Method Summary
- Methods inherited from class com.anylogic.engine.presentation.Shape3D
- Methods inherited from class com.anylogic.engine.presentation.Shape
- Methods inherited from class java.lang.Object
- Methods inherited from interface com.anylogic.engine.markup.AggregatableAnimationElement
- Methods inherited from interface com.anylogic.engine.Locatable2D
- Constructor Details
- Method Details
- java.lang.Object
- com.anylogic.engine.presentation.Shape
- com.anylogic.engine.presentation.Shape3D
- com.anylogic.engine.markup.ElevatorShaft
- All Implemented Interfaces:
com.anylogic.engine.internal.Child
,Locatable2D
,Locatable3D
,AggregatableAnimationElement
,HasLevel
,LevelElement
,SVGElement
,Serializable
,Cloneable
@AnyLogicInternalAPI public class ElevatorShaft extends Shape3D
- See Also:
- Serialized Form
Constructor | Description |
---|---|
ElevatorShaft |
Modifier and Type | Method | Description |
---|---|---|
boolean | contains |
Test if the shape contains the point with the given coordinates
(relative to this shape's container, i.e.
|
BoundingRectangle | getBoundingRectangle() | |
Elevator<?> | getElevator() | |
void | setFrontDoorOpen | |
void | setLineColor | |
void | setPlatformColor | |
void | setRearDoorOpen | |
void | setZHeight |
canHandleClick, getDrawMode, getScaleZ, getZ, getZOffset, setDrawMode, setPos, setPos, setPos, setRotation, setScale, setScale, setScaleZ, setZ
clone, executeUserAction, findSVGElement, getGroup, getLevel, getName, getPresentable, getRotation, getScaleX, getScaleY, getSVGId, getX, getY, isJava2DSwingPresentation, isPublic_xjal, isSVGPresentation, isVisible, onAggregatorVisibilityChanged, onClick, postSVGShapeSpecificAttributes, randomPointInside, randomPointInside, removeSVGFromOwner, removeSVGImage, resetSVGState, restoreOwner, setLevel, setPublic_xjal, setScale, setScaleX, setScaleY, setVisible, setX, setY, updateDynamicProperties, updateDynamicPropertiesStructural, updateSVGProperties
public ElevatorShaft(Elevator<?> elevator, Level level)
public void setZHeight(double zHeight)
public void setLineColor(Paint lineColor)
public void setPlatformColor(Paint platformColor)
public void setFrontDoorOpen(boolean frontDoorOpen)
public void setRearDoorOpen(boolean rearDoorOpen)
public boolean contains(double px, double py)
Description copied from class:
Shape
@AnyLogicInternalAPI public BoundingRectangle getBoundingRectangle()
public Elevator<?> getElevator()