AnyLogic
Expand
Font size
All Implemented Interfaces:
IPathData, Serializable, Iterable<T>

@AnyLogicInternalAPI
public class Curve<T extends AbstractMarkupSegment>
extends AbstractCurve<T>
See Also:
Serialized Form

Constructor Summary

ConstructorDescription
Curve() 

Method Summary

Modifier and TypeMethodDescription
voidinitialize() 

Methods inherited from class com.anylogic.engine.markup.AbstractCurve

addSegment, getEndPoint, getPositionAtOffset, getSegment, getSegmentCount, getStartPoint, isInitialized, iterator, length, segmentsStream, toString

Methods inherited from class java.lang.Object

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

Methods inherited from interface java.lang.Iterable

forEach, spliterator

Constructor Details

Curve

public Curve()

Method Details

initialize

public void initialize()