Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Gets shape id
|
void |
setEventHandler(int eventType,
java.lang.String handler)
Sets event handler for the shape
|
void |
setId(java.lang.String value)
Gets shape id
|
public final void setEventHandler(int eventType, java.lang.String handler)
Sets event handler for the shape
setEventHandler
in interface ISvgShape
eventType
- Type of event.handler
- Javascript function to handle event. Null value removes handler.public final java.lang.String getId()
Gets shape id