|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.chemistry.gui.extended.graphics3d.RenderTable
public class RenderTable
DOCUMENT ME!
| Field Summary | |
|---|---|
static float |
BALL_RADIUS
The Radius of the balls int ball and stick mode |
static float |
STICK_RADIUS
The Radius of the sticks |
| Method Summary | |
|---|---|
java.awt.Color |
getColor(Atom a)
Get the (awt)color for atom a |
javax.media.j3d.Material |
getMaterial(Atom a)
get the material for atom a |
float |
getRadius(Atom a)
get the radius for atom a |
float[] |
getRGBFloats(Atom a)
get the R,G,B values (between 0.0f and 1.0f) of the color for atom a |
javax.media.j3d.Node |
getSharedAtomGroup(Atom a)
DOCUMENT ME! |
javax.media.j3d.Node |
getSharedBondGroup(Atom a)
DOCUMENT ME! |
int |
getStyle()
What is the current rendering style ? |
static RenderTable |
getTable()
the accessor method for rthe instance of the RenderTable |
void |
setStyle(int style)
Set the current rendering style |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static float STICK_RADIUS
public static float BALL_RADIUS
| Method Detail |
|---|
public static RenderTable getTable()
public float getRadius(Atom a)
a - DOCUMENT ME!
public java.awt.Color getColor(Atom a)
a - DOCUMENT ME!
public float[] getRGBFloats(Atom a)
a - DOCUMENT ME!
public javax.media.j3d.Material getMaterial(Atom a)
a - DOCUMENT ME!
public void setStyle(int style)
style - DOCUMENT ME!public int getStyle()
public javax.media.j3d.Node getSharedAtomGroup(Atom a)
a - DOCUMENT ME!
public javax.media.j3d.Node getSharedBondGroup(Atom a)
a - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||