public class ManifestMeasureTweak
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
FLAT
Flat Manifest Measure Tweak Mode
|
Constructor and Description |
---|
ManifestMeasureTweak(int iNode,
boolean bIsProportional,
double dblAmount)
ManifestMeasureTweak constructor
|
Modifier and Type | Method and Description |
---|---|
double |
amount()
Amount to be tweaked by
|
boolean |
isProportional()
Is the Tweak Proportional
|
int |
node()
Index of the Node to be tweaked
|
public static final int FLAT
public ManifestMeasureTweak(int iNode, boolean bIsProportional, double dblAmount) throws java.lang.Exception
iNode
- Node to be tweaked - Set to NODE_FLAT_TWEAK for flat curve tweakbIsProportional
- True - Tweak is proportional, False - paralleldblAmount
- Amount to be tweaked - proportional tweaks are represented as percent, parallel
tweaks are absolute numbersjava.lang.Exception
- Thrown if Inputs are invalidpublic int node()
public double amount()
public boolean isProportional()