public class Polygon3DStyleBuilder extends StyleBuilder
swigCMemOwn
构造器和说明 |
---|
Polygon3DStyleBuilder()
Constructs a Polygon3DStyleBuilder object with all parameters set to defaults.
|
Polygon3DStyleBuilder(long cPtr,
boolean cMemoryOwn) |
限定符和类型 | 方法和说明 |
---|---|
Polygon3DStyle |
buildStyle()
Builds a new instance of the Polygon3DStyle object using previously set parameters.
|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(Polygon3DStyleBuilder obj) |
Color |
getSideColor()
Returns the color of the 3d polygon sides.
|
void |
setSideColor(Color sideColor)
Sets the the color of the 3d polygon sides.
|
static Polygon3DStyleBuilder |
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 Polygon3DStyleBuilder(long cPtr, boolean cMemoryOwn)
public Polygon3DStyleBuilder()
public static long getCPtr(Polygon3DStyleBuilder obj)
protected void finalize()
finalize
在类中 StyleBuilder
public void delete()
delete
在类中 StyleBuilder
public static Polygon3DStyleBuilder swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
cPtr
- The native pointer of the instance.cMemoryOwn
- The ownership flag.public Color getSideColor()
public void setSideColor(Color sideColor)
sideColor
- The new color for the 3d polygon sides.public Polygon3DStyle buildStyle()
public java.lang.String swigGetClassName()
swigGetClassName
在类中 StyleBuilder
public java.lang.Object swigGetDirectorObject()
swigGetDirectorObject
在类中 StyleBuilder