public interface IMarkerStylePresenter
IMarkerStyleView
Modifier and Type | Method and Description |
---|---|
void |
onMarkerEndChoose(int clientX,
int clientY)
Open marker chooser and select a marker to apply as marker end to the selected element.
|
void |
onMarkerEndTool()
Opens the tool to edit marker definitions and apply one as marker end to the selected element.
|
void |
onMarkerMidChoose(int clientX,
int clientY)
Open marker chooser and select a marker to apply as marker mid to the selected element.
|
void |
onMarkerMidTool()
Opens the tool to edit marker definitions and apply one as marker mid to the selected element.
|
void |
onMarkerStartChoose(int clientX,
int clientY)
Open marker chooser and select a marker to apply as marker start to the selected element.
|
void |
onMarkerStartTool()
Opens the tool to edit marker definitions and apply one as marker start to the selected element.
|
void |
refreshView()
Asks the presenter to refresh the view.
|
void |
removeMarkerEnd()
Removing the selected element marker end property value.
|
void |
removeMarkerMid()
Removing the selected element marker mid property value.
|
void |
removeMarkerStart()
Removing the selected element marker start property value.
|
void |
setMarkerEndId(java.lang.String v)
Setting the selected element marker end id.
|
void |
setMarkerEndJS(com.google.gwt.dom.client.Element v)
Setting the selected element marker end.
|
void |
setMarkerMidId(java.lang.String v)
Setting the selected element marker mid id.
|
void |
setMarkerMidJS(com.google.gwt.dom.client.Element v)
Setting the selected element marker mid.
|
void |
setMarkerStartId(java.lang.String v)
Setting the selected element marker start id.
|
void |
setMarkerStartJS(com.google.gwt.dom.client.Element v)
Setting the selected element marker start.
|
void onMarkerStartTool()
void onMarkerMidTool()
void onMarkerEndTool()
void onMarkerStartChoose(int clientX, int clientY)
clientX
- dialog position xclientY
- dialog position yvoid onMarkerMidChoose(int clientX, int clientY)
clientX
- dialog position xclientY
- dialog position yvoid onMarkerEndChoose(int clientX, int clientY)
clientX
- dialog position xclientY
- dialog position yvoid setMarkerStartId(java.lang.String v)
v
- the marker idvoid removeMarkerStart()
void setMarkerMidId(java.lang.String v)
v
- the marker idvoid removeMarkerMid()
void setMarkerEndId(java.lang.String v)
v
- the marker idvoid removeMarkerEnd()
void setMarkerStartJS(com.google.gwt.dom.client.Element v)
v
- the marker definition objectvoid setMarkerMidJS(com.google.gwt.dom.client.Element v)
v
- the marker definition objectvoid setMarkerEndJS(com.google.gwt.dom.client.Element v)
v
- the marker definition objectvoid refreshView()