Interface Position
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PositionImpl
The Interface Position.
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetBlueH()Gets the blue H.doublegetBlueW()Gets the blue W.doublegetBlueX()Gets the blue X.doublegetBlueY()Gets the blue Y.doublegetH()Gets the h.doubleGets the opacity.doublegetW()Gets the w.doublegetX()Gets the x.doublegetY()Gets the y.voidsetBlueH(double blueH) Sets the blue H.voidsetBlueW(double blueW) Sets the blue W.voidsetBlueX(double blueX) Sets the blue X.voidsetBlueY(double blueY) Sets the blue Y.voidsetH(double h) Sets the h.voidsetOpacity(double opacitiy) Sets the opacity.voidsetW(double w) Sets the w.voidsetX(double x) Sets the x.voidsetY(double y) Sets the y.
-
Method Details
-
getX
double getX()Gets the x.- Returns:
- the x
-
setX
void setX(double x) Sets the x.- Parameters:
x- the new x
-
getY
double getY()Gets the y.- Returns:
- the y
-
setY
void setY(double y) Sets the y.- Parameters:
y- the new y
-
getW
double getW()Gets the w.- Returns:
- the w
-
setW
void setW(double w) Sets the w.- Parameters:
w- the new w
-
getH
double getH()Gets the h.- Returns:
- the h
-
setH
void setH(double h) Sets the h.- Parameters:
h- the new h
-
setOpacity
void setOpacity(double opacitiy) Sets the opacity.- Parameters:
opacitiy- the new opacity
-
getOpacity
double getOpacity()Gets the opacity.- Returns:
- the opacity
-
setBlueH
void setBlueH(double blueH) Sets the blue H.- Parameters:
blueH- the new blue H
-
getBlueH
double getBlueH()Gets the blue H.- Returns:
- the blue H
-
setBlueW
void setBlueW(double blueW) Sets the blue W.- Parameters:
blueW- the new blue W
-
getBlueW
double getBlueW()Gets the blue W.- Returns:
- the blue W
-
setBlueY
void setBlueY(double blueY) Sets the blue Y.- Parameters:
blueY- the new blue Y
-
getBlueY
double getBlueY()Gets the blue Y.- Returns:
- the blue Y
-
setBlueX
void setBlueX(double blueX) Sets the blue X.- Parameters:
blueX- the new blue X
-
getBlueX
double getBlueX()Gets the blue X.- Returns:
- the blue X
-