Class SegmentPosition

java.lang.Object
net.sourceforge.plantuml.sequencediagram.puma.SegmentPosition

public class SegmentPosition extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    SegmentPosition(PSegment segment, double position)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SegmentPosition

      public SegmentPosition(PSegment segment, double position)
  • Method Details

    • getPosition

      public double getPosition()
    • getSegment

      public PSegment getSegment()