All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----relaaja.netlayout.VGJ.Edge
protected Node head_
protected Node tail_
protected DPoint3 points_[]
private DPoint3 oldpoints_[]
private boolean dummy_
public boolean selected
private String label_
private int lineStyle_
public static String styleNames[]
public static Color styleColors[]
public static String styleLabels[]
public static String stylePatterns[]
public static String dataTypes[]
private String data_[]
public Object data
public Edge(Node tail, Node head, DPoint3 points[], boolean dummy)
public Edge(Node tail, Node head, Edge from)
private void drawArrow_(Graphics graphics, DPoint3 p1, DPoint3 p2)
private StringBuffer psString_(String source)
private String arrowPS_(DPoint3 p1, DPoint3 p2)
private String PSnum_(double num)
public DPoint3[] points()
public Node head()
public Node tail()
public boolean isDummy()
public void saveState()
public String getLabel()
public void setLabel(String label)
public void setLineStyle(int line_style)
public int getLineStyle()
public void setDataVals(String data_vals[])
public String[] getDataVals()
All Packages Class Hierarchy This Package Previous Next Index