SEdit
Class ConnectorPlacement
java.lang.Object
SEdit.ConnectorPlacement
public class ConnectorPlacement
- extends java.lang.Object
Method Summary |
double |
getRatio()
Get the value of yratio. |
int |
getSide()
|
void |
setRatio(double v)
Set the value of yratio. |
void |
setSide(int v)
Set the value of side. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNSPECIFIED
public static final int UNSPECIFIED
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
TOP
public static final int TOP
- See Also:
- Constant Field Values
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
ConnectorPlacement
public ConnectorPlacement()
ConnectorPlacement
public ConnectorPlacement(int s)
ConnectorPlacement
public ConnectorPlacement(int s,
double r)
getRatio
public double getRatio()
- Get the value of yratio.
- Returns:
- Value of yratio.
setRatio
public void setRatio(double v)
- Set the value of yratio.
- Parameters:
v
- Value to assign to yratio.
getSide
public int getSide()
setSide
public void setSide(int v)
- Set the value of side.
- Parameters:
v
- Value to assign to side.
Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.