All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gui.Edgel

java.lang.Object
   |
   +----gui.Edgel

public class Edgel
extends java.lang.Object

Variable Index

 o CLOSED
 o OPEN

Constructor Index

 o Edgel()
 o Edgel(Edgel)

Method Index

 o getCost()
 o getParent()
 o getPly()
 o getType()
 o setCoordinates(Point, Point)
 o setCost(int)
 o setParent(Edgel)
 o setType(int)

Variables

 o OPEN
 public static final int OPEN
 o CLOSED
 public static final int CLOSED

Constructors

 o Edgel
 public Edgel()
 o Edgel
 public Edgel(gui.Edgel e)

Methods

 o setCoordinates
 public void setCoordinates(java.awt.Point _p1,
                            java.awt.Point _p2)
 o setType
 public void setType(int _type)
 o getType
 public int getType()
 o setParent
 public void setParent(gui.Edgel _parent)
 o getParent
 public gui.Edgel getParent()
 o setCost
 public void setCost(int _c)
 o getPly
 public int getPly()
 o getCost
 public int getCost()

All Packages  Class Hierarchy  This Package  Previous  Next  Index