程序包 | 说明 |
---|---|
com.fr.code.bar.env |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultEnvironment
An environment that represents machines that have access to the
windowing system or output device.
|
class |
HeadlessEnvironment
An environment used when the machine running barbecue is in
headless mode, ie no monitor or windowing system.
|
class |
NonAWTEnvironment
An environment used when absolutely no AWT activity is desired when
handling barcodes.
|
限定符和类型 | 方法和说明 |
---|---|
static Environment |
EnvironmentFactory.getEnvironment()
Returns the current operating environment.
|
限定符和类型 | 方法和说明 |
---|---|
static void |
EnvironmentFactory.setDefaultEnvironment(Environment newEnv)
Sets the default environment for the factory.
|