|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.biojava.spice.manypanel.drawable.DrawableSequence
at its core a DraawableSequence is also a Structure obbject - but without coordinates
| Constructor Summary | |
DrawableSequence(String accessionCode)
|
|
DrawableSequence(String accessionCode,
Chain sequence)
|
|
| Method Summary | |
static DrawableSequence |
fromChain(String accessionCode,
Chain sequence)
|
String |
getAccessionCode()
|
Color |
getColor()
get the color of the object |
boolean |
getLoading()
is the Drawable currently being loaded? |
Chain |
getSequence()
|
void |
setColor(Color col)
set the color of the object |
void |
setLoading(boolean flag)
the data for this drawable is currently being loaded |
void |
setSequence(Chain sequence)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DrawableSequence(String accessionCode)
public DrawableSequence(String accessionCode,
Chain sequence)
| Method Detail |
public static DrawableSequence fromChain(String accessionCode,
Chain sequence)
public Color getColor()
Drawable
getColor in interface Drawablepublic void setColor(Color col)
Drawable
setColor in interface Drawablecol - public boolean getLoading()
Drawable
getLoading in interface Drawablepublic void setLoading(boolean flag)
Drawable
setLoading in interface Drawableflag - public Chain getSequence()
public void setSequence(Chain sequence)
public String getAccessionCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||