public class Dimension extends Object
This class provides a minimal stub implementation of a dimension object to allow the NDT tool to run in headless environments. The dimension can be constructed with width and height but provides no actual sizing functionality.
All operations are no-ops, maintaining API compatibility without requiring an actual graphical display system.