public class Color extends Object
This class provides a minimal stub implementation of color constants to allow the NDT tool to run in headless environments. The class provides color constants but no actual color functionality.
All operations are no-ops or return null values, maintaining API compatibility without requiring an actual graphical display system.
| Constructor and Description |
|---|
Color()Constructs a new Color. |
public static final Color BLUE