|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgReferenced
com.visioglobe.libVisioDevKit.VgLinkDescriptor
public class VgLinkDescriptor
A structure which describes the attributes of a Vg3DModule::VgLink.
Field Summary |
---|
Fields inherited from class com.visioglobe.libVisioDevKit.VgReferenced |
---|
swigCMemOwn, swigRefPtr |
Constructor Summary | |
---|---|
VgLinkDescriptor()
|
|
VgLinkDescriptor(long cPtr,
boolean cMemoryOwn)
Copy Constructor |
|
VgLinkDescriptor(VgLinkDescriptor pOther)
|
|
VgLinkDescriptor(VgPosition pSourcePosition,
VgColor pSourceColor,
VgPosition pTargetPosition,
VgColor pTargetColor,
VgITextureRefPtr pTexture,
float pWidth,
float pTextureRatio,
float pAnimationSpeed)
|
Method Summary | |
---|---|
static VgLinkDescriptorRefPtr |
create()
This static method returns a new heap-allocated descriptor. |
void |
delete()
|
protected void |
finalize()
|
static long |
getCPtr(VgLinkDescriptor obj)
|
float |
getMAnimationSpeed()
Texture's animation speed. |
VgColor |
getMSourceColor()
The source point's color, The link's color will be interpolated linearly from source color. |
VgPosition |
getMSourcePosition()
The source position. |
VgColor |
getMTargetColor()
The end's color. |
VgPosition |
getMTargetPosition()
The 'end' position. |
VgITextureRefPtr |
getMTexture()
The optional texture to apply to the link's geometry. |
float |
getMTextureRatio()
Texture's width/height ratio. |
float |
getMWidth()
Width of the link |
void |
setMAnimationSpeed(float value)
Texture's animation speed. |
void |
setMSourceColor(VgColor value)
The source point's color, The link's color will be interpolated linearly from source color. |
void |
setMSourcePosition(VgPosition value)
The source position. |
void |
setMTargetColor(VgColor value)
The end's color. |
void |
setMTargetPosition(VgPosition value)
The 'end' position. |
void |
setMTexture(VgITextureRefPtr value)
The optional texture to apply to the link's geometry. |
void |
setMTextureRatio(float value)
Texture's width/height ratio. |
void |
setMWidth(float value)
Width of the link |
Methods inherited from class com.visioglobe.libVisioDevKit.VgReferenced |
---|
getCPtr, getNbReferences, ref, unref |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VgLinkDescriptor(long cPtr, boolean cMemoryOwn)
public VgLinkDescriptor()
public VgLinkDescriptor(VgPosition pSourcePosition, VgColor pSourceColor, VgPosition pTargetPosition, VgColor pTargetColor, VgITextureRefPtr pTexture, float pWidth, float pTextureRatio, float pAnimationSpeed)
public VgLinkDescriptor(VgLinkDescriptor pOther)
Method Detail |
---|
public static long getCPtr(VgLinkDescriptor obj)
protected void finalize()
finalize
in class VgReferenced
public void delete()
delete
in class VgReferenced
public static VgLinkDescriptorRefPtr create()
public void setMSourcePosition(VgPosition value)
public VgPosition getMSourcePosition()
public void setMSourceColor(VgColor value)
public VgColor getMSourceColor()
public void setMTargetPosition(VgPosition value)
public VgPosition getMTargetPosition()
public void setMTargetColor(VgColor value)
public VgColor getMTargetColor()
public void setMTexture(VgITextureRefPtr value)
public VgITextureRefPtr getMTexture()
public void setMWidth(float value)
public float getMWidth()
public void setMTextureRatio(float value)
public float getMTextureRatio()
public void setMAnimationSpeed(float value)
public float getMAnimationSpeed()
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |