|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HelixShapeEnum | |
---|---|
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. |
Uses of HelixShapeEnum in org.proteinshader.structure |
---|
Fields in org.proteinshader.structure declared as HelixShapeEnum | |
---|---|
static HelixShapeEnum |
Helix.DEFAULT_SHAPE
The default Helix shape is ALPHA_RIBBON. |
Methods in org.proteinshader.structure that return HelixShapeEnum | |
---|---|
HelixShapeEnum |
Helix.getShape()
Returns the shape that should be used to represent the Helix. |
Methods in org.proteinshader.structure with parameters of type HelixShapeEnum | |
---|---|
void |
Helix.setShape(HelixShapeEnum shape)
Sets the shape that should be used to represent the Helix. |
Constructors in org.proteinshader.structure with parameters of type HelixShapeEnum | |
---|---|
Helix(String helixID,
String serialNo,
String startResidueID,
String endResidueID,
Chain chain,
HelixEnum type,
HelixShapeEnum shape)
Constructs a Helix. |
Uses of HelixShapeEnum in org.proteinshader.structure.enums |
---|
Methods in org.proteinshader.structure.enums that return HelixShapeEnum | |
---|---|
static HelixShapeEnum |
HelixShapeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HelixShapeEnum[] |
HelixShapeEnum.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |