starfish.chemistry
Class Bond

java.lang.Object
  extended by starfish.chemistry.Bond
All Implemented Interfaces:
java.io.Serializable

public class Bond
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 Atom begin
           
 float blue
           
static int DISPLAY
           
 Atom end
           
 float green
           
 Bond next
           
 int order
           
 Bond previous
           
 float radius
           
 float red
           
static int SELECT
           
 int stereo
           
static int STEREO_BOND_DOWN
           
static int STEREO_BOND_EITHER
           
static int STEREO_BOND_UP
           
 
Constructor Summary
Bond(Atom begin, Atom end)
           
 
Method Summary
 boolean getProperty(int propIndex)
           
 void setProperty(int propIndex)
           
 void unsetProperty(int propIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SELECT

public static final int SELECT
See Also:
Constant Field Values

DISPLAY

public static final int DISPLAY
See Also:
Constant Field Values

STEREO_BOND_UP

public static final int STEREO_BOND_UP
See Also:
Constant Field Values

STEREO_BOND_DOWN

public static final int STEREO_BOND_DOWN
See Also:
Constant Field Values

STEREO_BOND_EITHER

public static final int STEREO_BOND_EITHER
See Also:
Constant Field Values

radius

public float radius

red

public float red

green

public float green

blue

public float blue

order

public int order

stereo

public int stereo

previous

public Bond previous

next

public Bond next

begin

public Atom begin

end

public Atom end
Constructor Detail

Bond

public Bond(Atom begin,
            Atom end)
Method Detail

setProperty

public void setProperty(int propIndex)

unsetProperty

public void unsetProperty(int propIndex)

getProperty

public boolean getProperty(int propIndex)


Copyright © 2010 One Moon Scientific, Inc. All Rights Reserved.