|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlatyConst.unit | |
|---|---|
| platypus | |
| Uses of PlatyConst.unit in platypus |
|---|
| Fields in platypus declared as PlatyConst.unit | |
|---|---|
private PlatyConst.unit |
ParsedUnit.unit
the type of unit. |
private PlatyConst.unit |
CommandValue.units
the type of units (lines, pts, inches, centimeters) |
| Methods in platypus that return PlatyConst.unit | |
|---|---|
PlatyConst.unit |
ParsedUnit.getUnit()
|
PlatyConst.unit |
CommandValue.getUnits()
return the number of units |
static PlatyConst.unit |
Parser.parseUnitType(java.lang.String inputStr)
Gets the unit type. |
static PlatyConst.unit |
Parser.unitAbbrevToUnitType(java.lang.String unitStr)
Convert the abbreviation used for the unit into a unit-type (an enum in PlatyConst) |
static PlatyConst.unit |
PlatyConst.unit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PlatyConst.unit[] |
PlatyConst.unit.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in platypus with parameters of type PlatyConst.unit | |
|---|---|
static float |
PlatyConst.convertUnitsToPoints(PlatyConst.unit unit,
float amount)
converts type and value to points |
void |
ParsedUnit.setUnit(PlatyConst.unit unit)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||