Uses of Class
pl.edu.pw.elka.pszt.inteligraph.model.Deviation

Packages that use Deviation
pl.edu.pw.elka.pszt.inteligraph.model   
 

Uses of Deviation in pl.edu.pw.elka.pszt.inteligraph.model
 

Fields in pl.edu.pw.elka.pszt.inteligraph.model declared as Deviation
private  Deviation Subject.deviationX
           
private  Deviation Subject.deviationY
           
 

Methods in pl.edu.pw.elka.pszt.inteligraph.model that return Deviation
 Deviation Subject.getDeviationX()
          Zwarca odchylenie standardowe
 Deviation Subject.getDeviationY()
           
 

Constructors in pl.edu.pw.elka.pszt.inteligraph.model with parameters of type Deviation
Subject(VertexName vertex, java.awt.Point point, Deviation deviationX, Deviation deviationY)