Modifier and Type | Field and Description |
---|---|
boolean |
mbPercent
Was the unit expressed as a percent?
|
boolean |
mbValuePerUnit
Should the result be interpreted as value per unit?
|
char |
mcUnit0
Unit text.
|
char |
mcUnit1 |
char |
mcUnit2 |
int |
meUnits
Units parsed or defaulted.
|
int |
mnFraction
Fraction part of value.
|
int |
mnFractionScale
Amount to divide fraction part by.
|
int |
mnValue
Non-fractional or entire value.
|
Constructor and Description |
---|
ParseData(int nValue,
int nFraction,
int nFractionScale,
int eUnits,
char cUnit0,
char cUnit1,
char cUnit2,
boolean bValuePerUnit,
boolean bPercent) |
public final int mnValue
public final int mnFraction
public final int mnFractionScale
public final int meUnits
public final char mcUnit0
public final char mcUnit1
public final char mcUnit2
public final boolean mbValuePerUnit
public final boolean mbPercent
Copyright © 2010 - 2020 Adobe. All Rights Reserved