|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use edu.sdsc.mbt.viewables | |
Default Package | |
edu.sdsc.mbt | |
edu.sdsc.mbt.viewables | This package provides classes which enable molecular biology data to be represented as visible/renderable viewable objects, plus, this package defines a top-level StructureDocument object to encapsulate the complete state of these objects and properties. |
edu.sdsc.mbt.viewers.GLViewerImpl | |
edu.sdsc.sirius.dialogs | |
edu.sdsc.sirius.util | |
edu.sdsc.sirius.viewers | |
edu.sdsc.sirius.viewers.TreeViewer | |
edu.sdsc.sirius.workbench |
Classes in edu.sdsc.mbt.viewables used by Default Package | |
StylesPreferences
This class is a storage and manipulation utility to handle viewing options set through PreferencesDialog. |
Classes in edu.sdsc.mbt.viewables used by edu.sdsc.mbt | |
StructureStyles
Stores and retrieves styles associated with viewable objects of a Structure (typically one StructureStyle object is assocated with each Structure by a StructureDocument class). |
Classes in edu.sdsc.mbt.viewables used by edu.sdsc.mbt.viewables | |
AtomColor
This interface defines how all AtomColor implementation classes should generate a color for a given atomIndex+Atom. |
|
AtomColorByCharge
|
|
AtomColorByElement
This class implements the AtomColor interface by applying a color to the given atomIndex+Atom by using the ElementColor class. |
|
AtomColorUniform
|
|
AtomLabel
This interface defines how all AtomLabel implementation classes should generate a String label for a given Atom. |
|
AtomLabelByAtomCompound
This class implements the AtomLabel interface by producing a string label from the Atom record's compound. |
|
AtomLabelByAtomElement
This class implements the AtomLabel interface by producing a string label from the Atom record's element. |
|
AtomLabelByAtomName
This class implements the AtomLabel interface by producing a string label from the Atom record's name. |
|
AtomLabelByChainId
This class implements the AtomLabel interface by producing a string label from the Atom record's chain_id. |
|
AtomLabelNone
This class implements the AtomLabel interface by producing a null string label. |
|
AtomRadius
This interface defines how all AtomRadius implementation classes should generate a radius for a given atomIndex+Atom. |
|
AtomRadiusByConstant
This class implements the AtomRadius interface by applying a radius to the given an Atom by using the radius of the bond. |
|
AtomRadiusByCpk
This class implements the AtomRadius interface by applying a radius to the given an Atom by using the ElementRadius class. |
|
AtomRadiusByScaledCpk
This class implements the AtomRadius interface by applying a radius to the given an Atom by using the ElementRadius class. |
|
BondColor
This interface defines how all BondColor implementation classes should fill in a color for a given atomIndex+Atom. |
|
BondColorByAtomColor
This class implements the BondColor interface by applying a color to the given Bond by using the Atom colors. |
|
BondColorByElement
This class implements the BondColor interface by applying a color to the given bondIndex+Bond by using the ElementColor class. |
|
BondForm
This interface defines how all BondForm implementation classes should fill in a form for a given bondIndex. |
|
BondFormOrder
Implements the BondForm interface as a "Order" bond type. |
|
BondFormSimple
Implements the BondForm interface as a "Simple" bond type. |
|
BondFormSplit
Implements the BondForm interface as a "Split" bond type. |
|
BondLabel
This interface defines how all BondLabel implementation classes should generate a String label for a given Bond. |
|
BondLabelByDistance
This class implements the BondLabel interface by producing a string label based upon the Bond atom's distance.. |
|
BondLabelNone
This class implements the BondLabel interface by producing a null string label. |
|
BondRadius
This interface defines how all BondRadius implementation classes should provide a radius for a given Bond. |
|
BondRadiusAsStick
This class implements the BondRadius interface by applying a fixed radius representing the width IN PIXELS of the wireframe bond. |
|
BondRadiusAsWire
This class implements the BondRadius interface by applying a fixed radius representing the width IN PIXELS of the wireframe bond. |
|
BondRadiusByAtomRadius
This class implements the BondRadius interface by applying a radius to the given Bond by using the AtomRadius class. |
|
BondRadiusByScaledAtomRadius
This class implements the BondRadius interface by applying a radius to the given Bond by using the AtomRadius class. |
|
ChainColor
This interface defines how all ChainColor implementation classes should generate a color for a given Chain. |
|
ChainColorById
This class implements the ChainColor interface by applying a color to the given Chain by using its chainId. |
|
ColorMap
This interface defines how all ColorMap implementation classes should generate a color for a given normalized float (0.0-1.0). |
|
FragmentColor
This interface defines how all FragmentColor implementation classes should generate a color for a given Fragment. |
|
FragmentColorByType
This class implements the FragmentColor interface by applying a color to the given Fragment by using its Conformation type. |
|
FragmentForm
This interface defines how all FragmentForm implementation classes should generate a style for a given Fragment. |
|
FragmentFormCartoon
This class implements the FragmentForm interface by applying a secondary structure cartoon style. |
|
FragmentFormCylinder
This class implements the FragmentForm interface by applying a cylinder style. |
|
FragmentFormLadder
This class implements the FragmentForm interface by applying a secondary structure ladder style. |
|
FragmentFormRibbon
This class implements the FragmentForm interface by applying a ribbon style. |
|
FragmentFormTube
This class implements the FragmentForm interface by applying a tube style. |
|
FragmentFormWireframe
This class implements the FragmentForm interface by applying a wireframe style. |
|
ResidueColor
This interface defines how all ResidueColor implementation classes should generate a color for a given Residue. |
|
ResidueColorByCharge
This class implements the ResidueColor interface by applying a color to the given Residue by using hydrophobicity. |
|
ResidueColorByElement
This class implements the ResidueColor interface by applying a color to the given Residue by using hydrophobicity. |
|
ResidueColorByHydrophobicity
This class implements the ResidueColor interface by applying a color to the given Residue by using hydrophobicity. |
|
ResidueColorByType
This class implements the ResidueColor interface by applying a color to the given Residue by its nature (a color scheme similar to that used by BioEdit). |
|
ResidueColorDefault
This class implements the ResidueColor interface by applying a color to the given Residue by using hydrophobicity. |
|
ResidueColorScaled
This class implements the ResidueColor interface by applying a color to the given Residue by using hydrophobicity. |
|
ResidueColorUniform
This class implements the ResidueColor interface by applying a color to the given Residue by using hydrophobicity. |
|
RibbonColor
This interface defines how all ResidueColor implementation classes should generate a color for a given Residue. |
|
RibbonColorDefault
This class implements the ResidueColor interface by applying a color to the given Residue by using hydrophobicity. |
|
RibbonColorUniform
This class implements the ResidueColor interface by applying a color to the given Residue by using hydrophobicity. |
|
StructureDocument
This class implements the top-level container document for one or more Structure objects. |
|
StructureStyles
Stores and retrieves styles associated with viewable objects of a Structure (typically one StructureStyle object is assocated with each Structure by a StructureDocument class). |
|
StructureStylesEvent
An event generated when changes are made to a StructureStyles object. |
|
StructureStylesEventListener
Properties, data, or the organizational structure of data changed. |
Classes in edu.sdsc.mbt.viewables used by edu.sdsc.mbt.viewers.GLViewerImpl | |
StructureStyles
Stores and retrieves styles associated with viewable objects of a Structure (typically one StructureStyle object is assocated with each Structure by a StructureDocument class). |
Classes in edu.sdsc.mbt.viewables used by edu.sdsc.sirius.dialogs | |
StructureDocument
This class implements the top-level container document for one or more Structure objects. |
Classes in edu.sdsc.mbt.viewables used by edu.sdsc.sirius.util | |
StructureDocument
This class implements the top-level container document for one or more Structure objects. |
|
StylesPreferences
This class is a storage and manipulation utility to handle viewing options set through PreferencesDialog. |
Classes in edu.sdsc.mbt.viewables used by edu.sdsc.sirius.viewers | |
StructureDocument
This class implements the top-level container document for one or more Structure objects. |
|
StructureDocumentEvent
An event generated when structural changes are made to a StructureDocument. |
|
StructureStyles
Stores and retrieves styles associated with viewable objects of a Structure (typically one StructureStyle object is assocated with each Structure by a StructureDocument class). |
|
StructureStylesEvent
An event generated when changes are made to a StructureStyles object. |
|
StructureStylesEventListener
Properties, data, or the organizational structure of data changed. |
Classes in edu.sdsc.mbt.viewables used by edu.sdsc.sirius.viewers.TreeViewer | |
StructureDocumentEvent
An event generated when structural changes are made to a StructureDocument. |
|
StructureStylesEvent
An event generated when changes are made to a StructureStyles object. |
|
StructureStylesEventListener
Properties, data, or the organizational structure of data changed. |
Classes in edu.sdsc.mbt.viewables used by edu.sdsc.sirius.workbench | |
StructureDocument
This class implements the top-level container document for one or more Structure objects. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |