All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class utils.d3.Locator

java.lang.Object
   |
   +----utils.d3.Locator

public class Locator
extends Object

Variable Index

 o depth
 o x
 o y

Constructor Index

 o Locator()
 o Locator(int, int, double)
 o Locator(Point, double)

Variables

 o x
 public int x
 o y
 public int y
 o depth
 public double depth

Constructors

 o Locator
 public Locator()
 o Locator
 public Locator(int xx,
                int yy,
                double d)
 o Locator
 public Locator(Point p,
                double d)

All Packages  Class Hierarchy  This Package  Previous  Next  Index