Class InsetsImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.note.InsetsImpl
-
- All Implemented Interfaces:
Insets,java.io.Serializable
public class InsetsImpl extends java.lang.Object implements java.io.Serializable, Insets
The type Insets.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsetsImpl()
-
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:InsetsGets the left.
-
setLeft
public void setLeft(double left)
Description copied from interface:InsetsSets the left.
-
getTop
public double getTop()
Description copied from interface:InsetsGets the top.
-
setTop
public void setTop(double top)
Description copied from interface:InsetsSets the top.
-
getRight
public double getRight()
Description copied from interface:InsetsGets the right.
-
setRight
public void setRight(double right)
Description copied from interface:InsetsSets the right.
-
getBottom
public double getBottom()
Description copied from interface:InsetsGets the bottom.
-
-