Class ShapeExtent
java.lang.Object
com.independentsoft.office.charts.drawing.ShapeExtent
The Class ShapeExtent.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new shape extent.ShapeExtent(long width, long height)Instantiates a new shape extent.ShapeExtent(Unit width, Unit height)Instantiates a new shape extent. -
Method Summary
-
Constructor Details
-
ShapeExtent
public ShapeExtent()Instantiates a new shape extent. -
ShapeExtent
Instantiates a new shape extent.- Parameters:
width- the widthheight- the height
-
ShapeExtent
public ShapeExtent(long width, long height)Instantiates a new shape extent.- Parameters:
width- the widthheight- the height
-
-
Method Details