JSci.chemistry.periodictable
Class NonMetal

java.lang.Object
  extended byJSci.chemistry.Element
      extended byJSci.chemistry.periodictable.NonMetal
All Implemented Interfaces:
java.io.Serializable

public final class NonMetal
extends Element

A class representing non-metals.

See Also:
Serialized Form

Constructor Summary
NonMetal(java.lang.String title, java.lang.String label)
          Constructs a non-metal.
 
Methods inherited from class JSci.chemistry.Element
equals, getAtomicNumber, getAtomicRadius, getBoilingPoint, getCovalentRadius, getDensity, getElectricalConductivity, getElectronegativity, getMassNumber, getMeltingPoint, getName, getSpecificHeat, getThermalConductivity, setAtomicNumber, setAtomicRadius, setBoilingPoint, setCovalentRadius, setDensity, setElectricalConductivity, setElectronegativity, setMassNumber, setMeltingPoint, setSpecificHeat, setThermalConductivity, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonMetal

public NonMetal(java.lang.String title,
                java.lang.String label)
Constructs a non-metal.