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

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

    Constructors
    Constructor
    Description
    PSegment(double minsize)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.String
     
    double
     
    double
    getPosition(double position)
     
    void
    push(double delta)
     

    Methods inherited from class java.lang.Object

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

    • PSegment

      public PSegment(double minsize)
  • Method Details

    • getMinsize

      public double getMinsize()
    • push

      public void push(double delta)
    • getDebugPosition

      public java.lang.String getDebugPosition()
    • getPosition

      public double getPosition(double position)