|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ed.ph.signal.Colour
public class Colour
Class to give a range of colours for diagrams
Field Summary | |
---|---|
static Color |
ApertureColour
Colour of Apertures is diagrams |
static Color |
AxisColour
Colour of optical axis on Diagrams |
static Color |
BackgroundColour
General background (defaults to white) |
static Color |
FocalPlaneColour
Colour of focal planes on Diagrams |
static Color |
InputOutputPlaneColour
Colour of Input and Output planes on Diagrams |
static Color |
MenuBarColour
Colour for menu bars |
static Color |
ObjectImagePlaneColour
Colour of Object/Image Planes on diagrams |
static Color |
PrincipalPlaneColour
Colour of Principal Planes of Diagrams |
static Color |
QuadricSurfaceColour
Colour of curved lens/ or mirror surfaces. |
static Color |
SpotColour
Default Spot diagram colour |
static Color |
TextFieldColour
Colour for textfields |
Constructor Summary | |
---|---|
Colour()
|
Method Summary | |
---|---|
static Color |
ArgonBlueGreen()
Static method to get a Argon blue-green colour |
static Color |
ArgonGreen()
Static method to get a Argon blue-green colour |
static Color |
Blue()
Static method to get OpticsConstant.BLUE colour |
static Color |
Green()
Static method to get OpticsConstant.GREEN colour |
static Color |
HeNe()
Static method to get a HeNe colour |
static Color |
Red()
Static method to get OpticsConstant.RED colour |
static Color |
RefractiveIndexColour(double index)
Satic method to give a glass colour given by the refractive index. |
static Color |
Sodium()
Static method to get Sodium Yellow colour |
static Color |
WavelengthColour(double lambda)
Static method to give approximate colour for a given wavelength using simple linear colour combinations Based on fortran code by Dan Bruton, Stephen F Austin State University. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static Color BackgroundColour
public static Color MenuBarColour
public static Color TextFieldColour
public static Color InputOutputPlaneColour
public static Color PrincipalPlaneColour
public static Color FocalPlaneColour
public static Color AxisColour
public static Color ObjectImagePlaneColour
public static Color QuadricSurfaceColour
public static Color ApertureColour
public static Color SpotColour
Constructor Detail |
---|
public Colour()
Method Detail |
---|
public static Color Blue()
public static Color Green()
public static Color Red()
public static Color Sodium()
public static Color HeNe()
public static Color ArgonBlueGreen()
public static Color ArgonGreen()
public static Color WavelengthColour(double lambda)
lambda
- Wavelength in microns
java.awt.Color
objestpublic static Color RefractiveIndexColour(double index)
index
- the glass index
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |