Deprecated API


Contents
Deprecated Classes
jlink.tools.JLToolsBase
            
 

Deprecated Fields
jlink.flowchart.JLPage.bgTransparency
          Use JLPage.PAGE_TRANSPARENT and JLPage.setJLPageType(int type) instead. 
 

Deprecated Methods
jlink.flowchart.JLPage.isBackgroundTransparent()
          Use JLPage.getJLPageType() to test if the JLPage is transparent. 
jlink.flowchart.JLWorksheet.setJLPageType(int)
          Use JLWorksheet.setJLWorksheetType(int type) 
jlink.flowchart.JLPage.turnOffBackgroundTransparency()
          Use JLPage.setJLPageType(int type) instead. Stability not certain. 
jlink.flowchart.JLPage.turnOnBackgroundTransparency()
          Use JLPage.setJLPageType(int type) instead. Stability not certain.