com.supermap.data
类 GeoMapBorderCornerImageRotateType

java.lang.Object
  继承者 com.supermap.data.GeoMapBorderCornerImageRotateType

public class GeoMapBorderCornerImageRotateType
extends java.lang.Object

边框转角填充图片旋转类型常量。


字段摘要
static GeoMapBorderCornerImageRotateType MIRROR
          镜像
static GeoMapBorderCornerImageRotateType NONE
          不旋转
static GeoMapBorderCornerImageRotateType ROTATE90
          顺时针旋转90度
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

NONE

public static final GeoMapBorderCornerImageRotateType NONE
不旋转


MIRROR

public static final GeoMapBorderCornerImageRotateType MIRROR
镜像


ROTATE90

public static final GeoMapBorderCornerImageRotateType ROTATE90
顺时针旋转90度