Class PSegment
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.puma.PSegment
-
public class PSegment extends Object
-
-
Constructor Summary
Constructors Constructor Description PSegment(double minsize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDebugPosition()
double
getMinsize()
double
getPosition(double position)
void
push(double delta)
-
-
-
Method Detail
-
getMinsize
public double getMinsize()
-
push
public void push(double delta)
-
getDebugPosition
public String getDebugPosition()
-
getPosition
public double getPosition(double position)
-
-