|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectshowMol.Wire
public class Wire
| Constructor Summary | |
|---|---|
Wire()
Default constructor does nothing. |
|
Wire(Atom a)
Constructs wires framework centered at the specified atom. |
|
| Method Summary | |
|---|---|
void |
addBond(Atom a)
Adds a wire from the central atom (defined in the constructor) to the specified atom. |
void |
clearBonds()
Removes all bonds to the central atom. |
javax.media.j3d.Shape3D |
getShape3D()
Provides the Shape3D object for the wire frame. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Wire()
public Wire(Atom a)
a - central atom| Method Detail |
|---|
public void addBond(Atom a)
a - atom at end of new wirepublic void clearBonds()
public javax.media.j3d.Shape3D getShape3D()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||