Uses of Class
com.hp.lft.sdk.te.SizeProperty
Packages that use SizeProperty
-
Uses of SizeProperty in com.hp.lft.sdk.te
Methods in com.hp.lft.sdk.te that return SizePropertyModifier and TypeMethodDescriptionScreenDescription.getSize()
Returns the total number of rows and columns in the emulator screen.SizeProperty.setColumnCount
(Integer columnCount) Sets the columnCount component of the test object size.SizeProperty.setRowCount
(Integer rowCount) Returns the rowCount component of the test object size.Methods in com.hp.lft.sdk.te with parameters of type SizePropertyModifier and TypeMethodDescriptionvoid
ScreenDescription.setSize
(SizeProperty size) Sets the total number of rows and columns in the emulator screen.ScreenDescription.Init.size
(SizeProperty size) Initializes the size of the Terminal Emulator screen.Constructors in com.hp.lft.sdk.te with parameters of type SizePropertyModifierConstructorDescriptionSizeProperty
(SizeProperty sizeToCopy) Initializes a new instance of the SizeProperty class by copying the values of the provided SizeProperty.