Class PositionImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.placeholder.PositionImpl
-
- All Implemented Interfaces:
Position,java.io.Serializable
public class PositionImpl extends java.lang.Object implements java.io.Serializable, Position
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PositionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetH()Gets the h.doublegetW()Gets the w.doublegetX()Gets the x.doublegetY()Gets the y.voidsetH(double h)Sets the h.voidsetW(double w)Sets the w.voidsetX(double x)Sets the x.voidsetY(double y)Sets the y.
-
-
-
Method Detail
-
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.
-
-