com.flagstone.transform
Class FSColorTable

java.lang.Object
  extended by com.flagstone.transform.FSColorTable

public class FSColorTable
extends java.lang.Object

The FSColorTable class contains a set of factory methods to generate FSColor objects for each of the colours defined in the Netscape Colour Table.

FSColor aColor = FSColorTable.%aliceblue();

Each entry in the colour table returns and array of integers that define the values for the red, green and blue colour channels. To define a transparent colour for use with an object that support transparent colours such as the FSDefineShape3 class use the following code fragment:

FSColor aColor = FSColorTable.%aliceblue(128);

Transparent colours are created by specifying the level of transparency, in the range 0..255, where 0 is completely transparent and 255 is completely opaque.

\htmlonly
aliceblue
F0F8FF
antiquewhite
FAEBD7
aqua
00FFFF
aquamarine
7FFFD4
azure
F0FFFF
beige
F5F5DC
bisque
FFE4C4
burlywood
DEB887
blanchedalmond
FFEBCD
blue
0000FF
blueviolet
8A2BE2
brown
A52A2A
black
000000
cadetblue
5F9EA0
chartreuse
7FFF00
chocolate
D2691E
coral
FF7F50
cornflowerblue
6495ED
cornsilk
FFF8DC
crimson
DC143C
cyan
00FFFF
darkblue
00008B
darkcyan
008B8B
darkgoldenrod
B8860B
darkgray
A9A9A9
darkgreen
006400
darkkhaki
BDB76B
darkmagenta
8B008B
darkolivegreen
556B2F
darkorange
FF8C00
darkorchid
9932CC
darkred
8B0000
darksalmon
E9967A
darkseagreen
8FBC8F
darkslateblue
483D8B
darkslategray
2F4F4F
darkturquoise
00CED1
darkviolet
9400D3
deeppink
FF1493
deepskyblue
00BFFF
dimgray
696969
dodgerblue
1E90FF
firebrick
B22222
floralwhite
FFFAF0
forestgreen
228B22
fuchsia
FF00FF
gainsboro
DCDCDC
ghostwhite
F8F8FF
gold
FFD700
goldenrod
DAA520
gray
808080
green
008000
greenyellow
ADFF2F
honeydew
F0FFF0
hotpink
FF69B4
indianred
CD5C5C
Indigo
4B0082
ivory
FFFFF0
khaki
F0E68C
lavender
E6E6FA
lavenderblush
FFF0F5
lawngreen
7CFC00
lemonchiffon
FFFACD
lightblue
ADD8E6
lightcoral
F08080
lightcyan
E0FFFF
lightgoldenrodyellow
FAFAD2
lightgreen
90EE90
lightgrey
D3D3D3
lightpink
FFB6C1
lightsalmon
FFA07A
lightseagreen
20B2AA
lightskyblue
87CEFA
lightslategray
778899
lightsteelblue
B0C4DE
lightyellow
FFFFE0
lime
00FF00
limegreen
32CD32
linen
FAF0E6
magenta
FF00FF
maroon
800000
mediumauqamarine
66CDAA
mediumblue
0000CD
mediumorchid
BA55D3
mediumpurple
9370D8
mediumseagreen
3CB371
mediumslateblue
7B68EE
mediumspringgreen
00FA9A
mediumturquoise
48D1CC
mediumvioletred
C71585
midnightblue
191970
mintcream
F5FFFA
mistyrose
FFE4E1
moccasin
FFE4B5
navajowhite
FFDEAD
navy
000080
oldlace
FDF5E6
olive
808000
olivedrab
688E23
orange
FFA500
orangered
FF4500
orchid
DA70D6
palegoldenrod
EEE8AA
palegreen
98FB98
paleturquoise
AFEEEE
palevioletred
D87093
papayawhip
FFEFD5
peachpuff
FFDAB9
peru
CD853F
pink
FFC0CB
plum
DDA0DD
powderblue
B0E0E6
purple
800080
red
FF0000
rosybrown
BC8F8F
royalblue
4169E1
saddlebrown
8B4513
salmon
FA8072
sandybrown
F4A460
seagreen
2E8B57
seashell
FFF5EE
sienna
A0522D
silver
C0C0C0
skyblue
87CEEB
slateblue
6A5ACD
slategray
708090
snow
FFFAFA
springgreen
00FF7F
steelblue
4682B4
tan
D2B48C
teal
008080
thistle
D8BFD8
tomato
FF6347
turquoise
40E0D0
violet
EE82EE
wheat
F5DEB3
white
FFFFFF
whitesmoke
F5F5F5
\endhtmlonly


Constructor Summary
FSColorTable()
           
 
Method Summary
static FSColor aliceblue()
          Definition of the color, aliceblue from the Netscape color table.
static FSColor aliceblue(int alpha)
          Definition of the transparent color, aliceblue from the Netscape color table.
static FSColor antiquewhite()
          Definition of the color, antiquewhite from the Netscape color table.
static FSColor antiquewhite(int alpha)
          Definition of the transparent color, antiquewhite from the Netscape color table.
static FSColor aqua()
          Definition of the color, aqua from the Netscape color table.
static FSColor aqua(int alpha)
          Definition of the transparent color, aqua from the Netscape color table.
static FSColor aquamarine()
          Definition of the color, aquamarine from the Netscape color table.
static FSColor aquamarine(int alpha)
          Definition of the transparent color, aquamarine from the Netscape color table.
static FSColor azure()
          Definition of the color, azure from the Netscape color table.
static FSColor azure(int alpha)
          Definition of the transparent color, azure from the Netscape color table.
static FSColor beige()
          Definition of the color, beige from the Netscape color table.
static FSColor beige(int alpha)
          Definition of the transparent color, beige from the Netscape color table.
static FSColor bisque()
          Definition of the color, bisque from the Netscape color table.
static FSColor bisque(int alpha)
          Definition of the transparent color, bisque from the Netscape color table.
static FSColor black()
          Definition of the color, black from the Netscape color table.
static FSColor black(int alpha)
          Definition of the transparent color, black from the Netscape color table.
static FSColor blanchedalmond()
          Definition of the color, blanchedalmond from the Netscape color table.
static FSColor blanchedalmond(int alpha)
          Definition of the transparent color, blanchedalmond from the Netscape color table.
static FSColor blue()
          Definition of the color, blue from the Netscape color table.
static FSColor blue(int alpha)
          Definition of the transparent color, blue from the Netscape color table.
static FSColor blueviolet()
          Definition of the color, blueviolet from the Netscape color table.
static FSColor blueviolet(int alpha)
          Definition of the transparent color, blueviolet from the Netscape color table.
static FSColor brown()
          Definition of the color, brown from the Netscape color table.
static FSColor brown(int alpha)
          Definition of the transparent color, brown from the Netscape color table.
static FSColor burlywood()
          Definition of the color, burlywood from the Netscape color table.
static FSColor burlywood(int alpha)
          Definition of the transparent color, burlywood from the Netscape color table.
static FSColor cadetblue()
          Definition of the color, cadetblue from the Netscape color table.
static FSColor cadetblue(int alpha)
          Definition of the transparent color, cadetblue from the Netscape color table.
static FSColor chartreuse()
          Definition of the color, chartreuse from the Netscape color table.
static FSColor chartreuse(int alpha)
          Definition of the transparent color, chartreuse from the Netscape color table.
static FSColor chocolate()
          Definition of the color, chocolate from the Netscape color table.
static FSColor chocolate(int alpha)
          Definition of the transparent color, chocolate from the Netscape color table.
static FSColor coral()
          Definition of the color, coral from the Netscape color table.
static FSColor coral(int alpha)
          Definition of the transparent color, coral from the Netscape color table.
static FSColor cornflowerblue()
          Definition of the color, cornflowerblue from the Netscape color table.
static FSColor cornflowerblue(int alpha)
          Definition of the transparent color, cornflowerblue from the Netscape color table.
static FSColor cornsilk()
          Definition of the color, cornsilk from the Netscape color table.
static FSColor cornsilk(int alpha)
          Definition of the transparent color, cornsilk from the Netscape color table.
static FSColor crimson()
          Definition of the color, crimson from the Netscape color table.
static FSColor crimson(int alpha)
          Definition of the transparent color, crimson from the Netscape color table.
static FSColor cyan()
          Definition of the color, cyan from the Netscape color table.
static FSColor cyan(int alpha)
          Definition of the transparent color, cyan from the Netscape color table.
static FSColor darkblue()
          Definition of the color, darkblue from the Netscape color table.
static FSColor darkblue(int alpha)
          Definition of the transparent color, darkblue from the Netscape color table.
static FSColor darkcyan()
          Definition of the color, darkcyan from the Netscape color table.
static FSColor darkcyan(int alpha)
          Definition of the transparent color, darkcyan from the Netscape color table.
static FSColor darkgoldenrod()
          Definition of the color, darkgoldenrod from the Netscape color table.
static FSColor darkgoldenrod(int alpha)
          Definition of the transparent color, darkgoldenrod from the Netscape color table.
static FSColor darkgray()
          Definition of the color, darkgray from the Netscape color table.
static FSColor darkgray(int alpha)
          Definition of the transparent color, darkgray from the Netscape color table.
static FSColor darkgreen()
          Definition of the color, darkgreen from the Netscape color table.
static FSColor darkgreen(int alpha)
          Definition of the transparent color, darkgreen from the Netscape color table.
static FSColor darkkhaki()
          Definition of the color, darkkhaki from the Netscape color table.
static FSColor darkkhaki(int alpha)
          Definition of the transparent color, darkkhaki from the Netscape color table.
static FSColor darkmagenta()
          Definition of the color, darkmagenta from the Netscape color table.
static FSColor darkmagenta(int alpha)
          Definition of the transparent color, darkmagenta from the Netscape color table.
static FSColor darkolivegreen()
          Definition of the color, darkolivegreen from the Netscape color table.
static FSColor darkolivegreen(int alpha)
          Definition of the transparent color, darkolivegreen from the Netscape color table.
static FSColor darkorange()
          Definition of the color, darkorange from the Netscape color table.
static FSColor darkorange(int alpha)
          Definition of the transparent color, darkorange from the Netscape color table.
static FSColor darkorchid()
          Definition of the color, darkorchid from the Netscape color table.
static FSColor darkorchid(int alpha)
          Definition of the transparent color, darkorchid from the Netscape color table.
static FSColor darkred()
          Definition of the color, darkred from the Netscape color table.
static FSColor darkred(int alpha)
          Definition of the transparent color, darkred from the Netscape color table.
static FSColor darksalmon()
          Definition of the color, darksalmon from the Netscape color table.
static FSColor darksalmon(int alpha)
          Definition of the transparent color, darksalmon from the Netscape color table.
static FSColor darkseagreen()
          Definition of the color, darkseagreen from the Netscape color table.
static FSColor darkseagreen(int alpha)
          Definition of the transparent color, darkseagreen from the Netscape color table.
static FSColor darkslateblue()
          Definition of the color, darkslateblue from the Netscape color table.
static FSColor darkslateblue(int alpha)
          Definition of the transparent color, darkslateblue from the Netscape color table.
static FSColor darkslategray()
          Definition of the color, darkslategray from the Netscape color table.
static FSColor darkslategray(int alpha)
          Definition of the transparent color, darkslategray from the Netscape color table.
static FSColor darkturquoise()
          Definition of the color, darkturquoise from the Netscape color table.
static FSColor darkturquoise(int alpha)
          Definition of the transparent color, darkturquoise from the Netscape color table.
static FSColor darkviolet()
          Definition of the color, darkviolet from the Netscape color table.
static FSColor darkviolet(int alpha)
          Definition of the transparent color, darkviolet from the Netscape color table.
static FSColor deeppink()
          Definition of the color, deeppink from the Netscape color table.
static FSColor deeppink(int alpha)
          Definition of the transparent color, deeppink from the Netscape color table.
static FSColor deepskyblue()
          Definition of the color, deepskyblue from the Netscape color table.
static FSColor deepskyblue(int alpha)
          Definition of the transparent color, deepskyblue from the Netscape color table.
static FSColor dimgray()
          Definition of the color, dimgray from the Netscape color table.
static FSColor dimgray(int alpha)
          Definition of the transparent color, dimgray from the Netscape color table.
static FSColor dodgerblue()
          Definition of the color, dodgerblue from the Netscape color table.
static FSColor dodgerblue(int alpha)
          Definition of the transparent color, dodgerblue from the Netscape color table.
static FSColor firebrick()
          Definition of the color, firebrick from the Netscape color table.
static FSColor firebrick(int alpha)
          Definition of the transparent color, firebrick from the Netscape color table.
static FSColor floralwhite()
          Definition of the color, floralwhite from the Netscape color table.
static FSColor floralwhite(int alpha)
          Definition of the transparent color, floralwhite from the Netscape color table.
static FSColor forestgreen()
          Definition of the color, forestgreen from the Netscape color table.
static FSColor forestgreen(int alpha)
          Definition of the transparent color, forestgreen from the Netscape color table.
static FSColor fuchsia()
          Definition of the color, fuchsia from the Netscape color table.
static FSColor fuchsia(int alpha)
          Definition of the transparent color, fuchsia from the Netscape color table.
static FSColor gainsboro()
          Definition of the color, gainsboro from the Netscape color table.
static FSColor gainsboro(int alpha)
          Definition of the transparent color, gainsboro from the Netscape color table.
static FSColor ghostwhite()
          Definition of the color, ghostwhite from the Netscape color table.
static FSColor ghostwhite(int alpha)
          Definition of the transparent color, ghostwhite from the Netscape color table.
static FSColor gold()
          Definition of the color, gold from the Netscape color table.
static FSColor gold(int alpha)
          Definition of the transparent color, gold from the Netscape color table.
static FSColor goldenrod()
          Definition of the color, goldenrod from the Netscape color table.
static FSColor goldenrod(int alpha)
          Definition of the transparent color, goldenrod from the Netscape color table.
static FSColor gray()
          Definition of the color, gray from the Netscape color table.
static FSColor gray(int alpha)
          Definition of the transparent color, gray from the Netscape color table.
static FSColor green()
          Definition of the color, green from the Netscape color table.
static FSColor green(int alpha)
          Definition of the transparent color, green from the Netscape color table.
static FSColor greenyellow()
          Definition of the color, greenyellow from the Netscape color table.
static FSColor greenyellow(int alpha)
          Definition of the transparent color, greenyellow from the Netscape color table.
static FSColor honeydew()
          Definition of the color, honeydew from the Netscape color table.
static FSColor honeydew(int alpha)
          Definition of the transparent color, honeydew from the Netscape color table.
static FSColor hotpink()
          Definition of the color, hotpink from the Netscape color table.
static FSColor hotpink(int alpha)
          Definition of the transparent color, hotpink from the Netscape color table.
static FSColor indianred()
          Definition of the color, indianred from the Netscape color table.
static FSColor indianred(int alpha)
          Definition of the transparent color, indianred from the Netscape color table.
static FSColor indigo()
          Definition of the color, indigo from the Netscape color table.
static FSColor indigo(int alpha)
          Definition of the transparent color, indigo from the Netscape color table.
static FSColor ivory()
          Definition of the color, ivory from the Netscape color table.
static FSColor ivory(int alpha)
          Definition of the transparent color, ivory from the Netscape color table.
static FSColor khaki()
          Definition of the color, khaki from the Netscape color table.
static FSColor khaki(int alpha)
          Definition of the transparent color, khaki from the Netscape color table.
static FSColor lavender()
          Definition of the color, lavender from the Netscape color table.
static FSColor lavender(int alpha)
          Definition of the transparent color, lavender from the Netscape color table.
static FSColor lavenderblush()
          Definition of the color, lavenderblush from the Netscape color table.
static FSColor lavenderblush(int alpha)
          Definition of the transparent color, lavenderblush from the Netscape color table.
static FSColor lawngreen()
          Definition of the color, lawngreen from the Netscape color table.
static FSColor lawngreen(int alpha)
          Definition of the transparent color, lawngreen from the Netscape color table.
static FSColor lemonchiffon()
          Definition of the color, lemonchiffon from the Netscape color table.
static FSColor lemonchiffon(int alpha)
          Definition of the transparent color, lemonchiffon from the Netscape color table.
static FSColor lightblue()
          Definition of the color, lightblue from the Netscape color table.
static FSColor lightblue(int alpha)
          Definition of the transparent color, lightblue from the Netscape color table.
static FSColor lightcoral()
          Definition of the color, lightcoral from the Netscape color table.
static FSColor lightcoral(int alpha)
          Definition of the transparent color, lightcoral from the Netscape color table.
static FSColor lightcyan()
          Definition of the color, lightcyan from the Netscape color table.
static FSColor lightcyan(int alpha)
          Definition of the transparent color, lightcyan from the Netscape color table.
static FSColor lightgoldenrodyellow()
          Definition of the color, lightgoldenrodyellow from the Netscape color table.
static FSColor lightgoldenrodyellow(int alpha)
          Definition of the transparent color, lightgoldenrodyellow from the Netscape color table.
static FSColor lightgreen()
          Definition of the color, lightgreen from the Netscape color table.
static FSColor lightgreen(int alpha)
          Definition of the transparent color, lightgreen from the Netscape color table.
static FSColor lightgrey()
          Definition of the color, lightgrey from the Netscape color table.
static FSColor lightgrey(int alpha)
          Definition of the transparent color, lightgrey from the Netscape color table.
static FSColor lightpink()
          Definition of the color, lightpink from the Netscape color table.
static FSColor lightpink(int alpha)
          Definition of the transparent color, lightpink from the Netscape color table.
static FSColor lightsalmon()
          Definition of the color, lightsalmon from the Netscape color table.
static FSColor lightsalmon(int alpha)
          Definition of the transparent color, lightsalmon from the Netscape color table.
static FSColor lightseagreen()
          Definition of the color, lightseagreen from the Netscape color table.
static FSColor lightseagreen(int alpha)
          Definition of the transparent color, lightseagreen from the Netscape color table.
static FSColor lightskyblue()
          Definition of the color, lightskyblue from the Netscape color table.
static FSColor lightskyblue(int alpha)
          Definition of the transparent color, lightskyblue from the Netscape color table.
static FSColor lightslategray()
          Definition of the color, lightslategray from the Netscape color table.
static FSColor lightslategray(int alpha)
          Definition of the transparent color, lightslategray from the Netscape color table.
static FSColor lightsteelblue()
          Definition of the color, lightsteelblue from the Netscape color table.
static FSColor lightsteelblue(int alpha)
          Definition of the transparent color, lightsteelblue from the Netscape color table.
static FSColor lightyellow()
          Definition of the color, lightyellow from the Netscape color table.
static FSColor lightyellow(int alpha)
          Definition of the transparent color, lightyellow from the Netscape color table.
static FSColor lime()
          Definition of the color, lime from the Netscape color table.
static FSColor lime(int alpha)
          Definition of the transparent color, lime from the Netscape color table.
static FSColor limegreen()
          Definition of the color, limegreen from the Netscape color table.
static FSColor limegreen(int alpha)
          Definition of the transparent color, limegreen from the Netscape color table.
static FSColor linen()
          Definition of the color, linen from the Netscape color table.
static FSColor linen(int alpha)
          Definition of the transparent color, linen from the Netscape color table.
static FSColor magenta()
          Definition of the color, magenta from the Netscape color table.
static FSColor magenta(int alpha)
          Definition of the transparent color, magenta from the Netscape color table.
static FSColor maroon()
          Definition of the color, maroon from the Netscape color table.
static FSColor maroon(int alpha)
          Definition of the transparent color, maroon from the Netscape color table.
static FSColor mediumaquamarine()
          Definition of the color, mediumaquamarine from the Netscape color table.
static FSColor mediumaquamarine(int alpha)
          Definition of the transparent color, mediumaquamarine from the Netscape color table.
static FSColor mediumblue()
          Definition of the color, mediumblue from the Netscape color table.
static FSColor mediumblue(int alpha)
          Definition of the transparent color, mediumblue from the Netscape color table.
static FSColor mediumorchid()
          Definition of the color, mediumorchid from the Netscape color table.
static FSColor mediumorchid(int alpha)
          Definition of the transparent color, mediumorchid from the Netscape color table.
static FSColor mediumpurple()
          Definition of the color, mediumpurple from the Netscape color table.
static FSColor mediumpurple(int alpha)
          Definition of the transparent color, mediumpurple from the Netscape color table.
static FSColor mediumseagreen()
          Definition of the color, mediumseagreen from the Netscape color table.
static FSColor mediumseagreen(int alpha)
          Definition of the transparent color, mediumseagreen from the Netscape color table.
static FSColor mediumslateblue()
          Definition of the color, mediumslateblue from the Netscape color table.
static FSColor mediumslateblue(int alpha)
          Definition of the transparent color, mediumslateblue from the Netscape color table.
static FSColor mediumspringgreen()
          Definition of the color, mediumspringgreen from the Netscape color table.
static FSColor mediumspringgreen(int alpha)
          Definition of the transparent color, mediumspringgreen from the Netscape color table.
static FSColor mediumturquoise()
          Definition of the color, mediumturquoise from the Netscape color table.
static FSColor mediumturquoise(int alpha)
          Definition of the transparent color, mediumturquoise from the Netscape color table.
static FSColor mediumvioletred()
          Definition of the color, mediumvioletred from the Netscape color table.
static FSColor mediumvioletred(int alpha)
          Definition of the transparent color, mediumvioletred from the Netscape color table.
static FSColor midnightblue()
          Definition of the color, midnightblue from the Netscape color table.
static FSColor midnightblue(int alpha)
          Definition of the transparent color, midnightblue from the Netscape color table.
static FSColor mintcream()
          Definition of the color, mintcream from the Netscape color table.
static FSColor mintcream(int alpha)
          Definition of the transparent color, mintcream from the Netscape color table.
static FSColor mistyrose()
          Definition of the color, mistyrose from the Netscape color table.
static FSColor mistyrose(int alpha)
          Definition of the transparent color, mistyrose from the Netscape color table.
static FSColor moccasin()
          Definition of the color, moccasin from the Netscape color table.
static FSColor moccasin(int alpha)
          Definition of the transparent color, moccasin from the Netscape color table.
static FSColor navajowhite()
          Definition of the color, navajowhite from the Netscape color table.
static FSColor navajowhite(int alpha)
          Definition of the transparent color, navajowhite from the Netscape color table.
static FSColor navy()
          Definition of the color, navy from the Netscape color table.
static FSColor navy(int alpha)
          Definition of the transparent color, navy from the Netscape color table.
static FSColor oldlace()
          Definition of the color, oldlace from the Netscape color table.
static FSColor oldlace(int alpha)
          Definition of the transparent color, oldlace from the Netscape color table.
static FSColor olive()
          Definition of the color, olive from the Netscape color table.
static FSColor olive(int alpha)
          Definition of the transparent color, olive from the Netscape color table.
static FSColor olivedrab()
          Definition of the color, olivedrab from the Netscape color table.
static FSColor olivedrab(int alpha)
          Definition of the transparent color, olivedrab from the Netscape color table.
static FSColor orange()
          Definition of the color, orange from the Netscape color table.
static FSColor orange(int alpha)
          Definition of the transparent color, orange from the Netscape color table.
static FSColor orangered()
          Definition of the color, orangered from the Netscape color table.
static FSColor orangered(int alpha)
          Definition of the transparent color, orangered from the Netscape color table.
static FSColor orchid()
          Definition of the color, orchid from the Netscape color table.
static FSColor orchid(int alpha)
          Definition of the transparent color, orchid from the Netscape color table.
static FSColor palegoldenrod()
          Definition of the color, palegoldenrod from the Netscape color table.
static FSColor palegoldenrod(int alpha)
          Definition of the transparent color, palegoldenrod from the Netscape color table.
static FSColor palegreen()
          Definition of the color, palegreen from the Netscape color table.
static FSColor palegreen(int alpha)
          Definition of the transparent color, palegreen from the Netscape color table.
static FSColor paleturquoise()
          Definition of the color, paleturquoise from the Netscape color table.
static FSColor paleturquoise(int alpha)
          Definition of the transparent color, paleturquoise from the Netscape color table.
static FSColor palevioletred()
          Definition of the color, palevioletred from the Netscape color table.
static FSColor palevioletred(int alpha)
          Definition of the transparent color, palevioletred from the Netscape color table.
static FSColor papayawhip()
          Definition of the color, papayawhip from the Netscape color table.
static FSColor papayawhip(int alpha)
          Definition of the transparent color, papayawhip from the Netscape color table.
static FSColor peachpuff()
          Definition of the color, peachpuff from the Netscape color table.
static FSColor peachpuff(int alpha)