Pathway/iTS Web Client Programming Manual (G06.24+)

Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual520270-001
6-98
Class PicX
Method Constructor
Syntax
public PicX (int size)
Description
In this form, data is left-justified. Upon construction, the object will contain blanks.
Parameters
Method Constructor (Justification Specified)
Syntax
public PicX (int size, boolean justification)
Description
Upon construction, the object will contain blanks.
Parameters
Method Constructor (Initialized Data, Left-Justified)
Syntax
public PicX (int size, String data)
Description
In this form, data is left justified. If the number of characters is less than the specified
size, the data will be padded with blanks in accordance with SCREEN COBOL rules. If
the number of characters is more than the specified size, the data will be truncated in
accordance with SCREEN COBOL rules.
size
The number of characters this object can hold
size
The number of characters this object can hold
justification
Must be either PicX.LEFTJUSTIFIED or
PicX.RIGHTJUSTIFIED