public class Edge extends Object
Constructor and Description |
---|
Edge() |
Edge(int p1,
int p2) |
Edge(int p1,
int p2,
boolean joined) |
Edge(String type,
int p1,
int p2,
boolean joined) |
public Edge()
public Edge(String type, int p1, int p2, boolean joined)
public Edge(int p1, int p2, boolean joined)
public Edge(int p1, int p2)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.