Modifier and Type | Method and Description |
---|---|
FSColor |
IdentValue.asColor() |
Modifier and Type | Class and Description |
---|---|
class |
FSCMYKColor |
class |
FSRGBColor |
Modifier and Type | Method and Description |
---|---|
FSColor |
FSRGBColor.darkenColor() |
FSColor |
FSCMYKColor.darkenColor() |
FSColor |
FSColor.darkenColor() |
FSColor |
PropertyValue.getFSColor() |
FSColor |
FSRGBColor.lightenColor() |
FSColor |
FSCMYKColor.lightenColor() |
FSColor |
FSColor.lightenColor() |
Constructor and Description |
---|
PropertyValue(FSColor color) |
Modifier and Type | Method and Description |
---|---|
FSColor |
DerivedValue.asColor() |
FSColor |
FSDerivedValue.asColor() |
FSColor |
CalculatedStyle.asColor(CSSName cssName) |
FSColor |
CalculatedStyle.getBackgroundColor()
Convenience property accessor; returns a Color initialized with the
background color value; Uses the actual value (computed actual value) for
this element.
|
FSColor |
CalculatedStyle.getColor()
Convenience property accessor; returns a Color initialized with the
foreground color Uses the actual value (computed actual value) for this
element.
|
Modifier and Type | Method and Description |
---|---|
FSColor |
ColorValue.asColor()
Returns the value as a Color, if it is a color.
|
FSColor |
BorderPropertySet.bottomColor() |
FSColor |
BorderPropertySet.leftColor() |
FSColor |
BorderPropertySet.rightColor() |
FSColor |
BorderPropertySet.topColor() |
Modifier and Type | Method and Description |
---|---|
void |
OutputDevice.drawDebugOutline(RenderingContext c,
Box box,
FSColor color) |
void |
OutputDevice.setColor(FSColor color) |
Modifier and Type | Method and Description |
---|---|
FSColor |
CollapsedBorderValue.color() |
Modifier and Type | Method and Description |
---|---|
void |
CollapsedBorderValue.setColor(FSColor color) |
Constructor and Description |
---|
CollapsedBorderValue(IdentValue style,
int width,
FSColor color,
int precedence) |
Modifier and Type | Method and Description |
---|---|
void |
ITextOutputDevice.setColor(FSColor color) |
Modifier and Type | Method and Description |
---|---|
FSColor |
Box.getEffBackgroundColor(RenderingContext c) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractOutputDevice.drawDebugOutline(RenderingContext c,
Box box,
FSColor color) |
Modifier and Type | Method and Description |
---|---|
void |
Java2DOutputDevice.setColor(FSColor color) |