public class PortGeometry
extends java.lang.Object
Constructor and Description |
---|
PortGeometry(double position,
double height) |
Modifier and Type | Method and Description |
---|---|
double |
getHeight() |
double |
getLastY() |
double |
getPosition() |
java.lang.String |
toString() |
PortGeometry |
translateY(double deltaY) |
public PortGeometry translateY(double deltaY)
public java.lang.String toString()
toString
in class java.lang.Object
public double getHeight()
public double getPosition()
public double getLastY()