| Package | Description |
|---|---|
| com.hfg.graphics | |
| com.hfg.html |
The HTML classes in this package can be used to construct HTML or XHTML in an object-oriented fashion.
|
| com.hfg.xml.msofficexml.docx.wordprocessingml.style |
| Modifier and Type | Method and Description |
|---|---|
ColorSpec |
ColorSpec.clone() |
ColorSpec |
Colorist.colorByNumber(Number inValue) |
ColorSpec |
PaletteColorist.colorByNumber(Number inValue) |
ColorSpec |
RangeColorist.colorByNumber(Number inValue) |
ColorSpec |
ScaleColorist.colorByNumber(Number inValue) |
ColorSpec |
Colorist.colorByNumber(Value inValue) |
ColorSpec |
PaletteColorist.colorByNumber(Value inValue) |
ColorSpec |
RangeColorist.colorByNumber(Value inValue) |
ColorSpec |
ScaleColorist.colorByNumber(Value inValue) |
ColorSpec |
DataStylist.getColorSpec() |
ColorSpec |
DataStylistGenerator.getColorSpec() |
ColorSpec |
ColorSpec.setBackgroundColor(Color inValue)
Sets the background color; null values are allowed.
|
ColorSpec |
ColorSpec.setForegroundColor(Color inValue)
Sets the foreground color; null values are allowed.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Range<T>,ColorSpec> |
RangeColorist.getRangeMap() |
| Modifier and Type | Method and Description |
|---|---|
RangeColorist |
RangeColorist.addRange(Range<T> inRange,
ColorSpec inColorSpec) |
int |
ColorSpec.compareTo(ColorSpec inObj2) |
DataStylist |
DataStylist.setColorSpec(ColorSpec inValue) |
DataStylistGenerator |
DataStylistGenerator.setColorSpec(ColorSpec inValue) |
| Modifier and Type | Method and Description |
|---|---|
HTMLTag |
HTMLTag.applyColorSpec(ColorSpec inValue) |
| Modifier and Type | Method and Description |
|---|---|
WmlShading |
WmlShading.setColorSpec(ColorSpec inValue)
Convenience method for setting both the color and the fill.
|
jataylor@hairyfatguy.com