AnyLogic
Expand
Font size
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MarkupSegmentArcDescriptor, MarkupSegmentLineDescriptor

@AnyLogicInternalAPI
public abstract class MarkupSegmentDescriptor
extends Object
implements Serializable
See Also:
Serialized Form

Field Summary

Modifier and TypeFieldDescription
final doubleex 
final doubleey 
final doubleez 
final doublesx 
final doublesy 
final doublesz 

Constructor Summary

ConstructorDescription
MarkupSegmentDescriptor(double sx, double sy, double sz, double ex, double ey, double ez) 

Method Summary

Methods inherited from class java.lang.Object

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

Field Details

sx

public final double sx

sy

public final double sy

sz

public final double sz

ex

public final double ex

ey

public final double ey

ez

public final double ez

Constructor Details

MarkupSegmentDescriptor

public MarkupSegmentDescriptor(double sx,
 double sy,
 double sz,
 double ex,
 double ey,
 double ez)