All Packages Class Hierarchy This Package Previous Next Index
Class gui.Edgel
java.lang.Object
|
+----gui.Edgel
- public class Edgel
- extends java.lang.Object
-
CLOSED
-
-
OPEN
-
-
Edgel()
-
-
Edgel(Edgel)
-
-
getCost()
-
-
getParent()
-
-
getPly()
-
-
getType()
-
-
setCoordinates(Point, Point)
-
-
setCost(int)
-
-
setParent(Edgel)
-
-
setType(int)
-
OPEN
public static final int OPEN
CLOSED
public static final int CLOSED
Edgel
public Edgel()
Edgel
public Edgel(gui.Edgel e)
setCoordinates
public void setCoordinates(java.awt.Point _p1,
java.awt.Point _p2)
setType
public void setType(int _type)
getType
public int getType()
setParent
public void setParent(gui.Edgel _parent)
getParent
public gui.Edgel getParent()
setCost
public void setCost(int _c)
getPly
public int getPly()
getCost
public int getCost()
All Packages Class Hierarchy This Package Previous Next Index