public class AssemblyAdapter extends Object implements com.affymetrix.genoviz.bioviews.NeoDataAdapterI
Modifier and Type | Field and Description |
---|---|
protected com.affymetrix.genoviz.widget.NeoAssembler |
map |
Constructor and Description |
---|
AssemblyAdapter(com.affymetrix.genoviz.widget.NeoAssembler map)
Need a constructor that takes a NeoAssembler as a constructor this is
really just a usability convenience
|
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)
For NeoAssemblyAdapter, multiple glyphs on multiple "inner" scenes are
being created.
|
void |
setScene(com.affymetrix.genoviz.bioviews.Scene scene)
need to maintain setScene for backward compatibility with NeoDataAdapterI
interface
|
public AssemblyAdapter(com.affymetrix.genoviz.widget.NeoAssembler map)
public void configure(String options)
configure
in interface com.affymetrix.genoviz.bioviews.NeoDataAdapterI
public void configure(Hashtable options)
configure
in interface com.affymetrix.genoviz.bioviews.NeoDataAdapterI
public boolean accepts(Object obj)
accepts
in interface com.affymetrix.genoviz.bioviews.NeoDataAdapterI
public com.affymetrix.genoviz.bioviews.GlyphI createGlyph(Object obj)
createGlyph
in interface com.affymetrix.genoviz.bioviews.NeoDataAdapterI
public void setScene(com.affymetrix.genoviz.bioviews.Scene scene)
setScene
in interface com.affymetrix.genoviz.bioviews.NeoDataAdapterI
Copyright © 2021. All rights reserved.