Class SlugImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.spread.SlugImpl
-
- All Implemented Interfaces:
Slug,java.io.Serializable
public class SlugImpl extends java.lang.Object implements java.io.Serializable, Slug
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SlugImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetBottom()Gets the bottom.doublegetLeft()Gets the left.doublegetRight()Gets the right.doublegetTop()Gets the top.voidsetBottom(double bottom)Sets the bottom.voidsetLeft(double left)Sets the left.voidsetRight(double right)Sets the right.voidsetTop(double top)Sets the top.
-
-
-
Method Detail
-
getLeft
public double getLeft()
Description copied from interface:SlugGets the left.
-
setLeft
public void setLeft(double left)
Description copied from interface:SlugSets the left.
-
getTop
public double getTop()
Description copied from interface:SlugGets the top.
-
setTop
public void setTop(double top)
Description copied from interface:SlugSets the top.
-
getRight
public double getRight()
Description copied from interface:SlugGets the right.
-
setRight
public void setRight(double right)
Description copied from interface:SlugSets the right.
-
getBottom
public double getBottom()
Description copied from interface:SlugGets the bottom.
-
-