CmxObject
İçindekiler
[
Saklamak
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.imaging.fileformats.cmx.objectmodel.ICmxDocElement
public class CmxObject implements ICmxDocElement
Grafik öğesi hakkında bilgi içeren nesne.
Yapıcılar
| Yapıcı | Açıklama |
|---|---|
| CmxObject() |
Yöntemler
| Yöntem | Açıklama |
|---|---|
| getFillStyle() | Dolgu stilini alır. |
| setFillStyle(CmxFillStyle value) | Dolgu stilini ayarlar. |
| getOutline() | Anahat stilini alır. |
| setOutline(CmxOutline value) | Anahat stilini ayarlar. |
| getObjectSpec() | Nesne spesifikasyonunu alır. |
| setObjectSpec(ICmxObjectSpec value) | Nesne spesifikasyonunu ayarlar. |
| toString() | Bu örneği temsil eden bir String döndürür. |
| equals(Object o) | Nesnelerin eşit olup olmadığını kontrol et. |
| hashCode() | Geçerli nesnenin karma kodunu al. |
CmxObject()
public CmxObject()
getFillStyle()
public final CmxFillStyle getFillStyle()
Dolgu stilini alır.
Returns: CmxFillStyle - the fill style.
setFillStyle(CmxFillStyle value)
public final void setFillStyle(CmxFillStyle value)
Dolgu stilini ayarlar.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| value | CmxFillStyle | dolgu stili. |
getOutline()
public final CmxOutline getOutline()
Anahat stilini alır.
Returns: CmxOutline - the outline style.
setOutline(CmxOutline value)
public final void setOutline(CmxOutline value)
Anahat stilini ayarlar.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| value | CmxOutline | çerçeve stili. |
getObjectSpec()
public final ICmxObjectSpec getObjectSpec()
Nesne spesifikasyonunu alır.
Returns: ICmxObjectSpec - the object specification.
setObjectSpec(ICmxObjectSpec value)
public final void setObjectSpec(ICmxObjectSpec value)
Nesne spesifikasyonunu ayarlar.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| value | ICmxObjectSpec | nesne spesifikasyonu. |
toString()
public String toString()
Bu örneği temsil eden bir String döndürür.
Returns: java.lang.String - Bu örneği temsil eden bir String.
equals(Object o)
public boolean equals(Object o)
Nesnelerin eşit olup olmadığını kontrol et.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| o | java.lang.Object | Diğer nesne. |
Returns: boolean - Eşitlik karşılaştırma sonucu.
hashCode()
public int hashCode()
Geçerli nesnenin karma kodunu al.
Returns: int - Hash kodu.