public interface IScreenInfo
extends java.lang.Cloneable, java.io.Serializable
This interface defines the screen information interface. This will allow a user to query the characteristics of the screen.
Modifier and Type | Method and Description |
---|---|
int |
getDefaultBackgroundColor()
Returns the default background color for the screen.
|
int |
getDefaultCharSet()
Returns the default character set for the screen.
|
int |
getDefaultForegroundColor()
Returns the default foreground color of the screen.
|
int |
getDepth()
Returns the depth or number of rows in the screen.
|
int |
getFieldCount()
Returns the number of fields on the screen.
|
int |
getWidth()
Returns the width or number of columns in the screen.
|
boolean |
supportsHighlighting()
Returns whether a screen supports extended highlighting
|
int getDefaultBackgroundColor()
int getDefaultCharSet()
int getDefaultForegroundColor()
int getDepth()
int getFieldCount()
int getWidth()
boolean supportsHighlighting()