|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmodel.Line
public class Line
Title: Bioinformatics Project
Description: Genomes Comparacent
Copyright: Copyright (c) 2005-2006
Line - an object which cotains a line coordinates
| Field Summary | |
|---|---|
boolean |
sign
Line sign. |
double |
x1
Line coordinates. |
double |
x2
Line coordinates. |
double |
y1
Line coordinates. |
double |
y2
Line coordinates. |
| Constructor Summary | |
|---|---|
Line()
Empty constructor. |
|
| Method Summary | |
|---|---|
boolean |
getSign()
returns the line sign is imported from the file. |
void |
setCoordinates(double d1,
double e1,
double d2,
double e2,
char c)
Sets the line fields with the given parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double x1
public double y1
public double x2
public double y2
public boolean sign
| Constructor Detail |
|---|
public Line()
| Method Detail |
|---|
public void setCoordinates(double d1,
double e1,
double d2,
double e2,
char c)
d1 - doublee1 - doubled2 - doublee2 - doublec - charpublic boolean getSign()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||