Class TransformEffect
java.lang.Object
com.independentsoft.office.drawing.TransformEffect
The Class TransformEffect.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the horizontal ratio.Gets the horizontal shift.intGets the horizontal skew.intGets the vertical ratio.Gets the vertical shift.intGets the vertical skew.voidsetHorizontalRatio(int horizontalRatio)Sets the horizontal ratio.voidsetHorizontalShift(Unit horizontalShift)Sets the horizontal shift.voidsetHorizontalSkew(int horizontalSkew)Sets the horizontal skew.voidsetVerticalRatio(int verticalRatio)Sets the vertical ratio.voidsetVerticalShift(Unit verticalShift)Sets the vertical shift.voidsetVerticalSkew(int verticalSkew)Sets the vertical skew.toString()
-
Constructor Details
-
TransformEffect
public TransformEffect()Instantiates a new transform effect.
-
-
Method Details
-
clone
-
toString
-
getHorizontalSkew
public int getHorizontalSkew()Gets the horizontal skew.- Returns:
- the horizontal skew
-
setHorizontalSkew
public void setHorizontalSkew(int horizontalSkew)Sets the horizontal skew.- Parameters:
horizontalSkew- the new horizontal skew
-
getVerticalSkew
public int getVerticalSkew()Gets the vertical skew.- Returns:
- the vertical skew
-
setVerticalSkew
public void setVerticalSkew(int verticalSkew)Sets the vertical skew.- Parameters:
verticalSkew- the new vertical skew
-
getHorizontalRatio
public int getHorizontalRatio()Gets the horizontal ratio.- Returns:
- the horizontal ratio
-
setHorizontalRatio
public void setHorizontalRatio(int horizontalRatio)Sets the horizontal ratio.- Parameters:
horizontalRatio- the new horizontal ratio
-
getVerticalRatio
public int getVerticalRatio()Gets the vertical ratio.- Returns:
- the vertical ratio
-
setVerticalRatio
public void setVerticalRatio(int verticalRatio)Sets the vertical ratio.- Parameters:
verticalRatio- the new vertical ratio
-
getHorizontalShift
Gets the horizontal shift.- Returns:
- the horizontal shift
-
setHorizontalShift
Sets the horizontal shift.- Parameters:
horizontalShift- the new horizontal shift
-
getVerticalShift
Gets the vertical shift.- Returns:
- the vertical shift
-
setVerticalShift
Sets the vertical shift.- Parameters:
verticalShift- the new vertical shift
-