com.visioglobe.libVisioDevKit
Class VgPlaceIconDescriptor

java.lang.Object
  extended by com.visioglobe.libVisioDevKit.VgPlaceIconDescriptor

public class VgPlaceIconDescriptor
extends java.lang.Object

The VgPlaceIconDescriptor encapsulates information associated with a place icon, where a place icon is a texture associated with a place.

Class:
VgMapModule::VgPlaceIconDescriptor
Date:
25/02/2010

Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
VgPlaceIconDescriptor()
           
VgPlaceIconDescriptor(long cPtr, boolean cMemoryOwn)
           
VgPlaceIconDescriptor(VgPlaceIconDescriptor pDescriptor)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(VgPlaceIconDescriptor obj)
           
 VgITextureRefPtr getMIcon()
          The icon's texture.
 double getMScale()
          The scale to associate with mIcon.
 void setMIcon(VgITextureRefPtr value)
          The icon's texture.
 void setMScale(double value)
          The scale to associate with mIcon.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

VgPlaceIconDescriptor

public VgPlaceIconDescriptor(long cPtr,
                             boolean cMemoryOwn)

VgPlaceIconDescriptor

public VgPlaceIconDescriptor()

VgPlaceIconDescriptor

public VgPlaceIconDescriptor(VgPlaceIconDescriptor pDescriptor)
Method Detail

getCPtr

public static long getCPtr(VgPlaceIconDescriptor obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

setMScale

public void setMScale(double value)
The scale to associate with mIcon. Default value is 1.0


getMScale

public double getMScale()
The scale to associate with mIcon. Default value is 1.0


setMIcon

public void setMIcon(VgITextureRefPtr value)
The icon's texture. When added to the scene, the icon's pixel size is independant from its distance to the camera.


getMIcon

public VgITextureRefPtr getMIcon()
The icon's texture. When added to the scene, the icon's pixel size is independant from its distance to the camera.


VisioDevKit 2.0, Visioglobe® 2013