Class BoundingBoxImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.BoundingBoxImpl
-
- All Implemented Interfaces:
BoundingBox,java.io.Serializable
public class BoundingBoxImpl extends java.lang.Object implements java.io.Serializable, BoundingBox
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BoundingBoxImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetHeight()Gets the height.intgetLayer()Gets the layer.java.lang.StringgetOrigin()Gets the origin.java.lang.StringgetShape()Gets the shape.java.lang.StringgetType()Gets the type.doublegetWidth()Gets the width.doublegetX()Gets the x.doublegetY()Gets the y.intgetZindex()Gets the zindex.voidsetHeight(double height)Sets the height.voidsetLayer(int layer)Sets the layer.voidsetOrigin(java.lang.String origin)Sets the origin.voidsetShape(java.lang.String shape)Sets the shape.voidsetType(java.lang.String type)Sets 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.
-
-
-
Method Detail
-
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
public java.lang.String getType()
Description copied from interface:BoundingBoxGets the type.- Specified by:
getTypein interfaceBoundingBox- Returns:
- the type
-
setType
public void setType(java.lang.String type)
Description copied from interface:BoundingBoxSets the type.- Specified by:
setTypein interfaceBoundingBox- Parameters:
type- the type to set
-
getShape
public java.lang.String getShape()
Description copied from interface:BoundingBoxGets the shape.- Specified by:
getShapein interfaceBoundingBox- Returns:
- the shape
-
setShape
public void setShape(java.lang.String shape)
Description copied from interface:BoundingBoxSets the shape.- Specified by:
setShapein interfaceBoundingBox- Parameters:
shape- the shape to set
-
getOrigin
public java.lang.String getOrigin()
Description copied from interface:BoundingBoxGets the origin.- Specified by:
getOriginin interfaceBoundingBox- Returns:
- the origin
-
setOrigin
public void setOrigin(java.lang.String origin)
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
-
-