|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fraid.graphics.utils.FigureEdge
public class FigureEdge
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 |
---|
public int first_vertex
public int second_vertex
Constructor Detail |
---|
public FigureEdge()
public FigureEdge(int aFirst_vertex, int aSecond_vertex)
Method Detail |
---|
public int get_first()
public int get_second()
public void set_first(int aFirst_vertex)
public void set_second(int aSecond_vertex)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |