FileDocCategorySizeDatePackage
BasicMonitorScreen.javaAPI DocExample2071Sun Dec 14 22:47:38 GMT 2003oreilly.hcj.nested

BasicMonitorScreen

public abstract class BasicMonitorScreen extends Object
A color monitor screen.
author
Robert Simmons jr. (kraythe)
version
$Revision: 1.3 $

Fields Summary
private Dimension
resolution
Holds the value of the property resolution.
Constructors Summary
public BasicMonitorScreen(Dimension resolution)
Creates a new BasicMonitorScreen object.

param
resolution The monitor's resolution.

		this.resolution = resolution;
	
Methods Summary
public java.awt.DimensiongetResolution()
Gets the value of the property resolution.

return
The current value of resolution.

		return this.resolution;