Class PSegment


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

      Constructors 
      Constructor Description
      PSegment​(double minsize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDebugPosition()  
      double getMinsize()  
      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 Detail

      • PSegment

        public PSegment​(double minsize)
    • Method Detail

      • getMinsize

        public double getMinsize()
      • push

        public void push​(double delta)
      • getDebugPosition

        public java.lang.String getDebugPosition()
      • getPosition

        public double getPosition​(double position)