OdLine

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 OdLine extends OdStyledObject

Çizgi nesnesi

Yapıcılar

YapıcıAçıklama
OdLine(OdObject parent)Yeni bir OdPage 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.

OdLine(OdObject parent)

public OdLine(OdObject parent)

Yeni bir OdPage 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.