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

Ölçüm

Yapıcılar

YapıcıAçıklama
OdMeasure(OdObject parent)Yeni bir OdMeasure sınıfının örneğini başlatır.

Yöntemler

YöntemAçıklama
getPoint1()Alır veya ayarlar nokta1.
setPoint1(PointF value)Alır veya ayarlar nokta1.
getPoint2()Alır veya ayarlar nokta2.
setPoint2(PointF value)Alır veya ayarlar nokta2.
getPoint3()point3’ü alır veya ayarlar.
setPoint3(PointF value)point3’ü alır veya ayarlar.
getPoint4()point4’ü alır veya ayarlar.
setPoint4(PointF value)point4’ü alır veya ayarlar.

OdMeasure(OdObject parent)

public OdMeasure(OdObject parent)

Yeni bir OdMeasure sınıfının örneğini başlatır.

Parameters:

ParametreTürAçıklama
parentOdObjectÜst nesne.

getPoint1()

public PointF getPoint1()

Alır veya ayarlar nokta1.

Returns: PointF - The point1.

setPoint1(PointF value)

public void setPoint1(PointF value)

Alır veya ayarlar nokta1.

Parameters:

ParametreTürAçıklama
valuePointFNokta1.

getPoint2()

public PointF getPoint2()

Alır veya ayarlar nokta2.

Returns: PointF - The point2.

setPoint2(PointF value)

public void setPoint2(PointF value)

Alır veya ayarlar nokta2.

Parameters:

ParametreTürAçıklama
valuePointFNokta2.

getPoint3()

public PointF getPoint3()

point3’ü alır veya ayarlar.

Returns: PointF - The point3.

setPoint3(PointF value)

public void setPoint3(PointF value)

point3’ü alır veya ayarlar.

Parameters:

ParametreTürAçıklama
valuePointFpoint3.

getPoint4()

public PointF getPoint4()

point4’ü alır veya ayarlar.

Returns: PointF - The point4.

setPoint4(PointF value)

public void setPoint4(PointF value)

point4’ü alır veya ayarlar.

Parameters:

ParametreTürAçıklama
valuePointFpoint4.