VeaR/JEllipse

Uses of Class
pl.krakow.cmuj.bioinformatics.jellipse.chemtoolkit.Peptide

Packages that use Peptide
pl.krakow.cmuj.bioinformatics.jellipse Provides main application networking, file-handling and GUI support. 
 

Uses of Peptide in pl.krakow.cmuj.bioinformatics.jellipse
 

Fields in pl.krakow.cmuj.bioinformatics.jellipse declared as Peptide
(package private)  Peptide LnRvsVPlot.chain
           
(package private)  Peptide PlotRenderer.chain
           
(package private)  Peptide RamachandranMap.chain
           
(package private)  Peptide StructureRenderer.chain
           
(package private)  Peptide jEllipse.chain
           
 

Methods in pl.krakow.cmuj.bioinformatics.jellipse that return Peptide
 Peptide PdbFile.getChain(char selectedchainid)
           
 

Methods in pl.krakow.cmuj.bioinformatics.jellipse with parameters of type Peptide
 float Plottable.getMaxValue(Peptide ch)
           
 float LnCurvature.getMaxValue(Peptide ch)
           
 float AvgDihedralAngle.getMaxValue(Peptide ch)
           
 float Deviation.getMaxValue(Peptide ch)
           
 float AbsDeviation.getMaxValue(Peptide ch)
           
 float Plottable.getMinValue(Peptide ch)
           
 float LnCurvature.getMinValue(Peptide ch)
           
 float AvgDihedralAngle.getMinValue(Peptide ch)
           
 float Deviation.getMinValue(Peptide ch)
           
 float AbsDeviation.getMinValue(Peptide ch)
           
 

Constructors in pl.krakow.cmuj.bioinformatics.jellipse with parameters of type Peptide
LnRvsVPlot(Peptide chain)
           
PlotRenderer(jEllipse owner, Peptide chain)
           
RamachandranMap(Peptide chain)
           
StructureRenderer(jEllipse owner, Peptide chain)
           
StructureRenderer(jEllipse owner, Peptide chain, float[] RotationMx)
           
 


VeaR/JEllipse