public class PolygonStyle extends Style
swigCMemOwn
构造器和说明 |
---|
PolygonStyle(Color color,
Bitmap bitmap,
LineStyle lineStyle)
Constructs a PolygonStyle object from various parameters.
|
PolygonStyle(long cPtr,
boolean cMemoryOwn) |
限定符和类型 | 方法和说明 |
---|---|
void |
delete() |
protected void |
finalize() |
Bitmap |
getBitmap()
获取多边形的图片
|
static long |
getCPtr(PolygonStyle obj) |
LineStyle |
getLineStyle()
获取多边形的边线样式
|
static PolygonStyle |
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 PolygonStyle(long cPtr, boolean cMemoryOwn)
public PolygonStyle(Color color, Bitmap bitmap, LineStyle lineStyle)
color
- The color for the polygon.bitmap
- The bitmap for the polygon.lineStyle
- The line style for the edges of the polygon. May be null.public static long getCPtr(PolygonStyle obj)
public static PolygonStyle swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
cPtr
- The native pointer of the instance.cMemoryOwn
- The ownership flag.public Bitmap getBitmap()
public LineStyle getLineStyle()
public java.lang.String swigGetClassName()
swigGetClassName
在类中 Style
public java.lang.Object swigGetDirectorObject()
swigGetDirectorObject
在类中 Style