Uses of Class
msg.ProteinMatrix

Packages that use ProteinMatrix
gui   
msg   
 

Uses of ProteinMatrix in gui
 

Methods in gui that return ProteinMatrix
 ProteinMatrix Msg_panel.getProteinMatrix()
           
 

Methods in gui with parameters of type ProteinMatrix
 void Msg_panel.setProteinMatrix(ProteinMatrix proteinMatrix)
           
 

Uses of ProteinMatrix in msg
 

Methods in msg that return ProteinMatrix
 ProteinMatrix ProteinElement.getProteinMatrix()
           
 

Methods in msg with parameters of type ProteinMatrix
 void ProteinElement.setProteinMatrix(ProteinMatrix proteinMatrix)
           
 

Constructors in msg with parameters of type ProteinMatrix
MatrixProgressBar(Msg_panel alles, ProteinMatrix panel, int proteinNumber)
          Creates a new progress bar.
ProteinElement(Msg_panel alles, ProteinMatrix panel, java.lang.String pdbcode, java.lang.String id, java.lang.String component, java.lang.String subcomponent, int x, int y, int vWidth, int vHeight, java.awt.Color colorBackground, int pX, int pY, int sizeX, int sizeY, int ratio, int mOffsetX, int mOffsetY, int rotation, java.util.Vector lipids)
          Initializes a new ProteinElement.