public class NonAWTEnvironment extends java.lang.Object implements Environment
构造器和说明 |
---|
NonAWTEnvironment(int resolution)
Constructs the environment with the mandatory output resolution.
|
限定符和类型 | 方法和说明 |
---|---|
java.awt.Font |
getDefaultFont()
Returns the default font for the environment.
|
int |
getResolution()
Returns the specified resolution for
outputting barcodes.
|
public NonAWTEnvironment(int resolution)
resolution
- The output resolutionpublic int getResolution()
getResolution
在接口中 Environment
public java.awt.Font getDefaultFont()
getDefaultFont
在接口中 Environment