public class TextStyleChangedEvent
extends java.awt.event.ComponentEvent
构造器和说明 |
---|
TextStyleChangedEvent(java.awt.Component source, com.supermap.data.TextStyle newTextStyle, com.supermap.data.Geometry newGeometry) |
TextStyleChangedEvent(java.awt.Component source, com.supermap.data.TextStyle newTextStyle, java.lang.String name, com.supermap.data.Geometry newGeometry)
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
com.supermap.data.Geometry |
getGeometry()
获取改变后的Geometry
|
java.lang.String |
getMethodName()
获取文本改变事件名称
|
com.supermap.data.TextStyle |
getNewTextStyle()
获取改变后的文本风格
|
public TextStyleChangedEvent(java.awt.Component source, com.supermap.data.TextStyle newTextStyle, com.supermap.data.Geometry newGeometry)
source
- 改变的源控件newTextStyle
- 新文本风格public TextStyleChangedEvent(java.awt.Component source, com.supermap.data.TextStyle newTextStyle, java.lang.String name, com.supermap.data.Geometry newGeometry)
source
- 改变的源控件newTextStyle
- 新文本风格name
- 事件名称newGeometry
- 新的Geometry