.. java:import:: java.awt Color .. java:import:: java.awt Graphics Edge ==== .. java:package:: fr.inria.tapenade.graphicsutils :noindex: .. java:type:: class Edge Static class for graphic display of Tapenade objects with -viewcallgraph option. Fields ------ from ^^^^ .. java:field:: protected Node from :outertype: Edge idealX ^^^^^^ .. java:field:: protected int idealX :outertype: Edge idealY ^^^^^^ .. java:field:: protected int idealY :outertype: Edge to ^^ .. java:field:: protected Node to :outertype: Edge x3 ^^ .. java:field:: protected int[] x3 :outertype: Edge y3 ^^ .. java:field:: protected int[] y3 :outertype: Edge Constructors ------------ Edge ^^^^ .. java:constructor:: protected Edge() :outertype: Edge Methods ------- draw ^^^^ .. java:method:: protected void draw(Graphics graphics) :outertype: Edge