edu.sdsc.mbt
Class AnnotationComponent

java.lang.Object
  extended byedu.sdsc.mbt.AnnotationComponent
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
ArrowComponent, HydrogenBondComponent, LabelComponent, MonitorComponent, ResidueLabelComponent, StericBumpComponent

public abstract class AnnotationComponent
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AnnotationComponent()
           
 
Method Summary
abstract  float[] getColor()
           
abstract  boolean getSelected()
           
abstract  int getType()
           
abstract  boolean getVisible()
           
abstract  void setSelected(boolean selected)
           
abstract  void setVisible(boolean visible)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationComponent

public AnnotationComponent()
Method Detail

getType

public abstract int getType()

getColor

public abstract float[] getColor()

setSelected

public abstract void setSelected(boolean selected)

getSelected

public abstract boolean getSelected()

setVisible

public abstract void setVisible(boolean visible)

getVisible

public abstract boolean getVisible()