org.fraid.graphics.utils
Class FigureEdge

java.lang.Object
  extended by org.fraid.graphics.utils.FigureEdge
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class FigureEdge
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Field Summary
 int first_vertex
           
 int second_vertex
           
 
Constructor Summary
FigureEdge()
           
FigureEdge(int aFirst_vertex, int aSecond_vertex)
           
 
Method Summary
 int get_first()
           
 int get_second()
           
 void set_first(int aFirst_vertex)
           
 void set_second(int aSecond_vertex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first_vertex

public int first_vertex

second_vertex

public int second_vertex
Constructor Detail

FigureEdge

public FigureEdge()

FigureEdge

public FigureEdge(int aFirst_vertex,
                  int aSecond_vertex)
Method Detail

get_first

public int get_first()

get_second

public int get_second()

set_first

public void set_first(int aFirst_vertex)

set_second

public void set_second(int aSecond_vertex)


Fraid (system and language). (C) 2003-2007 Ivaylo Iliev
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.