OdMeasure

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdStyledObject

public class OdMeasure extends OdStyledObject

The Measure

Constructors

ConstructorDescription
OdMeasure(OdObject parent)Initializes a new instance of the OdMeasure class.

Methods

MethodDescription
getPoint1()Gets or sets the point1.
setPoint1(PointF value)Gets or sets the point1.
getPoint2()Gets or sets the point2.
setPoint2(PointF value)Gets or sets the point2.
getPoint3()Gets or sets the point3.
setPoint3(PointF value)Gets or sets the point3.
getPoint4()Gets or sets the point4.
setPoint4(PointF value)Gets or sets the point4.

OdMeasure(OdObject parent)

public OdMeasure(OdObject parent)

Initializes a new instance of the OdMeasure class.

Parameters:

ParameterTypeDescription
parentOdObjectThe parent.

getPoint1()

public PointF getPoint1()

Gets or sets the point1.

Returns: PointF - The point1.

setPoint1(PointF value)

public void setPoint1(PointF value)

Gets or sets the point1.

Parameters:

ParameterTypeDescription
valuePointFThe point1.

getPoint2()

public PointF getPoint2()

Gets or sets the point2.

Returns: PointF - The point2.

setPoint2(PointF value)

public void setPoint2(PointF value)

Gets or sets the point2.

Parameters:

ParameterTypeDescription
valuePointFThe point2.

getPoint3()

public PointF getPoint3()

Gets or sets the point3.

Returns: PointF - The point3.

setPoint3(PointF value)

public void setPoint3(PointF value)

Gets or sets the point3.

Parameters:

ParameterTypeDescription
valuePointFThe point3.

getPoint4()

public PointF getPoint4()

Gets or sets the point4.

Returns: PointF - The point4.

setPoint4(PointF value)

public void setPoint4(PointF value)

Gets or sets the point4.

Parameters:

ParameterTypeDescription
valuePointFThe point4.