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

This class consists of vectors holdig R G B color information. More...

List of all members.

Public Member Functions

int getR ()
int getG ()
int getB ()
void setColor (int rIn, int gIn, int bIn)
void setR (int rIn)
void setG (int gIn)
void setB (int bIn)

Package Functions

 RGBVector (int rIn, int gIn, int bIn)

Private Attributes

int r
int g
int b

Detailed Description

This class consists of vectors holdig R G B color information.

Author:
Philippe Klintefelt-Collet, Rikard Lundmark

Definition at line 15 of file RGBVector.java.


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