Package | Description |
---|---|
java.awt.geom | |
kineticMonteCarlo.lattice |
Modifier and Type | Class and Description |
---|---|
static class |
Point2D.Double
The
Double class defines a point specified in
double precision. |
static class |
Point2D.Float
The
Float class defines a point specified in float
precision. |
Modifier and Type | Method and Description |
---|---|
double |
Point2D.distance(Point2D pt)
Returns the distance from this
Point2D to a
specified Point2D . |
double |
Point2D.distanceSq(Point2D pt)
Returns the square of the distance from this
Point2D to a specified Point2D . |
void |
Point2D.setLocation(Point2D p)
Sets the location of this
Point2D to the same
coordinates as the specified Point2D object. |
Modifier and Type | Field and Description |
---|---|
private Point2D |
AgLattice.centralCartesianLocation |
private Point2D |
AgUcLattice.centralCartesianLocation |
private Point2D |
GrapheneLattice.centralCartesianLocation |
private Point2D |
Island.centreOfMass |
Modifier and Type | Method and Description |
---|---|
abstract Point2D |
AbstractGrowthLattice.getCartesianLocation(int iHexa,
int jHexa)
Obtains the spatial location of certain atom, the distance between atoms is considered as 1
Returns the Cartesian position, given the hexagonal (lattice) location.
|
Point2D |
AgLattice.getCartesianLocation(int iHexa,
int jHexa) |
Point2D |
BasicGrowthLattice.getCartesianLocation(int iHexa,
int jHexa) |
Point2D |
CatalysisLattice.getCartesianLocation(int iHexa,
int jHexa) |
Point2D |
GrapheneLattice.getCartesianLocation(int iHexa,
int jHexa) |
abstract Point2D |
AbstractGrowthLattice.getCentralCartesianLocation() |
Point2D |
AgLattice.getCentralCartesianLocation() |
Point2D |
AgUcLattice.getCentralCartesianLocation() |
Point2D |
BasicGrowthLattice.getCentralCartesianLocation() |
Point2D |
CatalysisLattice.getCentralCartesianLocation() |
Point2D |
GrapheneLattice.getCentralCartesianLocation() |
Point2D |
Island.getCentreOfMass() |
Modifier and Type | Method and Description |
---|---|
void |
Island.setCentreOfMass(Point2D centreOfMass) |