Class Backdrop
java.lang.Object
com.independentsoft.office.drawing.Backdrop
The Class Backdrop.
-
Constructor Summary
ConstructorsConstructorDescriptionBackdrop()Instantiates a new backdrop.Backdrop(InternalXMLStreamReader reader)Instantiates a new backdrop. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the anchor point.Gets the normal vector.Gets the up vector.voidsetAnchorPoint(AnchorPoint anchorPoint)Sets the anchor point.voidsetNormalVector(NormalVector normalVector)Sets the normal vector.voidsetUpVector(UpVector upVector)Sets the up vector.toString()
-
Constructor Details
-
Backdrop
public Backdrop()Instantiates a new backdrop. -
Backdrop
Instantiates a new backdrop.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getAnchorPoint
Gets the anchor point.- Returns:
- the anchor point
-
setAnchorPoint
Sets the anchor point.- Parameters:
anchorPoint- the new anchor point
-
getNormalVector
Gets the normal vector.- Returns:
- the normal vector
-
setNormalVector
Sets the normal vector.- Parameters:
normalVector- the new normal vector
-
getUpVector
Gets the up vector.- Returns:
- the up vector
-
setUpVector
Sets the up vector.- Parameters:
upVector- the new up vector
-