org.objectweb.fractal.gui.graph.view
Interface BindingRenderer
- All Known Implementing Classes:
- BasicBindingRenderer
- public interface BindingRenderer
A component that draws bindings.
drawBinding
public void drawBinding(Graphics g,
Rectangle c,
Rectangle s,
Point cp,
Point sp,
Binding bd,
int range)
- Draws the given binding.
- 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.