Uses of Class
org.proteinshader.structure.enums.SideChainEnum

Packages that use SideChainEnum
org.proteinshader.gui.components.controlpanel Holds the JPanels used in the right-side retractable control panel of the GUI. 
org.proteinshader.structure Holds the classes that store information from a Protein Data Bank file: Structure, Model, Chain, AminoAcid, Heterogen, Water, Atom, Bond, Helix, BetaStrand, Loop, etc
org.proteinshader.structure.enums Holds the enums needed by org.proteinshader.structure and its subpackages. 
org.proteinshader.structure.visitor.modifiers Holds helper classes for the ModifierVisitor class, which is used to modify Drawable objects (Atoms, Bonds, and Segments). 
 

Uses of SideChainEnum in org.proteinshader.gui.components.controlpanel
 

Methods in org.proteinshader.gui.components.controlpanel with parameters of type SideChainEnum
 void CartoonSideChainsPanel.setSideChainStyle(SideChainEnum sideChainStyle)
          Applies the requested side chain style (NONE, SPACE_FILLING, BALLS_AND_STICKS, or STICKS) to whatever item or items are currently selected in the RadioPanel.
 

Uses of SideChainEnum in org.proteinshader.structure
 

Methods in org.proteinshader.structure that return SideChainEnum
 SideChainEnum Segment.getSideChainStyle()
          Gets the side chain style (NONE, SPACE_FILLING, STICK_AND_BALLS, or STICKS).
 

Methods in org.proteinshader.structure with parameters of type SideChainEnum
 void Segment.setSideChainStyle(SideChainEnum style, boolean alphaCarbon)
          Sets the side chain style (NONE, SPACE_FILLING, STICK_AND_BALLS, or STICKS) and determines whether the alpha-carbon should be shown.
 

Uses of SideChainEnum in org.proteinshader.structure.enums
 

Methods in org.proteinshader.structure.enums that return SideChainEnum
static SideChainEnum SideChainEnum.getDefaultSideChainType()
          Returns the default side chain type, which is NONE.
static SideChainEnum SideChainEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SideChainEnum SideChainEnum.valueOfMenuName(String menuName)
          Returns the SideChainEnum with the same menu name as the String given as an argument.
static SideChainEnum[] SideChainEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of SideChainEnum in org.proteinshader.structure.visitor.modifiers
 

Methods in org.proteinshader.structure.visitor.modifiers with parameters of type SideChainEnum
 void SegmentModifier.setSideChainStyle(SideChainEnum sideChainStyle, boolean displayAlphaCarbon)
          Stores a memory that the side chain display needs to be set.
 



Copyright © 2007-2008