@Deprecated
public interface ILayoutResult
ILayoutBridge.| Modifier and Type | Interface and Description |
|---|---|
static interface |
ILayoutResult.ILayoutViewInfo
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR
Deprecated.
Error return code, in which case an error message is guaranteed to be defined.
|
static int |
SUCCESS
Deprecated.
Success return code
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorMessage()
Deprecated.
Returns the error message.
|
java.awt.image.BufferedImage |
getImage()
Deprecated.
Returns the rendering of the full layout.
|
ILayoutResult.ILayoutViewInfo |
getRootView()
Deprecated.
Returns the
ILayoutResult.ILayoutViewInfo object for the top level view. |
int |
getSuccess()
Deprecated.
Returns the result code.
|
static final int SUCCESS
static final int ERROR
getErrorMessage(),
Constant Field ValuesILayoutResult.ILayoutViewInfo getRootView()
ILayoutResult.ILayoutViewInfo object for the top level view.java.awt.image.BufferedImage getImage()
java.lang.String getErrorMessage()
Only valid when getSuccess() returns ERROR