com.ajc.esim.core
Class CPoint

java.lang.Object
  extended by com.ajc.esim.core.CPoint

 class CPoint
extends java.lang.Object

Contains all methods for calculating and drawing field lines and potential lines.


Field Summary
(package private)  double ef
           
(package private)  int x
           
(package private)  int y
           
 
Constructor Summary
CPoint(int x1, int y1, double ef1)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

int x

y

int y

ef

double ef
Constructor Detail

CPoint

public CPoint(int x1,
              int y1,
              double ef1)