|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.daylight.DaylightCppObject
com.daylight.DaylightObject
com.daylight.Conformation
public class Conformation
Object representing a conformation object
Field Summary |
---|
Fields inherited from class com.daylight.DaylightCppObject |
---|
ref |
Constructor Summary | |
---|---|
Conformation(ConnectedAtomCollection molOrReaction)
from dt_alloc_conformation. |
Method Summary | |
---|---|
Conformation |
copy()
from dt_copy. |
protected void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
Point3D |
getCoordinate(Atom atom)
from dt_getcoord. |
void |
projectOnto(Depiction depiction)
from dt_project. |
void |
rotate(float vecX,
float vecY,
float vecZ,
float angleInRadians)
from dt_rotate. |
void |
scale(float scaleX,
float scaleY,
float scaleZ)
from dt_scale. |
void |
setCoordinate(Atom atom,
float x,
float y,
float z)
from dt_setcoord. |
void |
translate(float addX,
float addY,
float addZ)
from dt_translate. |
void |
zeroCoordinates()
from dt_zerocoord. |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Conformation(ConnectedAtomCollection molOrReaction) throws DaylightException
DaylightException
Method Detail |
---|
public Conformation copy() throws DaylightException
DaylightException
public Point3D getCoordinate(Atom atom) throws DaylightException
DaylightException
public void setCoordinate(Atom atom, float x, float y, float z) throws DaylightException
DaylightException
public void rotate(float vecX, float vecY, float vecZ, float angleInRadians) throws DaylightException
DaylightException
public void scale(float scaleX, float scaleY, float scaleZ) throws DaylightException
DaylightException
public void translate(float addX, float addY, float addZ) throws DaylightException
DaylightException
public void zeroCoordinates() throws DaylightException
DaylightException
public void projectOnto(Depiction depiction) throws DaylightException
DaylightException
protected void finalize() throws java.lang.Throwable
finalize
in class DaylightObject
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |