com.visioglobe.libVisioDevKit
Class VgPlaceColorDescriptor

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

public class VgPlaceColorDescriptor
extends java.lang.Object

The VgPlaceColorDescriptor encapsulates information associated with a place's color.


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
VgPlaceColorDescriptor()
           
VgPlaceColorDescriptor(long cPtr, boolean cMemoryOwn)
           
VgPlaceColorDescriptor(VgPlaceColorDescriptor pDescriptor)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(VgPlaceColorDescriptor obj)
           
 VgColor getMBottomColor()
          Bottom color of a place.
 VgColor getMTopColor()
          Top color of a place.
 void setMBottomColor(VgColor value)
          Bottom color of a place.
 void setMTopColor(VgColor value)
          Top color of a place.
 
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

VgPlaceColorDescriptor

public VgPlaceColorDescriptor(long cPtr,
                              boolean cMemoryOwn)

VgPlaceColorDescriptor

public VgPlaceColorDescriptor()

VgPlaceColorDescriptor

public VgPlaceColorDescriptor(VgPlaceColorDescriptor pDescriptor)
Method Detail

getCPtr

public static long getCPtr(VgPlaceColorDescriptor obj)

finalize

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

delete

public void delete()

setMBottomColor

public void setMBottomColor(VgColor value)
Bottom color of a place.

Remark:
Used only with extruded datasets

getMBottomColor

public VgColor getMBottomColor()
Bottom color of a place.

Remark:
Used only with extruded datasets

setMTopColor

public void setMTopColor(VgColor value)
Top color of a place.


getMTopColor

public VgColor getMTopColor()
Top color of a place.


VisioDevKit 2.0, Visioglobe® 2013