ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
Public Member Functions | Package Attributes | Private Attributes
JIsotope Class Reference

Contains information about a specific isotope to be drawn, including color. More...

List of all members.

Public Member Functions

 JIsotope (int Z, int A, String name)
 JIsotope (int Z, int A, String name, RGBVector rgbVector)
void addColor (RGBVector rgbVector)
ArrayList< RGBVectorgetColorList ()
 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< RGBVectorcolorList
 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.

Detailed Description

Contains information about a specific isotope to be drawn, including color.

Definition at line 18 of file JIsotope.java.


Member Data Documentation

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().


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Defines

Back to the main page of the Precalibrated Ion Beam Identification Detector project

Created by Rikard Lundmark