VertexElementVertexColor

Inheritance: java.lang.Object, com.aspose.threed.VertexElement, com.aspose.threed.VertexElementVector4

public class VertexElementVertexColor extends VertexElementVector4

निर्दिष्ट घटकों के लिए वर्टेक्स रंग को परिभाषित करता है

कंस्ट्रक्टर

कंस्ट्रक्टरविवरण
VertexElementVertexColor()एक नया उदाहरण इनिशियलाइज़ करता है VertexElementVertexColor क्लास का।

विधियाँ

विधिविवरण
clear()डायरेक्ट और इंडेक्स एरेज़ से सभी तत्वों को हटाता है।
clone(boolean withData)वर्टेक्स तत्व की गहरी क्लोन बनाता है।
clone(boolean withDirect, boolean withIndice)
copyTo(VertexElementVector4 target)निर्दिष्ट तत्व में डेटा कॉपी करता है।
equals(Object arg0)
getClass()
getData()वर्टेक्स डेटा प्राप्त करता है।
getIndices()इंडेक्स डेटा प्राप्त करता है।
getMappingMode()तत्व कैसे मैप किया गया है, यह प्राप्त करता है।
getName()नाम प्राप्त करता है।
getReferenceMode()तत्व कैसे संदर्भित किया गया है, यह प्राप्त करता है।
getVertexElementType()VertexElement का प्रकार प्राप्त करता है।
hashCode()
notify()
notifyAll()
setData(Vector4[] data)डेटा लोड करें
setIndices(int[] data)इंडेक्स लोड करें
setMappingMode(MappingMode value)तत्व कैसे मैप किया गया है, यह सेट करता है।
setName(String value)नाम सेट करता है।
setReferenceMode(ReferenceMode value)तत्व कैसे संदर्भित किया गया है, यह सेट करता है।
toString()वर्टेक्स तत्व का स्ट्रिंग प्रतिनिधित्व।
wait()
wait(long arg0)
wait(long arg0, int arg1)

VertexElementVertexColor()

public VertexElementVertexColor()

एक नया उदाहरण इनिशियलाइज़ करता है VertexElementVertexColor क्लास का।

clear()

public void clear()

डायरेक्ट और इंडेक्स एरेज़ से सभी तत्वों को हटाता है।

clone(boolean withData)

public VertexElement clone(boolean withData)

वर्टेक्स तत्व की गहरी क्लोन बनाता है।

Parameters:

पैरामीटरप्रकारविवरण
withDatabooleanडायरेक्ट और इंडेक्स एरे के साथ वर्टेक्स को क्लोन करें।

Returns: VertexElement

clone(boolean withDirect, boolean withIndice)

public VertexElement clone(boolean withDirect, boolean withIndice)

Parameters:

पैरामीटरप्रकारविवरण
withDirectboolean
withIndiceboolean

Returns: VertexElement

copyTo(VertexElementVector4 target)

public void copyTo(VertexElementVector4 target)

निर्दिष्ट तत्व में डेटा कॉपी करता है।

Parameters:

पैरामीटरप्रकारविवरण
targetVertexElementVector4लक्ष्य।

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

पैरामीटरप्रकारविवरण
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getData()

public List<Vector4> getData()

वर्टेक्स डेटा प्राप्त करता है।

Returns: java.util.List<com.aspose.threed.Vector4> - वर्टेक्स डेटा

getIndices()

public List<Integer> getIndices()

इंडेक्स डेटा प्राप्त करता है।

Returns: java.util.List<java.lang.Integer> - इंडेक्स डेटा

getMappingMode()

public MappingMode getMappingMode()

तत्व कैसे मैप किया गया है, यह प्राप्त करता है।

Returns: MappingMode - how the element is mapped.

getName()

public String getName()

नाम प्राप्त करता है।

Returns: java.lang.String - नाम।

getReferenceMode()

public ReferenceMode getReferenceMode()

तत्व कैसे संदर्भित किया गया है, यह प्राप्त करता है।

Returns: ReferenceMode - how the element is referenced.

getVertexElementType()

public VertexElementType getVertexElementType()

VertexElement का प्रकार प्राप्त करता है।

Returns: VertexElementType - the type of the VertexElement

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setData(Vector4[] data)

public void setData(Vector4[] data)

डेटा लोड करें

Parameters:

पैरामीटरप्रकारविवरण
dataVector4[]

setIndices(int[] data)

public void setIndices(int[] data)

इंडेक्स लोड करें

Parameters:

पैरामीटरप्रकारविवरण
डेटाint[]

setMappingMode(MappingMode value)

public void setMappingMode(MappingMode value)

तत्व कैसे मैप किया गया है, यह सेट करता है।

Parameters:

पैरामीटरप्रकारविवरण
valueMappingModeनया मान

setName(String value)

public void setName(String value)

नाम सेट करता है।

Parameters:

पैरामीटरप्रकारविवरण
मानjava.lang.Stringनया मान

setReferenceMode(ReferenceMode value)

public void setReferenceMode(ReferenceMode value)

तत्व कैसे संदर्भित किया गया है, यह सेट करता है।

Parameters:

पैरामीटरप्रकारविवरण
valueReferenceModeनया मान

toString()

public String toString()

वर्टेक्स तत्व का स्ट्रिंग प्रतिनिधित्व।

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

पैरामीटरप्रकारविवरण
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

पैरामीटरप्रकारविवरण
arg0long
arg1int