|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegionMode | |
---|---|
org.proteinshader.structure.visitor | Holds Visitor classes that know how to traverse the hierarchy of objects held by class Structure. |
org.proteinshader.structure.visitor.enums | Holds enums needed by the Visitor classes. |
Uses of RegionMode in org.proteinshader.structure.visitor |
---|
Methods in org.proteinshader.structure.visitor with parameters of type RegionMode | |
---|---|
void |
Visitor.setMode(RegionMode regionMode)
Sets the traversal mode with regard to Regions: NO_REGIONS, LOOPS, HELICES, BETA_STRANDS, or ALL_REGIONS. |
Uses of RegionMode in org.proteinshader.structure.visitor.enums |
---|
Methods in org.proteinshader.structure.visitor.enums that return RegionMode | |
---|---|
static RegionMode |
RegionMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RegionMode[] |
RegionMode.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |