Class RelativeOffsetEffect
java.lang.Object
com.independentsoft.office.drawing.RelativeOffsetEffect
The Class RelativeOffsetEffect.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the x offset.intGets the y offset.voidsetXOffset(int xOffset)Sets the x offset.voidsetYOffset(int yOffset)Sets the y offset.toString()
-
Constructor Details
-
RelativeOffsetEffect
public RelativeOffsetEffect()Instantiates a new relative offset effect.
-
-
Method Details
-
clone
-
toString
-
getXOffset
public int getXOffset()Gets the x offset.- Returns:
- the x offset
-
setXOffset
public void setXOffset(int xOffset)Sets the x offset.- Parameters:
xOffset- the new x offset
-
getYOffset
public int getYOffset()Gets the y offset.- Returns:
- the y offset
-
setYOffset
public void setYOffset(int yOffset)Sets the y offset.- Parameters:
yOffset- the new y offset
-