public class guidolayout
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
fForce
Force value of the Space-Force function.
|
int |
fNeighborhoodSpacing
Spacing algorithm control
Tells the engine to use the Neighborhood spacing algorithm or not
(default value: 0)
|
boolean |
fOptimalPageFill
Optimal page fill algorithm control
Tells the engine to use the optimal page fill algorithm or not
(default value: 1)
|
float |
fSpring
Spring parameter
Typical values range from 1 to 5.
|
float |
fSystemsDistance
Distance between systems
Distance is in internal units (default value: 75)
|
float |
fSystemsDistribLimit
Maximum distance allowed between two systems.
|
int |
fSystemsDistribution
Systems distribution.
|
static int |
kAlwaysDistrib |
static int |
kAutoDistrib |
static int |
kNeverDistrib |
Constructor and Description |
---|
guidolayout() |
Modifier and Type | Method and Description |
---|---|
void |
GetDefault()
Retrieves the engine settings values.
|
protected static void |
Init()
Internal jni initialization method.
|
void |
print()
Print utility.
|
public static final int kAutoDistrib
public static final int kAlwaysDistrib
public static final int kNeverDistrib
public float fSystemsDistance
public int fSystemsDistribution
public float fSystemsDistribLimit
public float fForce
public float fSpring
public int fNeighborhoodSpacing
public boolean fOptimalPageFill
public final void GetDefault()
public void print()
protected static void Init()