org.millstone.base.terminal
Interface Terminal

All Known Implementing Classes:
WebBrowser

public interface Terminal

Interface for different terminal types.

Since:
3.0
Version:
3.0.3
Author:
IT Mill Ltd.

Method Summary
 java.lang.String getDefaultTheme()
          Get name of the default theme
 int getScreenHeight()
          Get height of the terminal window in pixels
 int getScreenWidth()
          Get width of the terminal window in pixels
 

Method Detail

getDefaultTheme

public java.lang.String getDefaultTheme()
Get name of the default theme

Returns:
Name of the terminal window

getScreenWidth

public int getScreenWidth()
Get width of the terminal window in pixels

Returns:
Width of the terminal window

getScreenHeight

public int getScreenHeight()
Get height of the terminal window in pixels

Returns:
Height of the terminal window


Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.