Class BleedImpl
java.lang.Object
com.priint.pubserver.metadata.xml.spread.BleedImpl
- All Implemented Interfaces:
Bleed,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets 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.
-
Constructor Details
-
BleedImpl
public BleedImpl()
-
-
Method Details
-
getLeft
public double getLeft()Description copied from interface:BleedGets the left. -
setLeft
public void setLeft(double left) Description copied from interface:BleedSets the left. -
getTop
public double getTop()Description copied from interface:BleedGets the top. -
setTop
public void setTop(double top) Description copied from interface:BleedSets the top. -
getRight
public double getRight()Description copied from interface:BleedGets the right. -
setRight
public void setRight(double right) Description copied from interface:BleedSets the right. -
getBottom
public double getBottom()Description copied from interface:BleedGets the bottom. -
setBottom
public void setBottom(double bottom) Description copied from interface:BleedSets the bottom.
-