Package org.biojava.nbio.structure.gui
Interface StructureViewer
- All Known Implementing Classes:
JmolViewerImpl
public interface StructureViewer
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clear the current displaygetColor()voidrepaint()voidApply this color to the current SelectionvoidsetSelection(Selection selection) voidsetStructure(Structure structure) voidsetStyle(RenderStyle wireframe) Apply this style to the current selectionvoidsetZoom(int i) Set the Zoom level
-
Method Details
-
setStructure
-
repaint
void repaint() -
setSelection
-
getSelection
-
setColor
Apply this color to the current Selection- Parameters:
red-
-
getColor
-
setStyle
Apply this style to the current selection- Parameters:
wireframe- renderstyle
-
clear
void clear()Clear the current display -
setZoom
Set the Zoom level- Parameters:
i-
-