OdConnector
İçindekiler
[
Saklamak
]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 OdConnector extends OdStyledObject
Bağlayıcı
Yapıcılar
| Yapıcı | Açıklama |
|---|---|
| OdConnector(OdObject parent) | Yeni bir OdConnector sınıfının örneğini başlatır. |
Yöntemler
| Yöntem | Açıklama |
|---|---|
| getPathCommands() | Yol komutlarını alır veya ayarlar. |
| setPathCommands(OdGraphicObject[] value) | Yol komutlarını alır veya ayarlar. |
| 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. |
OdConnector(OdObject parent)
public OdConnector(OdObject parent)
Yeni bir OdConnector sınıfının örneğini başlatır.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| parent | OdObject | Üst nesne. |
getPathCommands()
public OdGraphicObject[] getPathCommands()
Yol komutlarını alır veya ayarlar.
Returns: com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject[] - Yol komutları.
setPathCommands(OdGraphicObject[] value)
public void setPathCommands(OdGraphicObject[] value)
Yol komutlarını alır veya ayarlar.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| value | OdGraphicObject[] | Yol komutları. |
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:
| Parametre | Tür | Açıklama |
|---|---|---|
| value | PointF | Nokta1. |
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:
| Parametre | Tür | Açıklama |
|---|---|---|
| value | PointF | Nokta2. |