com.supermap.ui
类 SceneControl.Cursors
- java.lang.Object
-
- com.supermap.ui.SceneControl.Cursors
-
- 封闭类:
- SceneControl
public static class SceneControl.Cursors extends Object
该类为 SceneControl 类的内部类,主要提供三维场景窗口中的默认光标。该类的静态方法会在第一次返回相应的方法时初始化,初始化函数先在定制的目录(即Bin\Mapping\Cursors)下查找所需要的光标文件,如果相应的文件不存在,则从资源中初始化。
-
-
方法概要
所有方法 静态方法 具体方法 限定符和类型 方法和说明 static CursorgetArrow()返回三维场景窗口中普通箭头光标。static CursorgetBusy()返回三维场景窗口忙时的默认光标。static CursorgetHand()static CursorgetHold()返回在三维场景窗口中拖动三维地图场景(Scene)对象时的光标。static CursorgetHSplit()static CursorgetIntervisibility()static CursorgetMeasureAltitude()返回在三维场景窗口中量算高度时的光标。static CursorgetMeasureArea()返回在三维场景窗口中量算面积时的光标。static CursorgetMeasureDistance()返回在三维场景窗口中量算距离时的光标。static CursorgetMove()返回三维场景窗口中的移动对象时的光标。static CursorgetNortheastSouthwest()返回三维场景窗口中编辑时东北西南锚点的光标。static CursorgetNorthSouth()返回三维场景窗口中的编辑时南北锚点的光标。static CursorgetNorthwestSoutheast()返回地图窗口中编辑时西北东南锚点的光标。static CursorgetPan()返回三维场景窗口中平移地图时的光标。static CursorgetRotation()返回三维场景窗口中的旋转对象时的光标。static CursorgetSelect()返回三维场景窗口中选择对象时的光标。static CursorgetViewSheds()static CursorgetVSplit()static CursorgetWestEast()返回三维场景窗口中编辑时东西锚点的光标。static voidsetArrow(Cursor cursor)static voidsetBusy(Cursor cursor)static voidsetHold(Cursor cursor)static voidsetIntervisibility(Cursor cursor)static voidsetMeasureAltitude(Cursor cursor)static voidsetMeasureArea(Cursor cursor)static voidsetMeasureDistance(Cursor cursor)static voidsetMove(Cursor cursor)static voidsetNortheastSouthwest(Cursor cursor)static voidsetNorthSouth(Cursor cursor)static voidsetNorthwestSoutheast(Cursor cursor)static voidsetPan(Cursor cursor)static voidsetRotation(Cursor cursor)static voidsetSelect(Cursor cursor)static voidsetViewSheds(Cursor cursor)static voidsetWestEast(Cursor cursor)
-
-
-
方法详细资料
-
getBusy
public static Cursor getBusy()
返回三维场景窗口忙时的默认光标。- 返回:
- 三维场景窗口忙时的默认光标。
-
setBusy
public static void setBusy(Cursor cursor)
-
getArrow
public static Cursor getArrow()
返回三维场景窗口中普通箭头光标。- 返回:
- 三维场景窗口中普通箭头光标。
-
setArrow
public static void setArrow(Cursor cursor)
-
getPan
public static Cursor getPan()
返回三维场景窗口中平移地图时的光标。- 返回:
- 三维场景窗口中平移地图时的光标。
-
setPan
public static void setPan(Cursor cursor)
-
getSelect
public static Cursor getSelect()
返回三维场景窗口中选择对象时的光标。- 返回:
- 三维场景窗口中选择对象时的光标。
-
setSelect
public static void setSelect(Cursor cursor)
-
getRotation
public static Cursor getRotation()
返回三维场景窗口中的旋转对象时的光标。- 返回:
- 三维场景窗口中的旋转对象时的光标。
-
getHSplit
public static Cursor getHSplit()
-
getVSplit
public static Cursor getVSplit()
-
getHand
public static Cursor getHand()
-
setRotation
public static void setRotation(Cursor cursor)
-
getMove
public static Cursor getMove()
返回三维场景窗口中的移动对象时的光标。- 返回:
- 三维场景窗口中的移动对象时的光标。
-
setMove
public static void setMove(Cursor cursor)
-
getNorthSouth
public static Cursor getNorthSouth()
返回三维场景窗口中的编辑时南北锚点的光标。- 返回:
- 三维场景窗口中的编辑时南北锚点的光标。
-
setNorthSouth
public static void setNorthSouth(Cursor cursor)
-
getWestEast
public static Cursor getWestEast()
返回三维场景窗口中编辑时东西锚点的光标。- 返回:
- 三维场景窗口中编辑时东西锚点的光标。
-
setWestEast
public static void setWestEast(Cursor cursor)
-
getNortheastSouthwest
public static Cursor getNortheastSouthwest()
返回三维场景窗口中编辑时东北西南锚点的光标。- 返回:
- 三维场景窗口中编辑时东北西南锚点的光标。
-
setNortheastSouthwest
public static void setNortheastSouthwest(Cursor cursor)
-
getHold
public static Cursor getHold()
返回在三维场景窗口中拖动三维地图场景(Scene)对象时的光标。- 返回:
- 在三维场景窗口中拖动三维地图场景(
Scene)对象时的光标。
-
setHold
public static void setHold(Cursor cursor)
-
getNorthwestSoutheast
public static Cursor getNorthwestSoutheast()
返回地图窗口中编辑时西北东南锚点的光标。- 返回:
- 地图窗口中编辑时西北东南锚点的光标。
-
setNorthwestSoutheast
public static void setNorthwestSoutheast(Cursor cursor)
-
getMeasureArea
public static Cursor getMeasureArea()
返回在三维场景窗口中量算面积时的光标。- 返回:
- 在三维场景窗口中量算面积时的光标。
-
setMeasureArea
public static void setMeasureArea(Cursor cursor)
-
getMeasureDistance
public static Cursor getMeasureDistance()
返回在三维场景窗口中量算距离时的光标。- 返回:
- 在三维场景窗口中量算距离时的光标。
-
setMeasureDistance
public static void setMeasureDistance(Cursor cursor)
-
getIntervisibility
public static Cursor getIntervisibility()
-
setIntervisibility
public static void setIntervisibility(Cursor cursor)
-
getViewSheds
public static Cursor getViewSheds()
-
setViewSheds
public static void setViewSheds(Cursor cursor)
-
getMeasureAltitude
public static Cursor getMeasureAltitude()
返回在三维场景窗口中量算高度时的光标。- 返回:
- 在三维场景窗口中量算高度时的光标。
-
setMeasureAltitude
public static void setMeasureAltitude(Cursor cursor)
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.