public class JolParameters
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JolParameters.DataModel
The data model modes supported by Jol.
|
static class |
JolParameters.Layout
The object layout simulation modes supported by Jol.
|
| Modifier and Type | Field and Description |
|---|---|
int |
fAlignment |
JolParameters.DataModel |
fDataModel |
JolParameters.Layout |
fLayout |
| Constructor and Description |
|---|
JolParameters(JolParameters.Layout pLayout,
JolParameters.DataModel pDataModel,
int pAlignment)
Create a new
JolParameters instance. |
public final JolParameters.Layout fLayout
public final JolParameters.DataModel fDataModel
public final int fAlignment
public JolParameters(JolParameters.Layout pLayout, JolParameters.DataModel pDataModel, int pAlignment)
JolParameters instance.pLayout - The layout to use in the Jol analysis.pDataModel - The data model to use in the Jol analysis. Ignored by the
JolParameters.Layout.CURRENT layout.pAlignment - The alignment to use in the Jol analysis. This value is currently only
used by the JolParameters.Layout.HOTSPOT layout.java.lang.NullPointerException - if pLayout or pDataModel is null.