edu.sdsc.mbt
Class AnnotationComponent
java.lang.Object
edu.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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationComponent
public AnnotationComponent()
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()