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