All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class relaaja.netlayout.VGJ.DPoint

java.lang.Object
   |
   +----relaaja.netlayout.VGJ.DPoint

public class DPoint
extends Object
A class for holding a real position.

Here is the source.

Author:
Larry Barowski

Variable Index

 o x
 o y

Constructor Index

 o DPoint()
 o DPoint(double, double)
 o DPoint(DPoint)

Method Index

 o equals(DPoint)
 o move(double, double)
 o move(DPoint)
 o translate(double, double)

Variables

 o x
 public double x
 o y
 public double y

Constructors

 o DPoint
 public DPoint(double x_in,
               double y_in)
 o DPoint
 public DPoint()
 o DPoint
 public DPoint(DPoint init)

Methods

 o equals
 public boolean equals(DPoint other)
 o move
 public void move(double new_x,
                  double new_y)
 o move
 public void move(DPoint to)
 o translate
 public void translate(double x_shift,
                       double y_shift)

All Packages  Class Hierarchy  This Package  Previous  Next  Index