Uses of Class
com.ajc.esim.core.Charge

Packages that use Charge
com.ajc.esim.core   
com.ajc.esim.gui   
 

Uses of Charge in com.ajc.esim.core
 

Subclasses of Charge in com.ajc.esim.core
 class LineCharge
          Not currently in use.
 class PointCharge
          Defines an point charge.
 

Methods in com.ajc.esim.core that return Charge
 Charge Data.getCharge(int index)
          Gets the charge from the Charges array list at the given index.
 Charge[] Data.getChargeArray()
           
 

Methods in com.ajc.esim.core that return types with arguments of type Charge
 java.util.ArrayList<Charge> Data.getCharges()
           
 

Methods in com.ajc.esim.core with parameters of type Charge
 void Data.addCharge(Charge c)
          Adds a charge to the Charges ArrayList
 int Data.getChargeIndex(Charge c)
          Gets the index of Charge c.
 void Data.removeCharge(Charge c)
          Removes a charge from the Charges ArrayList
 

Uses of Charge in com.ajc.esim.gui
 

Fields in com.ajc.esim.gui declared as Charge
 Charge MainWindow.currentCharge
           
 

Methods in com.ajc.esim.gui with parameters of type Charge
 void ChargePanel.setCharge(Charge c)
           
 

Constructors in com.ajc.esim.gui with parameters of type Charge
ChargePanel(Charge c)
          Creates a new ChargePanel object.