| Package | Description | 
|---|---|
| agi.foundation.stk | 
 Contains types for interoperating with the STK desktop application and related data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static StkPatternFile | 
StkPatternFile.readFrom(BufferedReader reader)
Reads an STK pattern (.pattern) file from a  
BufferedReader. | 
static StkPatternFile | 
StkPatternFile.readFrom(BufferedReader reader,
        StkPatternFileOptions readOptions)
Reads an STK pattern (.pattern) file from a  
BufferedReader. | 
static StkPatternFile | 
StkPatternFile.readFrom(String fileName)
Reads an STK pattern (.pattern) file from a specified file. 
 | 
static StkPatternFile | 
StkPatternFile.readFrom(String fileName,
        StkPatternFileOptions readOptions)
Reads an STK pattern (.pattern) file from a file. 
 |