org.concord.biologica.ui
Class SpindleLine

java.lang.Object
  |
  +--org.concord.biologica.ui.SpindleLine

public final class SpindleLine
extends java.lang.Object

SpindleLine has the information necessary to draw a line to represent a portion of a spindle. This is used by the MeiosisModel code to help views paint the spindles during meiosis.

Version:
$Revision: 1.1.1.1 $ $Date: 2001/04/28 00:39:21 $
Author:
$Author: ed $

Constructor Summary
SpindleLine(int x1, int y1, int x2, int y2)
          Create a new SpindleLine
 
Method Summary
 int getX1()
          Return x1
 int getX2()
          Return x2
 int getY1()
          Return y1
 int getY2()
          Return y2
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpindleLine

public SpindleLine(int x1,
                   int y1,
                   int x2,
                   int y2)
Create a new SpindleLine
Method Detail

getX1

public int getX1()
Return x1

getY1

public int getY1()
Return y1

getX2

public int getX2()
Return x2

getY2

public int getY2()
Return y2