Uses of Class
org.biojava.nbio.structure.gui.RenderStyle
-
Packages that use RenderStyle Package Description org.biojava.nbio.structure.gui -
-
Uses of RenderStyle in org.biojava.nbio.structure.gui
Methods in org.biojava.nbio.structure.gui that return RenderStyle Modifier and Type Method Description static RenderStyle
RenderStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static RenderStyle[]
RenderStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.structure.gui with parameters of type RenderStyle Modifier and Type Method Description void
JmolViewerImpl. setStyle(RenderStyle wireframe)
void
StructureViewer. setStyle(RenderStyle wireframe)
Apply this style to the current selection
-