Class AbsoluteSizeAnchor
java.lang.Object
com.independentsoft.office.charts.drawing.Anchor
com.independentsoft.office.charts.drawing.AbsoluteSizeAnchor
The Class AbsoluteSizeAnchor.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new absolute size anchor.Instantiates a new absolute size anchor. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the shape extent.voidsetShapeExtent(ShapeExtent shapeExtent)Sets the shape extent.toString()Methods inherited from class com.independentsoft.office.charts.drawing.Anchor
getElement, getStart, setElement, setStart
-
Constructor Details
-
AbsoluteSizeAnchor
public AbsoluteSizeAnchor()Instantiates a new absolute size anchor. -
AbsoluteSizeAnchor
Instantiates a new absolute size anchor.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details