org.jmol.shapespecial
Class Dipole
java.lang.Object
org.jmol.shapespecial.Dipole
class Dipole
- extends java.lang.Object
Constructor Summary |
Dipole()
|
Dipole(int modelIndex,
java.lang.String thisID,
java.lang.String dipoleInfo,
short colix,
short mad,
boolean visible)
|
Method Summary |
(package private) void |
centerDipole()
|
java.lang.String |
getShapeState()
|
(package private) boolean |
isBondType()
|
(package private) void |
set(Atom atom1,
Atom atom2,
float value)
|
(package private) void |
set(float value)
|
private void |
set(javax.vecmath.Point3f pt1,
javax.vecmath.Point3f pt2)
|
(package private) void |
set(javax.vecmath.Point3f pt1,
javax.vecmath.Point3f pt2,
float value)
|
(package private) void |
set(javax.vecmath.Point3f pt1,
javax.vecmath.Vector3f dipole)
|
(package private) void |
set(java.lang.String thisID,
java.lang.String dipoleInfo,
Atom[] atoms,
float dipoleValue,
short mad,
float offsetAngstroms,
int offsetPercent,
float offsetSide,
javax.vecmath.Point3f origin,
javax.vecmath.Vector3f vector)
|
(package private) void |
setTranslucent(boolean isTranslucent,
float translucentLevel)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
thisID
java.lang.String thisID
mad
short mad
colix
short colix
type
short type
origin
javax.vecmath.Point3f origin
center
javax.vecmath.Point3f center
vector
javax.vecmath.Vector3f vector
dipoleInfo
java.lang.String dipoleInfo
dipoleValue
float dipoleValue
isUserValue
boolean isUserValue
offsetSide
float offsetSide
offsetAngstroms
float offsetAngstroms
offsetPercent
int offsetPercent
visibilityFlags
int visibilityFlags
modelIndex
int modelIndex
visible
boolean visible
noCross
boolean noCross
haveAtoms
boolean haveAtoms
isValid
boolean isValid
atoms
Atom[] atoms
coords
javax.vecmath.Point3f[] coords
bond
Bond bond
DIPOLE_TYPE_UNKNOWN
static final short DIPOLE_TYPE_UNKNOWN
- See Also:
- Constant Field Values
DIPOLE_TYPE_POINTS
static final short DIPOLE_TYPE_POINTS
- See Also:
- Constant Field Values
DIPOLE_TYPE_ATOMS
static final short DIPOLE_TYPE_ATOMS
- See Also:
- Constant Field Values
DIPOLE_TYPE_BOND
static final short DIPOLE_TYPE_BOND
- See Also:
- Constant Field Values
DIPOLE_TYPE_MOLECULAR
static final short DIPOLE_TYPE_MOLECULAR
- See Also:
- Constant Field Values
DIPOLE_TYPE_POINTVECTOR
static final short DIPOLE_TYPE_POINTVECTOR
- See Also:
- Constant Field Values
Dipole
Dipole()
Dipole
Dipole(int modelIndex,
java.lang.String thisID,
java.lang.String dipoleInfo,
short colix,
short mad,
boolean visible)
setTranslucent
void setTranslucent(boolean isTranslucent,
float translucentLevel)
set
void set(java.lang.String thisID,
java.lang.String dipoleInfo,
Atom[] atoms,
float dipoleValue,
short mad,
float offsetAngstroms,
int offsetPercent,
float offsetSide,
javax.vecmath.Point3f origin,
javax.vecmath.Vector3f vector)
set
private void set(javax.vecmath.Point3f pt1,
javax.vecmath.Point3f pt2)
set
void set(float value)
set
void set(javax.vecmath.Point3f pt1,
javax.vecmath.Point3f pt2,
float value)
set
void set(javax.vecmath.Point3f pt1,
javax.vecmath.Vector3f dipole)
set
void set(Atom atom1,
Atom atom2,
float value)
centerDipole
void centerDipole()
isBondType
boolean isBondType()
getShapeState
public java.lang.String getShapeState()