All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class math.topol.Braid.CurveDiagram.CutPoint

java.lang.Object
   |
   +----math.topol.Braid.CurveDiagram.CutPoint

public class CutPoint
extends Object
Implements a geometric cut point in a cut-sequence for a braid curve diagram.

Version:
$Id: CutPoint.java,v 1.3 1999/02/11 21:24:34 djun Exp djun $ Copyright (c)1998 Djun Kim. The author reserves all rights.

Variable Index

 o direction
 o integral
 o next
 o prev
 o xpos

Constructor Index

 o CutPoint()

Method Index

 o copy()
Returns a copy of this CutPoint.
 o toString()
Returns a String representing this CutPoint.

Variables

 o integral
 public boolean integral
 o direction
 public int direction
 o next
 public CutPoint next
 o prev
 public CutPoint prev
 o xpos
 public float xpos

Constructors

 o CutPoint
 public CutPoint()

Methods

 o copy
 public CutPoint copy()
Returns a copy of this CutPoint.

 o toString
 public String toString()
Returns a String representing this CutPoint.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index