| Class and Description |
|---|
| com.sptci.echo2.Confirmation.Executor
Use
Executor instead. |
| Method and Description |
|---|
| com.sptci.echo.style.Font.getInstance(Font.Typeface, Extent)
Warning, you are creating a non-standard font.
|
| com.sptci.echo2.style.Font.getInstance(Font.Typeface, Extent)
Warning, you are creating a non-standard font.
|
| com.sptci.echo.style.Font.getInstance(Font.Typeface, int, Extent)
Warning, you are creating a non-standard font.
|
| com.sptci.echo2.style.Font.getInstance(Font.Typeface, int, Extent)
Warning, you are creating a non-standard font.
|
| com.sptci.echo.style.Extent.getInstance(int) |
| com.sptci.echo.style.Extent.getInstance(int, int)
Use
Extent.getExtent( int, int ) instead. |
| com.sptci.jdo.User.getPassword()
Use
User.getPassword( String ) for proper results.
This method still has to be used if used in non-secure mode. |
| com.sptci.util.StringUtilities.toXML(char[], int...) |
| com.sptci.util.StringUtilities.toXML(String) |