Class PositionImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.PositionImpl
- All Implemented Interfaces:
Position,Serializable
- See Also:
-
Constructor Summary
Constructors -
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 opacity) Sets the opacity.voidsetW(double w) Sets the w.voidsetX(double x) Sets the x.voidsetY(double y) Sets the y.
-
Constructor Details
-
PositionImpl
public PositionImpl()
-
-
Method Details
-
getX
public double getX()Description copied from interface:PositionGets the x. -
setX
public void setX(double x) Description copied from interface:PositionSets the x. -
getY
public double getY()Description copied from interface:PositionGets the y. -
setY
public void setY(double y) Description copied from interface:PositionSets the y. -
getW
public double getW()Description copied from interface:PositionGets the w. -
setW
public void setW(double w) Description copied from interface:PositionSets the w. -
getH
public double getH()Description copied from interface:PositionGets the h. -
setH
public void setH(double h) Description copied from interface:PositionSets the h. -
getBlueX
public double getBlueX()Description copied from interface:PositionGets the blue X. -
setBlueX
public void setBlueX(double blueX) Description copied from interface:PositionSets the blue X. -
getBlueY
public double getBlueY()Description copied from interface:PositionGets the blue Y. -
setBlueY
public void setBlueY(double blueY) Description copied from interface:PositionSets the blue Y. -
getBlueW
public double getBlueW()Description copied from interface:PositionGets the blue W. -
setBlueW
public void setBlueW(double blueW) Description copied from interface:PositionSets the blue W. -
getBlueH
public double getBlueH()Description copied from interface:PositionGets the blue H. -
setBlueH
public void setBlueH(double blueH) Description copied from interface:PositionSets the blue H. -
getOpacity
public double getOpacity()Description copied from interface:PositionGets the opacity.- Specified by:
getOpacityin interfacePosition- Returns:
- the opacity
-
setOpacity
public void setOpacity(double opacity) Description copied from interface:PositionSets the opacity.- Specified by:
setOpacityin interfacePosition- Parameters:
opacitiy- the opacity to set
-