public class ReplaceTextOptions extends Object
Constructor | Description |
---|---|
ReplaceTextOptions() |
Modifier and Type | Method | Description |
---|---|---|
ReplaceTextOptions |
backgroundColor(Color backgroundColor) |
|
boolean |
equals(Object o) |
|
ReplaceTextOptions |
fontFamily(String fontFamily) |
|
ReplaceTextOptions |
foregroundColor(Color foregroundColor) |
|
Color |
getBackgroundColor() |
Gets or sets the color of the background.
|
String |
getFontFamily() |
Gets or sets the font family.
|
Color |
getForegroundColor() |
Gets or sets the color of the foreground.
|
Double |
getSize() |
Gets or sets the size.
|
String |
getStyle() |
Gets or sets the style.
|
String |
getText() |
Gets or sets the text.
|
int |
hashCode() |
|
void |
setBackgroundColor(Color backgroundColor) |
|
void |
setFontFamily(String fontFamily) |
|
void |
setForegroundColor(Color foregroundColor) |
|
void |
setSize(Double size) |
|
void |
setStyle(String style) |
|
void |
setText(String text) |
|
ReplaceTextOptions |
size(Double size) |
|
ReplaceTextOptions |
style(String style) |
|
ReplaceTextOptions |
text(String text) |
|
String |
toString() |
public ReplaceTextOptions text(String text)
public String getText()
public void setText(String text)
public ReplaceTextOptions fontFamily(String fontFamily)
public String getFontFamily()
public void setFontFamily(String fontFamily)
public ReplaceTextOptions size(Double size)
public Double getSize()
public void setSize(Double size)
public ReplaceTextOptions style(String style)
public String getStyle()
public void setStyle(String style)
public ReplaceTextOptions foregroundColor(Color foregroundColor)
public Color getForegroundColor()
public void setForegroundColor(Color foregroundColor)
public ReplaceTextOptions backgroundColor(Color backgroundColor)
public Color getBackgroundColor()
public void setBackgroundColor(Color backgroundColor)
Copyright © 2019. All rights reserved.