edu.sdsc.mbt
Class HydrogenBondComponent

java.lang.Object
  extended byedu.sdsc.mbt.AnnotationComponent
      extended byedu.sdsc.mbt.HydrogenBondComponent
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class HydrogenBondComponent
extends AnnotationComponent

See Also:
Serialized Form

Field Summary
 Atom atom1
           
 Atom atom2
           
 float[] color
           
 java.lang.String label
           
 
Constructor Summary
HydrogenBondComponent(Atom atom1, Atom atom2, java.lang.String label)
           
 
Method Summary
 float[] getColor()
           
 boolean getSelected()
           
 int getType()
           
 boolean getVisible()
           
 void setSelected(boolean selected)
           
 void setVisible(boolean visible)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

atom1

public Atom atom1

atom2

public Atom atom2

label

public java.lang.String label

color

public float[] color
Constructor Detail

HydrogenBondComponent

public HydrogenBondComponent(Atom atom1,
                             Atom atom2,
                             java.lang.String label)
Method Detail

getType

public int getType()
Specified by:
getType in class AnnotationComponent

getColor

public float[] getColor()
Specified by:
getColor in class AnnotationComponent

setSelected

public void setSelected(boolean selected)
Specified by:
setSelected in class AnnotationComponent

getSelected

public boolean getSelected()
Specified by:
getSelected in class AnnotationComponent

getVisible

public final boolean getVisible()
Specified by:
getVisible in class AnnotationComponent

setVisible

public final void setVisible(boolean visible)
Specified by:
setVisible in class AnnotationComponent