org.objectweb.fractal.gui.graph.view
Class BasicBindingRenderer
java.lang.Object
org.objectweb.fractal.gui.graph.view.BasicBindingRenderer
- All Implemented Interfaces:
- BindingRenderer
- public class BasicBindingRenderer
- extends Object
- implements BindingRenderer
Basic implementation of the BindingRenderer
interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicBindingRenderer
public BasicBindingRenderer()
- Constructs a new
BasicBindingRenderer
component.
drawBinding
public void drawBinding(Graphics g,
Rectangle c,
Rectangle s,
Point cp,
Point sp,
Binding bd,
int range)
- Description copied from interface:
BindingRenderer
- Draws the given binding.
- Specified by:
drawBinding
in interface BindingRenderer
- Parameters:
g
- the graphics to be used to draw the binding.c
- where the client component is drawn.s
- where the server component is drawn.cp
- position of the client interface.sp
- position of the server interface.