public interface ITextStylePresenter
ITextStyleView
Modifier and Type | Method and Description |
---|---|
void |
onFontFamilyChoose(int clientX,
int clientY)
Open font family chooser and select a family to apply
|
void |
refreshView()
Asks the presenter to refresh the view.
|
void |
removeFontFamily()
Removing the selected element font family property value.
|
void |
removeFontSize()
Removing the selected element font size property value.
|
void |
removeFontStretch()
Removing the selected element font stretch property value.
|
void |
removeFontStyle()
Removing the selected element font style property value.
|
void |
removeFontVariant()
Removing the selected element font variant property value.
|
void |
removeFontWeight()
Removing the selected element font weight property value.
|
void |
removeTextAnchor()
Removing the selected element text anchor property value.
|
void |
removeTextDecoration()
Removing the selected element text decoration property value.
|
void |
setFontFamily(java.lang.String v)
Setting the selected element font family property value.
|
void |
setFontSize(java.lang.String v)
Setting the selected element font size property value.
|
void |
setFontStretch(java.lang.String v)
Setting the selected element font stretch property value.
|
void |
setFontStyle(java.lang.String v)
Setting the selected element font style property value.
|
void |
setFontVariant(java.lang.String v)
Setting the selected element font variant property value.
|
void |
setFontWeight(java.lang.String v)
Setting the selected element font weight property value.
|
void |
setTextAnchor(java.lang.String v)
Setting the selected element text anchor property value.
|
void |
setTextDecoration(java.lang.String v)
Setting the selected element text decoration property value.
|
void setFontSize(java.lang.String v)
v
- size valuevoid removeFontSize()
void setFontFamily(java.lang.String v)
v
- family valuevoid removeFontFamily()
void setFontWeight(java.lang.String v)
v
- weight valuevoid removeFontWeight()
void setFontStretch(java.lang.String v)
v
- stretch valuevoid removeFontStretch()
void setFontStyle(java.lang.String v)
v
- style valuevoid removeFontStyle()
void setFontVariant(java.lang.String v)
v
- variant valuevoid removeFontVariant()
void setTextAnchor(java.lang.String v)
v
- anchor valuevoid removeTextAnchor()
void setTextDecoration(java.lang.String v)
v
- decoration valuevoid removeTextDecoration()
void onFontFamilyChoose(int clientX, int clientY)
clientX
- dialog position xclientY
- dialog position yvoid refreshView()