Package com.independentsoft.office.vml
Class Handle
java.lang.Object
com.independentsoft.office.vml.Handle
The Class Handle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the coordinate mapping.Gets the polar center.Gets the polar radius range.Gets the position.Gets the x position range.Gets the y position range.booleanChecks for enable inversion.booleanChecks if is invert x position.booleanChecks if is invert y position.voidsetCoordinateMapping(String coordinateMapping)Sets the coordinate mapping.voidsetEnableInversion(boolean enableInversion)Sets the enable inversion.voidsetInvertXPosition(boolean invertXPosition)Sets the invert x position.voidsetInvertYPosition(boolean invertYPosition)Sets the invert y position.voidsetPolarCenter(String polarCenter)Sets the polar center.voidsetPolarRadiusRange(String polarRadiusRange)Sets the polar radius range.voidsetPosition(String position)Sets the position.voidsetXPositionRange(String xPositionRange)Sets the x position range.voidsetYPositionRange(String yPositionRange)Sets the y position range.toString()
-
Constructor Details
-
Handle
public Handle()Instantiates a new handle.
-
-
Method Details
-
clone
-
toString
-
isInvertXPosition
public boolean isInvertXPosition()Checks if is invert x position.- Returns:
- true, if is invert x position
-
setInvertXPosition
public void setInvertXPosition(boolean invertXPosition)Sets the invert x position.- Parameters:
invertXPosition- the new invert x position
-
isInvertYPosition
public boolean isInvertYPosition()Checks if is invert y position.- Returns:
- true, if is invert y position
-
setInvertYPosition
public void setInvertYPosition(boolean invertYPosition)Sets the invert y position.- Parameters:
invertYPosition- the new invert y position
-
getCoordinateMapping
Gets the coordinate mapping.- Returns:
- the coordinate mapping
-
setCoordinateMapping
Sets the coordinate mapping.- Parameters:
coordinateMapping- the new coordinate mapping
-
getPolarCenter
Gets the polar center.- Returns:
- the polar center
-
setPolarCenter
Sets the polar center.- Parameters:
polarCenter- the new polar center
-
getPosition
Gets the position.- Returns:
- the position
-
setPosition
Sets the position.- Parameters:
position- the new position
-
getPolarRadiusRange
Gets the polar radius range.- Returns:
- the polar radius range
-
setPolarRadiusRange
Sets the polar radius range.- Parameters:
polarRadiusRange- the new polar radius range
-
hasEnableInversion
public boolean hasEnableInversion()Checks for enable inversion.- Returns:
- true, if successful
-
setEnableInversion
public void setEnableInversion(boolean enableInversion)Sets the enable inversion.- Parameters:
enableInversion- the new enable inversion
-
getXPositionRange
Gets the x position range.- Returns:
- the x position range
-
setXPositionRange
Sets the x position range.- Parameters:
xPositionRange- the new x position range
-
getYPositionRange
Gets the y position range.- Returns:
- the y position range
-
setYPositionRange
Sets the y position range.- Parameters:
yPositionRange- the new y position range
-