public interface StructureViewer
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear the current display
|
Color |
getColor() |
Selection |
getSelection() |
void |
repaint() |
void |
setColor(Color red)
Apply this color to the current Selection
|
void |
setSelection(Selection selection) |
void |
setStructure(Structure structure) |
void |
setStyle(RenderStyle wireframe)
Apply this style to the current selection
|
void |
setZoom(int i)
Set the Zoom level
|
void setStructure(Structure structure)
void repaint()
void setSelection(Selection selection)
Selection getSelection()
void setStyle(RenderStyle wireframe)
wireframe
- renderstylevoid clear()
void setZoom(int i)
i
- Copyright © 2000–2019 BioJava. All rights reserved.