org.wilmascope.view
Class Colours

java.lang.Object
  extended by org.wilmascope.view.Colours

public class Colours
extends java.lang.Object


Nested Class Summary
static class Colours.Material
           
static class Colours.UnknownMaterialException
           
 
Field Summary
static javax.vecmath.Color3f ambientBeige
           
static javax.vecmath.Color3f ambientBlue
           
static javax.vecmath.Color3f ambientGreen
           
static javax.vecmath.Color3f ambientPink
           
static javax.vecmath.Color3f ambientRed
           
static javax.vecmath.Color3f ambientYellow
           
static javax.vecmath.Color3f beige
           
static java.awt.Color beigeAwt
           
static javax.vecmath.Color3f black
           
static Colours.Material blackMaterial
           
static javax.vecmath.Color3f blue
           
static Colours.Material blueMaterial
           
static Colours.Material defaultMaterial
           
static Colours.Material descriptionMaterial
           
static javax.vecmath.Color3f green
           
static Colours.Material greenMaterial
           
static javax.vecmath.Color3f greyBlueAmbC3f
           
static java.awt.Color greyBlueAwt
           
static javax.vecmath.Color3f greyBlueC3f
           
static Colours.Material greyBlueMaterial
           
static Colours.Material momentIntervalMaterial
           
static javax.vecmath.Color3f pastelBlueAmbC3f
           
static java.awt.Color pastelBlueAwt
           
static javax.vecmath.Color3f pastelBlueC3f
           
static javax.vecmath.Color3f pastelGreenAmbC3f
           
static java.awt.Color pastelGreenAwt
           
static javax.vecmath.Color3f pastelGreenC3f
           
static javax.vecmath.Color3f pastelPinkAmbC3f
           
static java.awt.Color pastelPinkAwt
           
static javax.vecmath.Color3f pastelPinkC3f
           
static javax.vecmath.Color3f pastelYellowAmbC3f
           
static java.awt.Color pastelYellowAwt
           
static javax.vecmath.Color3f pastelYellowC3f
           
static javax.vecmath.Color3f pink
           
static Colours.Material pinkMaterial
           
static javax.vecmath.Color3f red
           
static Colours.Material redMaterial
           
static Colours.Material roleMaterial
           
static Colours.Material thingMaterial
           
static javax.vecmath.Color3f white
           
static Colours.Material whiteMaterial
           
static javax.vecmath.Color3f yellow
           
static Colours.Material yellowMaterial
           
 
Constructor Summary
Colours()
           
 
Method Summary
static Colours.Material getMaterial(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

red

public static javax.vecmath.Color3f red

ambientRed

public static javax.vecmath.Color3f ambientRed

yellow

public static javax.vecmath.Color3f yellow

ambientYellow

public static javax.vecmath.Color3f ambientYellow

green

public static javax.vecmath.Color3f green

ambientGreen

public static javax.vecmath.Color3f ambientGreen

blue

public static javax.vecmath.Color3f blue

ambientBlue

public static javax.vecmath.Color3f ambientBlue

black

public static javax.vecmath.Color3f black

white

public static javax.vecmath.Color3f white

beige

public static javax.vecmath.Color3f beige

greyBlueC3f

public static javax.vecmath.Color3f greyBlueC3f

greyBlueAmbC3f

public static javax.vecmath.Color3f greyBlueAmbC3f

greyBlueAwt

public static java.awt.Color greyBlueAwt

beigeAwt

public static java.awt.Color beigeAwt

ambientBeige

public static javax.vecmath.Color3f ambientBeige

pink

public static javax.vecmath.Color3f pink

ambientPink

public static javax.vecmath.Color3f ambientPink

pastelPinkAwt

public static java.awt.Color pastelPinkAwt

pastelPinkC3f

public static javax.vecmath.Color3f pastelPinkC3f

pastelPinkAmbC3f

public static javax.vecmath.Color3f pastelPinkAmbC3f

pastelBlueAwt

public static java.awt.Color pastelBlueAwt

pastelBlueC3f

public static javax.vecmath.Color3f pastelBlueC3f

pastelBlueAmbC3f

public static javax.vecmath.Color3f pastelBlueAmbC3f

pastelGreenAwt

public static java.awt.Color pastelGreenAwt

pastelGreenC3f

public static javax.vecmath.Color3f pastelGreenC3f

pastelGreenAmbC3f

public static javax.vecmath.Color3f pastelGreenAmbC3f

pastelYellowAwt

public static java.awt.Color pastelYellowAwt

pastelYellowC3f

public static javax.vecmath.Color3f pastelYellowC3f

pastelYellowAmbC3f

public static javax.vecmath.Color3f pastelYellowAmbC3f

redMaterial

public static Colours.Material redMaterial

yellowMaterial

public static Colours.Material yellowMaterial

blueMaterial

public static Colours.Material blueMaterial

pinkMaterial

public static Colours.Material pinkMaterial

greenMaterial

public static Colours.Material greenMaterial

whiteMaterial

public static Colours.Material whiteMaterial

defaultMaterial

public static Colours.Material defaultMaterial

momentIntervalMaterial

public static Colours.Material momentIntervalMaterial

thingMaterial

public static Colours.Material thingMaterial

roleMaterial

public static Colours.Material roleMaterial

descriptionMaterial

public static Colours.Material descriptionMaterial

greyBlueMaterial

public static Colours.Material greyBlueMaterial

blackMaterial

public static Colours.Material blackMaterial
Constructor Detail

Colours

public Colours()
Method Detail

getMaterial

public static Colours.Material getMaterial(java.lang.String name)
                                    throws Colours.UnknownMaterialException
Throws:
Colours.UnknownMaterialException