Package net.sourceforge.plantuml.svek
Class PortGeometry
- java.lang.Object
-
- net.sourceforge.plantuml.svek.PortGeometry
-
public class PortGeometry extends Object
-
-
Constructor Summary
Constructors Constructor Description PortGeometry(double position, double height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getHeight()
double
getLastY()
double
getPosition()
String
toString()
PortGeometry
translateY(double deltaY)
-
-
-
Method Detail
-
translateY
public PortGeometry translateY(double deltaY)
-
getHeight
public double getHeight()
-
getPosition
public double getPosition()
-
getLastY
public double getLastY()
-
-