public class VgPlaceIconDescriptor
extends java.lang.Object
Constructor and Description |
---|
VgPlaceIconDescriptor() |
VgPlaceIconDescriptor(VgPlaceIconDescriptor pDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
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.
|
public VgPlaceIconDescriptor()
public VgPlaceIconDescriptor(VgPlaceIconDescriptor pDescriptor)
public void delete()
public void setMScale(double value)
public double getMScale()
public void setMIcon(VgITextureRefPtr value)
public VgITextureRefPtr getMIcon()