Class BoundingBoxImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.BoundingBoxImpl
- All Implemented Interfaces:
BoundingBox,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the height.intgetLayer()Gets the layer.Gets the origin.getShape()Gets the shape.getType()Gets the type.doublegetWidth()Gets the width.doublegetX()Gets the x.doublegetY()Gets the y.intGets the zindex.voidsetHeight(double height) Sets the height.voidsetLayer(int layer) Sets the layer.voidSets the origin.voidSets the shape.voidSets the type.voidsetWidth(double width) Sets the width.voidsetX(double x) Sets the x.voidsetY(double y) Sets the y.voidsetZindex(int zindex) Sets the zindex.
-
Constructor Details
-
BoundingBoxImpl
public BoundingBoxImpl()
-
-
Method Details
-
getX
public double getX()Description copied from interface:BoundingBoxGets the x.- Specified by:
getXin interfaceBoundingBox- Returns:
- the x
-
setX
public void setX(double x) Description copied from interface:BoundingBoxSets the x.- Specified by:
setXin interfaceBoundingBox- Parameters:
x- the x to set
-
getY
public double getY()Description copied from interface:BoundingBoxGets the y.- Specified by:
getYin interfaceBoundingBox- Returns:
- the y
-
setY
public void setY(double y) Description copied from interface:BoundingBoxSets the y.- Specified by:
setYin interfaceBoundingBox- Parameters:
y- the y to set
-
getWidth
public double getWidth()Description copied from interface:BoundingBoxGets the width.- Specified by:
getWidthin interfaceBoundingBox- Returns:
- the width
-
setWidth
public void setWidth(double width) Description copied from interface:BoundingBoxSets the width.- Specified by:
setWidthin interfaceBoundingBox- Parameters:
width- the width to set
-
getHeight
public double getHeight()Description copied from interface:BoundingBoxGets the height.- Specified by:
getHeightin interfaceBoundingBox- Returns:
- the height
-
setHeight
public void setHeight(double height) Description copied from interface:BoundingBoxSets the height.- Specified by:
setHeightin interfaceBoundingBox- Parameters:
height- the height to set
-
getType
Description copied from interface:BoundingBoxGets the type.- Specified by:
getTypein interfaceBoundingBox- Returns:
- the type
-
setType
Description copied from interface:BoundingBoxSets the type.- Specified by:
setTypein interfaceBoundingBox- Parameters:
type- the type to set
-
getShape
Description copied from interface:BoundingBoxGets the shape.- Specified by:
getShapein interfaceBoundingBox- Returns:
- the shape
-
setShape
Description copied from interface:BoundingBoxSets the shape.- Specified by:
setShapein interfaceBoundingBox- Parameters:
shape- the shape to set
-
getOrigin
Description copied from interface:BoundingBoxGets the origin.- Specified by:
getOriginin interfaceBoundingBox- Returns:
- the origin
-
setOrigin
Description copied from interface:BoundingBoxSets the origin.- Specified by:
setOriginin interfaceBoundingBox- Parameters:
origin- the origin to set
-
getLayer
public int getLayer()Description copied from interface:BoundingBoxGets the layer.- Specified by:
getLayerin interfaceBoundingBox- Returns:
- the layer
-
setLayer
public void setLayer(int layer) Description copied from interface:BoundingBoxSets the layer.- Specified by:
setLayerin interfaceBoundingBox- Parameters:
layer- the layer to set
-
getZindex
public int getZindex()Description copied from interface:BoundingBoxGets the zindex.- Specified by:
getZindexin interfaceBoundingBox- Returns:
- the zindex
-
setZindex
public void setZindex(int zindex) Description copied from interface:BoundingBoxSets the zindex.- Specified by:
setZindexin interfaceBoundingBox- Parameters:
zindex- the zindex to set
-