public class Polygon3DStyle extends Style
swigCMemOwn
构造器和说明 |
---|
Polygon3DStyle(Color color,
Color sideColor)
Constructs a Polygon3DStyle object from various parameters.
|
Polygon3DStyle(long cPtr,
boolean cMemoryOwn) |
限定符和类型 | 方法和说明 |
---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(Polygon3DStyle obj) |
Color |
getSideColor()
Returns the color for sides of the 3d polygon.
|
static Polygon3DStyle |
swigCreatePolymorphicInstance(long cPtr,
boolean cMemoryOwn)
Creates a polymorphic instance of the given native object.
|
java.lang.String |
swigGetClassName()
Returns the actual class name of this object.
|
java.lang.Object |
swigGetDirectorObject()
Returns the connected director object.
|
public Polygon3DStyle(long cPtr, boolean cMemoryOwn)
public Polygon3DStyle(Color color, Color sideColor)
color
- The color for the 3d polygon.sideColor
- The color for sides of the 3d polygon.public static long getCPtr(Polygon3DStyle obj)
public static Polygon3DStyle swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
cPtr
- The native pointer of the instance.cMemoryOwn
- The ownership flag.public Color getSideColor()
public java.lang.String swigGetClassName()
swigGetClassName
在类中 Style
public java.lang.Object swigGetDirectorObject()
swigGetDirectorObject
在类中 Style