|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectastex.generic.Generic
astex.Distance
public class Distance
| Field Summary | |
|---|---|
static int |
Centroids
The centroid distance mode. |
static java.lang.String |
Color
|
static java.lang.String |
Format
|
DynamicArray |
group0
Atoms at one end of the distance. |
DynamicArray |
group1
Atoms at the other end of the distance. |
static java.lang.String |
LabelColor
|
static java.lang.String |
Mode
Properties for a Distance object. |
static java.lang.String |
Off
|
static java.lang.String |
On
|
static int |
Pairs
The pair distance mode. |
static java.lang.String |
Radius
|
static java.lang.String |
Visible
|
| Fields inherited from class astex.generic.Generic |
|---|
ClassName |
| Fields inherited from interface astex.generic.GenericInterface |
|---|
Name |
| Constructor Summary | |
|---|---|
Distance()
|
|
| Method Summary | |
|---|---|
static Distance |
createDistanceMonitor(Atom a0,
Atom a1)
Get the distance mode. |
void |
getCenter(Point3d p,
DynamicArray d)
Calculate the center of the group. |
Point3d |
getCenter0()
Calculate the center of group 0. |
Point3d |
getCenter1()
Calculate the center of group 1. |
boolean |
valid()
Is this distance valid. |
| Methods inherited from class astex.generic.Generic |
|---|
addChild, addListener, addParent, get, getBoolean, getChildren, getClassname, getDouble, getInteger, getParents, getProperties, getString, main, removeChild, removeListener, removeParent, set, setBoolean, setClassname, setDouble, setInteger, setString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String Mode
public static final java.lang.String Visible
public static final java.lang.String Format
public static final java.lang.String Color
public static final java.lang.String LabelColor
public static final java.lang.String On
public static final java.lang.String Off
public static final java.lang.String Radius
public static final int Pairs
public static final int Centroids
public DynamicArray group0
public DynamicArray group1
| Constructor Detail |
|---|
public Distance()
| Method Detail |
|---|
public static Distance createDistanceMonitor(Atom a0,
Atom a1)
public Point3d getCenter0()
public Point3d getCenter1()
public void getCenter(Point3d p,
DynamicArray d)
public boolean valid()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||