public class VgLightConstRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgLightConstRefPtr() |
VgLightConstRefPtr(VgLight pPointer) |
VgLightConstRefPtr(VgLightConstRefPtr pConstRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgLight |
__deref__() |
VgLight |
__ref__() |
void |
delete() |
VgLight |
get() |
VgColor |
getAmbient() |
VgAnimationConstRefPtr |
getAnimation(java.lang.String pName) |
void |
getAnimationNames(VgStringList pNameList) |
VgColor |
getDiffuse() |
VgColor |
getEmission() |
int |
getNbReferences() |
static VgLightConstRefPtr |
getNull() |
VgOrientation |
getOrientation() |
VgPosition |
getPosition() |
VgColor |
getSpecular() |
double |
getSpotCutoff() |
double |
getSpotExponent() |
boolean |
isDirectional() |
boolean |
isValid() |
void |
ref() |
VgLightConstRefPtr |
set(VgLight pPointer) |
void |
unref() |
public VgLightConstRefPtr()
public VgLightConstRefPtr(VgLight pPointer)
public VgLightConstRefPtr(VgLightConstRefPtr pConstRefPtr)
public void delete()
public static VgLightConstRefPtr getNull()
public VgLightConstRefPtr set(VgLight pPointer)
public VgLight __ref__()
public VgLight __deref__()
public VgLight get()
public boolean isValid()
public VgAnimationConstRefPtr getAnimation(java.lang.String pName)
public void getAnimationNames(VgStringList pNameList)
public VgPosition getPosition()
public VgOrientation getOrientation()
public VgColor getAmbient()
public VgColor getDiffuse()
public VgColor getSpecular()
public VgColor getEmission()
public double getSpotCutoff()
public double getSpotExponent()
public boolean isDirectional()
public void ref()
public void unref()
public int getNbReferences()