Class InsetsImpl
java.lang.Object
com.priint.pubserver.metadata.xml.note.InsetsImpl
- All Implemented Interfaces:
Insets,Serializable
The type Insets.
- 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
-
InsetsImpl
public InsetsImpl()
-
-
Method Details
-
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. -
setBottom
public void setBottom(double bottom) Description copied from interface:InsetsSets the bottom.
-