Package com.anylogic.engine.markup
- Method Summary
- Methods inherited from class com.anylogic.engine.markup.MarkupShape
- Methods inherited from class com.anylogic.engine.markup.AbstractMarkup
- Methods inherited from class java.lang.Object
- Methods inherited from interface com.anylogic.engine.markup.AggregatableAnimationElement
- Methods inherited from interface com.anylogic.engine.markup.INetworkMarkupElement
- Method Detail
- java.lang.Object
-
- com.anylogic.engine.markup.AbstractMarkup
-
- com.anylogic.engine.markup.MarkupShape
-
- com.anylogic.engine.markup.ConveyorMarkupElement<T>
- All Implemented Interfaces:
AggregatableAnimationElement
,HasLevel
,INetworkMarkupElement
,SVGElement
,java.io.Serializable
- Direct Known Subclasses:
ConveyorNode
,ConveyorPath
,ConveyorPathPart
public abstract class ConveyorMarkupElement<T extends Agent> extends MarkupShape implements INetworkMarkupElement
- See Also:
- Serialized Form
Level |
getLevel() |
Returns level associated with this space markup element or
null
if this element has no level |
ConveyorNetwork |
getNetwork() |
|
void |
setNetwork(ConveyorNetwork network) |
Sets the network for this element.
|
Modifier and Type | Method | Description |
---|
contains, error, getDrawMode, getFullName, getOutsideLevelZ, getPresentable, getSpace, initialize, isClickHandled, isPublic, onClick, remove, setDrawMode, setOwner
discardOwner, executeUserAction, findSVGElement, getName, getSVGId, initializeInternal, isVisible, onAggregatorInitialized, onAggregatorVisibilityChanged, removeSVGFromOwner, resetSVGState, setVisible, updateDynamicProperties, updateDynamicPropertiesStructural, updateSVGProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
postInitialize
contains, getNearestPoint, getSpace, randomPointInside, randomPointInside, randomPointInside, randomPointInside
public ConveyorNetwork getNetwork()
- Specified by:
getNetwork
in interfaceINetworkMarkupElement
- Returns:
- network this markup element belongs to
or
null
if this element isn't a part of a network
public Level getLevel()
Description copied from interface:
HasLevel
Returns level associated with this space markup element or
null
if this element has no level- Specified by:
getLevel
in interfaceHasLevel
- Specified by:
getLevel
in classMarkupShape
- Returns:
- the level associated with this space markup element
public void setNetwork(ConveyorNetwork network)
Sets the network for this element. The element should be uninitialized
- Parameters:
network
- new network
-
How can we improve this article?
-