BendpointStuff
Class VOCLBendpoint

java.lang.Object
  extended by BendpointStuff.VOCLBendpoint
All Implemented Interfaces:
org.eclipse.draw2d.Bendpoint

public class VOCLBendpoint
extends java.lang.Object
implements org.eclipse.draw2d.Bendpoint

Implements Bendpoint

Author:
jan

Constructor Summary
VOCLBendpoint()
           
 
Method Summary
 org.eclipse.draw2d.geometry.Dimension getFirstRelativeDimension()
           
 org.eclipse.draw2d.geometry.Point getLocation()
           
 org.eclipse.draw2d.geometry.Dimension getSecondRelativeDimension()
           
 float getWeight()
           
 void setRelativeDimensions(org.eclipse.draw2d.geometry.Dimension dim1, org.eclipse.draw2d.geometry.Dimension dim2)
           
 void setWeight(float w)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VOCLBendpoint

public VOCLBendpoint()
Method Detail

getFirstRelativeDimension

public org.eclipse.draw2d.geometry.Dimension getFirstRelativeDimension()

getLocation

public org.eclipse.draw2d.geometry.Point getLocation()
Specified by:
getLocation in interface org.eclipse.draw2d.Bendpoint

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)