|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DecorationEnum | |
---|---|
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 DecorationEnum in org.proteinshader.gui.components.controlpanel |
---|
Methods in org.proteinshader.gui.components.controlpanel with parameters of type DecorationEnum | |
---|---|
void |
DecorationsPanel.setDecoration(DecorationEnum decoration)
Sets up a SegmentModifier to change the decoration type and then passes the SegmentModifier to the RadioPanel. |
Uses of DecorationEnum in org.proteinshader.structure |
---|
Fields in org.proteinshader.structure declared as DecorationEnum | |
---|---|
static DecorationEnum |
Segment.DECORATION
The default decoration is HALFTONING. |
Methods in org.proteinshader.structure that return DecorationEnum | |
---|---|
DecorationEnum |
Segment.getDecoration()
Returns the decoration type for this Segment (PLAIN, WIREFRAME, TEXT_LABEL, PATTERNS, or HALFTONING). |
Methods in org.proteinshader.structure with parameters of type DecorationEnum | |
---|---|
void |
Segment.setDecoration(DecorationEnum decoration)
Sets the decoration type for this Segment (PLAIN, WIREFRAME, TEXT_LABEL, or HALFTONING). |
Uses of DecorationEnum in org.proteinshader.structure.enums |
---|
Methods in org.proteinshader.structure.enums that return DecorationEnum | |
---|---|
static DecorationEnum |
DecorationEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DecorationEnum[] |
DecorationEnum.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of DecorationEnum in org.proteinshader.structure.visitor.modifiers |
---|
Methods in org.proteinshader.structure.visitor.modifiers with parameters of type DecorationEnum | |
---|---|
void |
SegmentModifier.setDecoration(DecorationEnum decoration)
Stores a memory that the decoration (PLAIN, WIREFRAME, TEXT_LABEL, or HALFTONING) needs to be set on the Segment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |