![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
Contains information about a specific isotope to be drawn, including color. More...
Public Member Functions | |
JIsotope (int Z, int A, String name) | |
JIsotope (int Z, int A, String name, RGBVector rgbVector) | |
void | addColor (RGBVector rgbVector) |
ArrayList< RGBVector > | getColorList () |
returns number of protons | |
int | getZ () |
returns mass number | |
int | getA () |
returns number of neutrons | |
int | getN () |
returns abbreviated form of element name (H for hydrogen, Si for silicon etc). | |
String | getName () |
boolean | equals (Object o) |
Package Attributes | |
int | Z |
int | N |
Private Attributes | |
int | A |
String | name |
ArrayList< RGBVector > | colorList |
info should be of the form: "Z A chemical_element_name" where Z is the number of protons, A the mass number and chemical_element_name is the abbreviated form of the elemnts name (H for hydrogen, Si for silicon etc. |
Contains information about a specific isotope to be drawn, including color.
Definition at line 18 of file JIsotope.java.
ArrayList<RGBVector> JIsotope::colorList [private] |
info should be of the form: "Z A chemical_element_name" where Z is the number of protons, A the mass number and chemical_element_name is the abbreviated form of the elemnts name (H for hydrogen, Si for silicon etc.
Definition at line 25 of file JIsotope.java.
Referenced by getColorList().