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

Packages that use DrawableEnum
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 DrawableEnum in org.proteinshader.structure
 

Methods in org.proteinshader.structure that return DrawableEnum
 DrawableEnum Drawable.getDrawableType()
          Returns the Drawable type (ATOM, BOND, HELIX, or BETA_STRAND).
 

Constructors in org.proteinshader.structure with parameters of type DrawableEnum
Drawable(double x, double y, double z, VisibilityEnum visibility, DrawableEnum drawableType)
          Constructor for use by subclasses.
Drawable(double x, double y, double z, VisibilityEnum visibility, DrawableEnum drawableType, float red, float green, float blue, float alpha)
          Constructor for use by subclasses.
 

Uses of DrawableEnum in org.proteinshader.structure.enums
 

Methods in org.proteinshader.structure.enums that return DrawableEnum
static DrawableEnum DrawableEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DrawableEnum[] DrawableEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2007-2008