public class MarkerStyle extends BillboardStyle
swigCMemOwn
构造器和说明 |
---|
MarkerStyle(Color color,
float attachAnchorPointX,
float attachAnchorPointY,
boolean causesOverlap,
boolean hideIfOverlapped,
float horizontalOffset,
float verticalOffset,
int placementPriority,
boolean scaleWithDPI,
float anchorPointX,
float anchorPointY,
Bitmap bitmap,
BillboardOrientation orientationMode,
BillboardScaling scalingMode,
float size)
构建一个markerstyle对象的各种参数。
|
MarkerStyle(long cPtr,
boolean cMemoryOwn) |
限定符和类型 | 方法和说明 |
---|---|
void |
delete() |
protected void |
finalize() |
float |
getAnchorPointX()
返回标记的水平坐标点。
|
float |
getAnchorPointY()
返回标记的垂直坐标点。
|
Bitmap |
getBitmap()
返回标记的图片。
|
static long |
getCPtr(MarkerStyle obj) |
BillboardOrientation |
getOrientationMode()
返回标记的方向模式。
|
BillboardScaling |
getScalingMode()
返回标记的缩放模式。
|
float |
getSize()
返回标记的大小。
|
static MarkerStyle |
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.
|
getAttachAnchorPointX, getAttachAnchorPointY, getCPtr, getHorizontalOffset, getPlacementPriority, getVerticalOffset, isCausesOverlap, isHideIfOverlapped, isScaleWithDPI
public MarkerStyle(long cPtr, boolean cMemoryOwn)
public MarkerStyle(Color color, float attachAnchorPointX, float attachAnchorPointY, boolean causesOverlap, boolean hideIfOverlapped, float horizontalOffset, float verticalOffset, int placementPriority, boolean scaleWithDPI, float anchorPointX, float anchorPointY, Bitmap bitmap, BillboardOrientation orientationMode, BillboardScaling scalingMode, float size)
color
- 标记的颜色。attachAnchorPointX
- 标记的水平坐标点。attachAnchorPointY
- 标记的垂直坐标点。causesOverlap
- 标记是否重叠。hideIfOverlapped
- 是否隐藏重叠标记。horizontalOffset
- 标记的水平偏移。verticalOffset
- 标记的垂直偏移量。placementPriority
- 标记的放置优先级。scaleWithDPI
- 含有DPI标致缩放的标签。anchorPointX
- 标记的水平坐标点。anchorPointY
- 标记的垂直坐标点。bitmap
- 标记的图标。orientationMode
- 标记的方向模式。scalingMode
- 标记的缩放模式size
- 标记的大小。public static long getCPtr(MarkerStyle obj)
protected void finalize()
finalize
在类中 BillboardStyle
public void delete()
delete
在类中 BillboardStyle
public static MarkerStyle swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
cPtr
- The native pointer of the instance.cMemoryOwn
- The ownership flag.public float getAnchorPointX()
public float getAnchorPointY()
public Bitmap getBitmap()
public BillboardOrientation getOrientationMode()
public BillboardScaling getScalingMode()
public float getSize()
public java.lang.String swigGetClassName()
swigGetClassName
在类中 BillboardStyle
public java.lang.Object swigGetDirectorObject()
swigGetDirectorObject
在类中 BillboardStyle