Uses of Class
com.hp.lft.sdk.te.Size

Packages that use Size
Package
Description
Provides the SDK for testing Terminal Emulators objects.
  • Uses of Size in com.hp.lft.sdk.te

    Methods in com.hp.lft.sdk.te that return Size
    Modifier and Type
    Method
    Description
    ScreenBase.getSize()
    Returns the Terminal Emulator screen column count and row count.
    Methods in com.hp.lft.sdk.te with parameters of type Size
    Modifier and Type
    Method
    Description
    void
    ScreenDescription.setSize(Size size)
    Sets the total number of rows and columns in the emulator screen.
    ScreenDescription.Init.size(Size size)
    Initializes the size of the Terminal Emulator screen.
    Constructors in com.hp.lft.sdk.te with parameters of type Size
    Modifier
    Constructor
    Description
     
    Initializes a new instance of the SizeProperty class with the provided Size.