tom.fishEye
Interface FishNodeRender

All Known Implementing Classes:
DefaultFishNodeRender

public abstract interface FishNodeRender

Class who want to implements her own FishNode render must implements this interface, and must tell to the FishEye that they must use this

See Also:
See DEfaultFishNode Render for an exemple of how to implements your own FishNode Render..., DefaultFishNodeRender

Method Summary
 void draw(tom.fishEye.hyperbolic.Graphics2D g, FishNode node, FishEye theEye)
           
 

Method Detail

draw

public void draw(tom.fishEye.hyperbolic.Graphics2D g,
                 FishNode node,
                 FishEye theEye)