org.jmol.shapespecial
Class Dipole
class
Dipole
extends Object
Method Summary |
void | centerDipole() |
String | getShapeState() |
boolean | isBondType() |
void | set(String thisID, String dipoleInfo, Atom[] atoms, float dipoleValue, short mad, float offsetAngstroms, int offsetPercent, float offsetSide, Point3f origin, Vector3f vector) |
void | set(Point3f pt1, Point3f pt2) |
void | set(float value) |
void | set(Point3f pt1, Point3f pt2, float value) |
void | set(Point3f pt1, Vector3f dipole) |
void | set(Atom atom1, Atom atom2, float value) |
void | setTranslucent(boolean isTranslucent, float translucentLevel) |
Point3f center
short colix
Point3f[] coords
String dipoleInfo
float dipoleValue
static final short DIPOLE_TYPE_ATOMS
static final short DIPOLE_TYPE_BOND
static final short DIPOLE_TYPE_MOLECULAR
static final short DIPOLE_TYPE_POINTS
static final short DIPOLE_TYPE_POINTVECTOR
static final short DIPOLE_TYPE_UNKNOWN
boolean haveAtoms
boolean isUserValue
boolean isValid
short mad
int modelIndex
boolean noCross
float offsetAngstroms
int offsetPercent
float offsetSide
Point3f origin
String thisID
short type
Vector3f vector
int visibilityFlags
boolean visible
Dipole()
Dipole(int modelIndex, String thisID, String dipoleInfo, short colix, short mad, boolean visible)
void centerDipole()
public String getShapeState()
boolean isBondType()
void set(String thisID, String dipoleInfo,
Atom[] atoms, float dipoleValue, short mad, float offsetAngstroms, int offsetPercent, float offsetSide, Point3f origin, Vector3f vector)
private void set(Point3f pt1, Point3f pt2)
void set(float value)
void set(Point3f pt1, Point3f pt2, float value)
void set(Point3f pt1, Vector3f dipole)
void set(
Atom atom1,
Atom atom2, float value)
void setTranslucent(boolean isTranslucent, float translucentLevel)