|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.micromata.opengis.kml.v_2_2_0.Vec2
public class Vec2
Vec2
x=double xunits=kml:unitsEnum y=double yunits=kml:unitsEnum
See Also: See
| Field Summary | |
|---|---|
protected double |
x
|
protected Units |
xunits
Units |
protected double |
y
|
protected Units |
yunits
Units |
| Constructor Summary | |
|---|---|
Vec2()
|
|
| Method Summary | |
|---|---|
Vec2 |
clone()
|
boolean |
equals(java.lang.Object obj)
|
double |
getX()
|
Units |
getXunits()
|
double |
getY()
|
Units |
getYunits()
|
int |
hashCode()
|
void |
setX(double value)
|
void |
setXunits(Units value)
|
void |
setY(double value)
|
void |
setYunits(Units value)
|
Vec2 |
withX(double x)
fluent setter |
Vec2 |
withXunits(Units xunits)
fluent setter |
Vec2 |
withY(double y)
fluent setter |
Vec2 |
withYunits(Units yunits)
fluent setter |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double x
Use of these elements within
protected double y
protected Units xunits
fraction, pixels, insetPixels
See Also: See
protected Units yunits
fraction, pixels, insetPixels
See Also: See
| Constructor Detail |
|---|
public Vec2()
| Method Detail |
|---|
public double getX()
xpublic void setX(double value)
xpublic double getY()
ypublic void setY(double value)
ypublic Units getXunits()
Unitsxunitspublic void setXunits(Units value)
value - allowed object is
Unitsxunitspublic Units getYunits()
Unitsyunitspublic void setYunits(Units value)
value - allowed object is
Unitsyunitspublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic Vec2 withX(double x)
x - required parametersetX(double)public Vec2 withY(double y)
y - required parametersetY(double)public Vec2 withXunits(Units xunits)
xunits - required parametersetXunits(Units)public Vec2 withYunits(Units yunits)
yunits - required parametersetYunits(Units)public Vec2 clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||