| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected Units |
Vec2.xunits
Units
fraction, pixels, insetPixels
See Also:
See
|
protected Units |
Vec2.yunits
Units
fraction, pixels, insetPixels
See Also:
See
|
| Modifier and Type | Method and Description |
|---|---|
static Units |
Units.fromValue(String v) |
Units |
Vec2.getXunits() |
Units |
Vec2.getYunits() |
static Units |
Units.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Units[] |
Units.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vec2.setXunits(Units value) |
void |
Vec2.setYunits(Units value) |
Vec2 |
Vec2.withXunits(Units xunits)
fluent setter
|
Vec2 |
Vec2.withYunits(Units yunits)
fluent setter
|
Copyright © 2014 Micromata GmbH. All rights reserved.