Package com.independentsoft.office.vml
Class Skew
java.lang.Object
com.independentsoft.office.vml.Skew
- All Implemented Interfaces:
IContentElement,IGroupElement,IShapeElement,IVmlElement
The Class Skew.
-
Constructor Summary
ConstructorsConstructorDescriptionSkew()Instantiates a new skew.Skew(InternalXMLStreamReader reader)Instantiates a new skew. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the extension handling behavior.getID()Gets the id.Gets the matrix.Gets the offset.Gets the origin.booleanChecks if is display.voidsetDisplay(boolean display)Sets the display.voidsetExtensionHandlingBehavior(ExtensionHandlingBehavior extensionHandlingBehavior)Sets the extension handling behavior.voidSets the id.voidSets the matrix.voidSets the offset.voidSets the origin.toString()
-
Constructor Details
-
Skew
public Skew()Instantiates a new skew. -
Skew
Instantiates a new skew.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIGroupElement- Specified by:
clonein interfaceIShapeElement- Specified by:
clonein interfaceIVmlElement- Overrides:
clonein classObject
-
toString
-
getExtensionHandlingBehavior
Gets the extension handling behavior.- Returns:
- the extension handling behavior
-
setExtensionHandlingBehavior
Sets the extension handling behavior.- Parameters:
extensionHandlingBehavior- the new extension handling behavior
-
getID
Gets the id.- Returns:
- the id
-
setID
Sets the id.- Parameters:
id- the new id
-
getMatrix
Gets the matrix.- Returns:
- the matrix
-
setMatrix
Sets the matrix.- Parameters:
matrix- the new matrix
-
getOffset
Gets the offset.- Returns:
- the offset
-
setOffset
Sets the offset.- Parameters:
offset- the new offset
-
isDisplay
public boolean isDisplay()Checks if is display.- Returns:
- true, if is display
-
setDisplay
public void setDisplay(boolean display)Sets the display.- Parameters:
display- the new display
-
getOrigin
Gets the origin.- Returns:
- the origin
-
setOrigin
Sets the origin.- Parameters:
origin- the new origin
-