APStudio.models
Class ConnectorBendpoint
java.lang.Object
|
+--APStudio.models.ConnectorBendpoint
- All Implemented Interfaces:
- org.eclipse.draw2d.Bendpoint, java.io.Serializable
- public class ConnectorBendpoint
- extends java.lang.Object
- implements java.io.Serializable, org.eclipse.draw2d.Bendpoint
- Author:
- rajags
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectorBendpoint
public ConnectorBendpoint()
getLocation
public org.eclipse.draw2d.geometry.Point getLocation()
- Specified by:
getLocation
in interface org.eclipse.draw2d.Bendpoint
getFirstRelativeDimension
public org.eclipse.draw2d.geometry.Dimension getFirstRelativeDimension()
getSecondRelativeDimension
public org.eclipse.draw2d.geometry.Dimension getSecondRelativeDimension()
getWeight
public float getWeight()
setRelativeDimensions
public void setRelativeDimensions(org.eclipse.draw2d.geometry.Dimension dim1,
org.eclipse.draw2d.geometry.Dimension dim2)
setWeight
public void setWeight(float w)