public class AnnotationAdapter extends Object implements com.affymetrix.genoviz.bioviews.NeoDataAdapterI
| Modifier and Type | Field and Description | 
|---|---|
protected com.affymetrix.genoviz.bioviews.MapGlyphFactory | 
factory  | 
protected com.affymetrix.genoviz.bioviews.Scene | 
scene
need a Scene to set up MapGlyphFactory (which needs to know which scene
 it is building glyphs for, in order to pack the glyph relative to other
 glyphs [actually, should really need to know the View that it should base
 its packing on, but for now we consider the simpler case where it packs
 to the first view of the scene]) 
 | 
| Constructor and Description | 
|---|
AnnotationAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
accepts(Object obj)  | 
void | 
configure(Hashtable options)  | 
void | 
configure(String options)  | 
com.affymetrix.genoviz.bioviews.GlyphI | 
createGlyph(Object obj)  | 
com.affymetrix.genoviz.bioviews.MapGlyphFactory | 
getGlyphFactory()  | 
void | 
setScene(com.affymetrix.genoviz.bioviews.Scene scene)  | 
protected com.affymetrix.genoviz.bioviews.MapGlyphFactory factory
protected com.affymetrix.genoviz.bioviews.Scene scene
public com.affymetrix.genoviz.bioviews.MapGlyphFactory getGlyphFactory()
public void setScene(com.affymetrix.genoviz.bioviews.Scene scene)
setScene in interface com.affymetrix.genoviz.bioviews.NeoDataAdapterIpublic void configure(String options)
configure in interface com.affymetrix.genoviz.bioviews.NeoDataAdapterIpublic void configure(Hashtable options)
configure in interface com.affymetrix.genoviz.bioviews.NeoDataAdapterIpublic boolean accepts(Object obj)
accepts in interface com.affymetrix.genoviz.bioviews.NeoDataAdapterIpublic com.affymetrix.genoviz.bioviews.GlyphI createGlyph(Object obj)
createGlyph in interface com.affymetrix.genoviz.bioviews.NeoDataAdapterICopyright © 2021. All rights reserved.