com.supermap.desktop.controls.TextStyle.TextStyleComponent
类 SmTextStyleFontSizeComponent
- java.lang.Object
-
- java.awt.Component
-
- java.awt.Container
-
- javax.swing.JComponent
-
- javax.swing.JPanel
-
- com.supermap.desktop.controls.TextStyle.AbstractTextStyleComponent
-
- com.supermap.desktop.controls.TextStyle.TextStyleComponent.SmTextStyleFontSizeComponent
-
- 所有已实现的接口:
- ITextStyleComponent, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible
public class SmTextStyleFontSizeComponent extends AbstractTextStyleComponent
文本风格字体大小参数- 另请参阅:
- 序列化表格
-
-
字段概要
字段 限定符和类型 字段和说明 static java.lang.String
FONT_HEIGHT
-
构造器概要
构造器 构造器和说明 SmTextStyleFontSizeComponent()
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 限定符和类型 方法和说明 double
getFontHeightValue()
获得真实的字高值,该方法为公有,当每次改变固定大小时,其字高值都会改变,确保显示需要重新算一下com.supermap.mapping.Map
getMap()
已过时。java.lang.Object
getMapObject()
获取地图或布局boolean
isEnabled()
void
setEnabled(boolean enabled)
设置控件是否可用void
setMap(com.supermap.mapping.Map map)
已过时。void
setMapObject(java.lang.Object mapObject)
设置地图或布局-
从类继承的方法 com.supermap.desktop.controls.TextStyle.AbstractTextStyleComponent
addTextStyleChangedListener, getGeometry, getPrjCoordSys, removeTextStyleChangedListener, setGeometry, setPrjCoordSys, setTextStyle
-
-
-
-
字段详细资料
-
FONT_HEIGHT
public static final java.lang.String FONT_HEIGHT
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
getMap
@Deprecated public com.supermap.mapping.Map getMap()
已过时。获取地图 getMapObject- 返回:
-
setMap
@Deprecated public void setMap(com.supermap.mapping.Map map)
已过时。设置地图 setMapObject- 参数:
map
-
-
getMapObject
public java.lang.Object getMapObject()
获取地图或布局- 返回:
- mapObject对象
-
setMapObject
public void setMapObject(java.lang.Object mapObject)
设置地图或布局- 参数:
mapObject
-
-
setEnabled
public void setEnabled(boolean enabled)
从接口复制的说明:ITextStyleComponent
设置控件是否可用- 指定者:
setEnabled
在接口中ITextStyleComponent
- 指定者:
setEnabled
在类中AbstractTextStyleComponent
-
isEnabled
public boolean isEnabled()
- 覆盖:
isEnabled
在类中java.awt.Component
-
getFontHeightValue
public double getFontHeightValue()
获得真实的字高值,该方法为公有,当每次改变固定大小时,其字高值都会改变,确保显示需要重新算一下- 返回:
-
-