showStructure
Class AtomGroup
java.lang.Object
javax.media.j3d.SceneGraphObject
javax.media.j3d.Node
javax.media.j3d.Group
javax.media.j3d.BranchGroup
showStructure.AtomGroup
public class AtomGroup
- extends javax.media.j3d.BranchGroup
|
Field Summary |
static javax.vecmath.Color3f |
BLACK
|
| Fields inherited from class javax.media.j3d.BranchGroup |
ALLOW_DETACH |
| Fields inherited from class javax.media.j3d.Group |
ALLOW_CHILDREN_EXTEND, ALLOW_CHILDREN_READ, ALLOW_CHILDREN_WRITE, ALLOW_COLLISION_BOUNDS_READ, ALLOW_COLLISION_BOUNDS_WRITE |
| Fields inherited from class javax.media.j3d.Node |
ALLOW_AUTO_COMPUTE_BOUNDS_READ, ALLOW_AUTO_COMPUTE_BOUNDS_WRITE, ALLOW_BOUNDS_READ, ALLOW_BOUNDS_WRITE, ALLOW_COLLIDABLE_READ, ALLOW_COLLIDABLE_WRITE, ALLOW_LOCAL_TO_VWORLD_READ, ALLOW_LOCALE_READ, ALLOW_PARENT_READ, ALLOW_PICKABLE_READ, ALLOW_PICKABLE_WRITE, ENABLE_COLLISION_REPORTING, ENABLE_PICK_REPORTING |
|
Constructor Summary |
AtomGroup()
Default constructor is not usable |
AtomGroup(int nx,
int ny,
float r,
javax.vecmath.Color3f dc,
javax.vecmath.Color3f ec)
Creates a single layer of closest-packed atoms |
AtomGroup(UnitCell cell,
int s,
float r,
javax.vecmath.Color3f dc,
javax.vecmath.Color3f ec)
Creates sets of atoms for a unit cell. |
|
Method Summary |
javax.vecmath.Vector3f |
getAtomTranslation(int idx)
Returns virtual world translation of the specified atom. |
int |
getNbrAtoms()
|
void |
setAllVisible(boolean s)
Sets the visibility of all atoms |
void |
setRotation(float x,
float y,
float z,
float a)
Set rotation for the entire group. |
void |
setTranslation(float x,
float y,
float z)
Set the translation for the entire group. |
void |
setVisible(int idx,
boolean s)
Sets the visibility of the indicated atom |
| Methods inherited from class javax.media.j3d.BranchGroup |
cloneNode, compile, detach, pickAll, pickAll, pickAllSorted, pickAllSorted, pickAny, pickAny, pickClosest, pickClosest |
| Methods inherited from class javax.media.j3d.Group |
addChild, getAllChildren, getAlternateCollisionTarget, getChild, getCollisionBounds, indexOfChild, insertChild, moveTo, numChildren, removeAllChildren, removeChild, removeChild, setAlternateCollisionTarget, setChild, setCollisionBounds |
| Methods inherited from class javax.media.j3d.Node |
cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, duplicateNode, getBounds, getBoundsAutoCompute, getCollidable, getLocale, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickable |
| Methods inherited from class javax.media.j3d.SceneGraphObject |
clearCapability, clearCapabilityIsFrequent, getCapability, getCapabilityIsFrequent, getName, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setName, setUserData, toString, updateNodeReferences |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BLACK
public static javax.vecmath.Color3f BLACK
AtomGroup
public AtomGroup()
- Default constructor is not usable
AtomGroup
public AtomGroup(UnitCell cell,
int s,
float r,
javax.vecmath.Color3f dc,
javax.vecmath.Color3f ec)
- Creates sets of atoms for a unit cell. Atoms either lie on the lattice points or
on the hole positions.
- Parameters:
cell - unit cells - atom type (0 primary coordinate sites; otherwise hole sites)r - atom radiusdc - atom diffuse colorec - atom emissive color
AtomGroup
public AtomGroup(int nx,
int ny,
float r,
javax.vecmath.Color3f dc,
javax.vecmath.Color3f ec)
- Creates a single layer of closest-packed atoms
- Parameters:
nx - number of atoms along x directionny - number of atoms along y directionr - atom radiusdc - atom diffuse colorec - atom emissive color
getAtomTranslation
public javax.vecmath.Vector3f getAtomTranslation(int idx)
- Returns virtual world translation of the specified atom.
- Parameters:
idx - index of atom
getNbrAtoms
public int getNbrAtoms()
- Returns:
- number of atoms in the group
setVisible
public void setVisible(int idx,
boolean s)
- Sets the visibility of the indicated atom
- Parameters:
idx - atom indexs - visibility state
setAllVisible
public void setAllVisible(boolean s)
- Sets the visibility of all atoms
- Parameters:
s - visibility state
setRotation
public void setRotation(float x,
float y,
float z,
float a)
- Set rotation for the entire group.
setTranslation
public void setTranslation(float x,
float y,
float z)
- Set the translation for the entire group.