VeaR/JEllipse

Uses of Class
pl.krakow.cmuj.bioinformatics.jellipse.jEllipse

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

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

Fields in pl.krakow.cmuj.bioinformatics.jellipse declared as jEllipse
(package private)  jEllipse PlotRenderer.owner
           
(package private)  jEllipse ScreenShot.owner
           
(package private)  jEllipse StructureRenderer.owner
           
 

Constructors in pl.krakow.cmuj.bioinformatics.jellipse with parameters of type jEllipse
PlotRenderer(jEllipse owner, Peptide chain)
           
ScreenShot(jEllipse owner, net.java.games.jogl.GLEventListener glEvL)
          Creates a new instance of ScreenShoot
StructureRenderer(jEllipse owner, Peptide chain)
           
StructureRenderer(jEllipse owner, Peptide chain, float[] RotationMx)
           
 


VeaR/JEllipse