-
public class TagsSettings extends TextSettings
Tags settings class.
-
-
Constructor Summary
Constructors Constructor Description TagsSettings(String jsChart)
-
Method Summary
Modifier and Type Method Description static TagsSettingsinstantiate()StringgetJsBase()Backgroundbackground()Getter for tags background. TagsSettingsbackground(String settings)Setter for tags background. TagsSettingsbackground(Boolean settings)Setter for tags background. voidfontColor()Getter for the font color. TagsSettingsfontColor(String color)Setter for the font color. voidfontDecoration()Getter for the text font decoration. TagsSettingsfontDecoration(Decoration type)Setter for the text font decoration. TagsSettingsfontDecoration(String type)Setter for the text font decoration. voidfontFamily()Getter for the font family. TagsSettingsfontFamily(String fontFamily)Setter for the font family. voidfontOpacity()Getter for the font opacity. TagsSettingsfontOpacity(Number opacity)Setter for the font opacity. voidfontSize()Getter for the text font size. TagsSettingsfontSize(String size)Setter for the text font size text. TagsSettingsfontSize(Number size)Setter for the text font size text. voidfontStyle()Getter for the font style. TagsSettingsfontStyle(FontStyle style)Setter for the font style. TagsSettingsfontStyle(String style)Setter for the font style. voidfontVariant()Getter for the font variant. TagsSettingsfontVariant(FontVariant type)Setter for the font variant. TagsSettingsfontVariant(String type)Setter for the font variant. voidfontWeight()Getter for the font weight. TagsSettingsfontWeight(String weight)Setter for the font weight. TagsSettingsfontWeight(Number weight)Setter for the font weight. voidhAlign()Getter for the font horizontal align. TagsSettingshAlign(HAlign align)Setter for the font horizontal align. TagsSettingshAlign(String align)Setter for the font horizontal align. voidletterSpacing()Getter for the letter spacing. TagsSettingsletterSpacing(String spacing)Setter for the letter spacing. TagsSettingsletterSpacing(Number spacing)Setter for the letter spacing. voidlineHeight()Getter for the font line height. TagsSettingslineHeight(String height)Setter for the font line height. TagsSettingslineHeight(Number height)Setter for the font line height. Marginmargin()Getter for the margin. TagsSettingsmargin(Array<Number> margin)Setter for the margin using a single value. TagsSettingsmargin(Array<String> margin)Setter for the margin using a single value. TagsSettingsmargin(String margin)Setter for the margin using a single value. TagsSettingsmargin(String value1, String value2, String value3, String value4)Setter for the callout margin using several values. TagsSettingsmargin(String value1, String value2, String value3, Number value4)Setter for the callout margin using several values. TagsSettingsmargin(String value1, String value2, Number value3, String value4)Setter for the callout margin using several values. TagsSettingsmargin(String value1, String value2, Number value3, Number value4)Setter for the callout margin using several values. TagsSettingsmargin(String value1, Number value2, String value3, String value4)Setter for the callout margin using several values. TagsSettingsmargin(String value1, Number value2, String value3, Number value4)Setter for the callout margin using several values. TagsSettingsmargin(String value1, Number value2, Number value3, String value4)Setter for the callout margin using several values. TagsSettingsmargin(String value1, Number value2, Number value3, Number value4)Setter for the callout margin using several values. TagsSettingsmargin(Number value1, String value2, String value3, String value4)Setter for the callout margin using several values. TagsSettingsmargin(Number value1, String value2, String value3, Number value4)Setter for the callout margin using several values. TagsSettingsmargin(Number value1, String value2, Number value3, String value4)Setter for the callout margin using several values. TagsSettingsmargin(Number value1, String value2, Number value3, Number value4)Setter for the callout margin using several values. TagsSettingsmargin(Number value1, Number value2, String value3, String value4)Setter for the callout margin using several values. TagsSettingsmargin(Number value1, Number value2, String value3, Number value4)Setter for the callout margin using several values. TagsSettingsmargin(Number value1, Number value2, Number value3, String value4)Setter for the callout margin using several values. TagsSettingsmargin(Number value1, Number value2, Number value3, Number value4)Setter for the callout margin using several values. Paddingpadding()Getter for tags padding. TagsSettingspadding(Array<Number> padding)Setter for padding in pixels by one value. TagsSettingspadding(Array<String> padding)Setter for padding in pixels by one value. TagsSettingspadding(String padding)Setter for padding in pixels by one value. TagsSettingspadding(String value1, String value2, String value3, String value4)Setter for tags padding in pixels. TagsSettingspadding(String value1, String value2, String value3, Number value4)Setter for tags padding in pixels. TagsSettingspadding(String value1, String value2, Number value3, String value4)Setter for tags padding in pixels. TagsSettingspadding(String value1, String value2, Number value3, Number value4)Setter for tags padding in pixels. TagsSettingspadding(String value1, Number value2, String value3, String value4)Setter for tags padding in pixels. TagsSettingspadding(String value1, Number value2, String value3, Number value4)Setter for tags padding in pixels. TagsSettingspadding(String value1, Number value2, Number value3, String value4)Setter for tags padding in pixels. TagsSettingspadding(String value1, Number value2, Number value3, Number value4)Setter for tags padding in pixels. TagsSettingspadding(Number value1, String value2, String value3, String value4)Setter for tags padding in pixels. TagsSettingspadding(Number value1, String value2, String value3, Number value4)Setter for tags padding in pixels. TagsSettingspadding(Number value1, String value2, Number value3, String value4)Setter for tags padding in pixels. TagsSettingspadding(Number value1, String value2, Number value3, Number value4)Setter for tags padding in pixels. TagsSettingspadding(Number value1, Number value2, String value3, String value4)Setter for tags padding in pixels. TagsSettingspadding(Number value1, Number value2, String value3, Number value4)Setter for tags padding in pixels. TagsSettingspadding(Number value1, Number value2, Number value3, String value4)Setter for tags padding in pixels. TagsSettingspadding(Number value1, Number value2, Number value3, Number value4)Setter for tags padding in pixels. voidselectable()Getter for the text selectable. TagsSettingsselectable(Boolean enabled)Setter for the text selectable. voidtextDirection()Getter for the text direction. TagsSettingstextDirection(Direction type)Setter for the text direction. TagsSettingstextDirection(String type)Setter for the text direction. voidtextIndent()Getter for text indent settings. TagsSettingstextIndent(Number indent)Setter for text indent settings. voidtextOverflow()Getter for text overflow settings. TagsSettingstextOverflow(TextOverflow value)Setter for text overflow settings. TagsSettingstextOverflow(String value)Setter for text overflow settings. voiduseHtml()Getter for the useHTML flag. TagsSettingsuseHtml(Boolean enabled)Setter for the useHTML flag. voidvAlign()Getter for the font vertical align. TagsSettingsvAlign(VAlign align)Setter for the font vertical align. TagsSettingsvAlign(String align)Setter for the font vertical align. voidwordBreak()Getter for the word-break mode. TagsSettingswordBreak(WordBreak mode)Setter for the word-break mode. TagsSettingswordBreak(String mode)Setter for the word-break mode. voidwordWrap()Getter for the word-wrap mode. TagsSettingswordWrap(WordWrap mode)Setter for the word-wrap mode. TagsSettingswordWrap(String mode)Setter for the word-wrap mode. -
Methods inherited from class com.anychart.core.resource.resourcelist.TextSettings
fontColor, fontDecoration, fontDecoration, fontFamily, fontOpacity, fontSize, fontSize, fontStyle, fontStyle, fontVariant, fontVariant, fontWeight, fontWeight, hAlign, hAlign, instantiate, letterSpacing, letterSpacing, lineHeight, lineHeight, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, selectable, textDirection, textDirection, textIndent, textOverflow, textOverflow, useHtml, vAlign, vAlign, wordBreak, wordBreak, wordWrap, wordWrap -
Methods inherited from class com.anychart.core.resource.resourcelist.SettingsWithMargin
instantiate, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
TagsSettings
TagsSettings(String jsChart)
-
-
Method Detail
-
instantiate
static TagsSettings instantiate()
-
background
Background background()
Getter for tags background.
-
background
TagsSettings background(String settings)
Setter for tags background.
-
background
TagsSettings background(Boolean settings)
Setter for tags background.
-
fontColor
void fontColor()
Getter for the font color.
-
fontColor
TagsSettings fontColor(String color)
Setter for the font color.
-
fontDecoration
void fontDecoration()
Getter for the text font decoration.
-
fontDecoration
TagsSettings fontDecoration(Decoration type)
Setter for the text font decoration.
-
fontDecoration
TagsSettings fontDecoration(String type)
Setter for the text font decoration.
-
fontFamily
void fontFamily()
Getter for the font family.
-
fontFamily
TagsSettings fontFamily(String fontFamily)
Setter for the font family.
-
fontOpacity
void fontOpacity()
Getter for the font opacity.
-
fontOpacity
TagsSettings fontOpacity(Number opacity)
Setter for the font opacity.
-
fontSize
void fontSize()
Getter for the text font size.
-
fontSize
TagsSettings fontSize(String size)
Setter for the text font size text.
-
fontSize
TagsSettings fontSize(Number size)
Setter for the text font size text.
-
fontStyle
void fontStyle()
Getter for the font style.
-
fontStyle
TagsSettings fontStyle(FontStyle style)
Setter for the font style.
-
fontStyle
TagsSettings fontStyle(String style)
Setter for the font style.
-
fontVariant
void fontVariant()
Getter for the font variant.
-
fontVariant
TagsSettings fontVariant(FontVariant type)
Setter for the font variant.
-
fontVariant
TagsSettings fontVariant(String type)
Setter for the font variant.
-
fontWeight
void fontWeight()
Getter for the font weight.
-
fontWeight
TagsSettings fontWeight(String weight)
Setter for the font weight.
-
fontWeight
TagsSettings fontWeight(Number weight)
Setter for the font weight.
-
hAlign
void hAlign()
Getter for the font horizontal align.
-
hAlign
TagsSettings hAlign(HAlign align)
Setter for the font horizontal align.
-
hAlign
TagsSettings hAlign(String align)
Setter for the font horizontal align.
-
letterSpacing
void letterSpacing()
Getter for the letter spacing.
-
letterSpacing
TagsSettings letterSpacing(String spacing)
Setter for the letter spacing.
-
letterSpacing
TagsSettings letterSpacing(Number spacing)
Setter for the letter spacing.
-
lineHeight
void lineHeight()
Getter for the font line height.
-
lineHeight
TagsSettings lineHeight(String height)
Setter for the font line height.
-
lineHeight
TagsSettings lineHeight(Number height)
Setter for the font line height.
-
margin
TagsSettings margin(Array<Number> margin)
Setter for the margin using a single value.
-
margin
TagsSettings margin(Array<String> margin)
Setter for the margin using a single value.
-
margin
TagsSettings margin(String margin)
Setter for the margin using a single value.
-
margin
TagsSettings margin(String value1, String value2, String value3, String value4)
Setter for the callout margin using several values.
-
margin
TagsSettings margin(String value1, String value2, String value3, Number value4)
Setter for the callout margin using several values.
-
margin
TagsSettings margin(String value1, String value2, Number value3, String value4)
Setter for the callout margin using several values.
-
margin
TagsSettings margin(String value1, String value2, Number value3, Number value4)
Setter for the callout margin using several values.
-
margin
TagsSettings margin(String value1, Number value2, String value3, String value4)
Setter for the callout margin using several values.
-
margin
TagsSettings margin(String value1, Number value2, String value3, Number value4)
Setter for the callout margin using several values.
-
margin
TagsSettings margin(String value1, Number value2, Number value3, String value4)
Setter for the callout margin using several values.
-
margin
TagsSettings margin(String value1, Number value2, Number value3, Number value4)
Setter for the callout margin using several values.
-
margin
TagsSettings margin(Number value1, String value2, String value3, String value4)
Setter for the callout margin using several values.
-
margin
TagsSettings margin(Number value1, String value2, String value3, Number value4)
Setter for the callout margin using several values.
-
margin
TagsSettings margin(Number value1, String value2, Number value3, String value4)
Setter for the callout margin using several values.
-
margin
TagsSettings margin(Number value1, String value2, Number value3, Number value4)
Setter for the callout margin using several values.
-
margin
TagsSettings margin(Number value1, Number value2, String value3, String value4)
Setter for the callout margin using several values.
-
margin
TagsSettings margin(Number value1, Number value2, String value3, Number value4)
Setter for the callout margin using several values.
-
margin
TagsSettings margin(Number value1, Number value2, Number value3, String value4)
Setter for the callout margin using several values.
-
margin
TagsSettings margin(Number value1, Number value2, Number value3, Number value4)
Setter for the callout margin using several values.
-
padding
TagsSettings padding(Array<Number> padding)
Setter for padding in pixels by one value.
-
padding
TagsSettings padding(Array<String> padding)
Setter for padding in pixels by one value.
-
padding
TagsSettings padding(String padding)
Setter for padding in pixels by one value.
-
padding
TagsSettings padding(String value1, String value2, String value3, String value4)
Setter for tags padding in pixels.
-
padding
TagsSettings padding(String value1, String value2, String value3, Number value4)
Setter for tags padding in pixels.
-
padding
TagsSettings padding(String value1, String value2, Number value3, String value4)
Setter for tags padding in pixels.
-
padding
TagsSettings padding(String value1, String value2, Number value3, Number value4)
Setter for tags padding in pixels.
-
padding
TagsSettings padding(String value1, Number value2, String value3, String value4)
Setter for tags padding in pixels.
-
padding
TagsSettings padding(String value1, Number value2, String value3, Number value4)
Setter for tags padding in pixels.
-
padding
TagsSettings padding(String value1, Number value2, Number value3, String value4)
Setter for tags padding in pixels.
-
padding
TagsSettings padding(String value1, Number value2, Number value3, Number value4)
Setter for tags padding in pixels.
-
padding
TagsSettings padding(Number value1, String value2, String value3, String value4)
Setter for tags padding in pixels.
-
padding
TagsSettings padding(Number value1, String value2, String value3, Number value4)
Setter for tags padding in pixels.
-
padding
TagsSettings padding(Number value1, String value2, Number value3, String value4)
Setter for tags padding in pixels.
-
padding
TagsSettings padding(Number value1, String value2, Number value3, Number value4)
Setter for tags padding in pixels.
-
padding
TagsSettings padding(Number value1, Number value2, String value3, String value4)
Setter for tags padding in pixels.
-
padding
TagsSettings padding(Number value1, Number value2, String value3, Number value4)
Setter for tags padding in pixels.
-
padding
TagsSettings padding(Number value1, Number value2, Number value3, String value4)
Setter for tags padding in pixels.
-
padding
TagsSettings padding(Number value1, Number value2, Number value3, Number value4)
Setter for tags padding in pixels.
-
selectable
void selectable()
Getter for the text selectable.
-
selectable
TagsSettings selectable(Boolean enabled)
Setter for the text selectable.
-
textDirection
void textDirection()
Getter for the text direction.
-
textDirection
TagsSettings textDirection(Direction type)
Setter for the text direction.
-
textDirection
TagsSettings textDirection(String type)
Setter for the text direction.
-
textIndent
void textIndent()
Getter for text indent settings.
-
textIndent
TagsSettings textIndent(Number indent)
Setter for text indent settings.
-
textOverflow
void textOverflow()
Getter for text overflow settings.
-
textOverflow
TagsSettings textOverflow(TextOverflow value)
Setter for text overflow settings.
-
textOverflow
TagsSettings textOverflow(String value)
Setter for text overflow settings.
-
useHtml
void useHtml()
Getter for the useHTML flag.
-
useHtml
TagsSettings useHtml(Boolean enabled)
Setter for the useHTML flag.
-
vAlign
void vAlign()
Getter for the font vertical align.
-
vAlign
TagsSettings vAlign(VAlign align)
Setter for the font vertical align.
-
vAlign
TagsSettings vAlign(String align)
Setter for the font vertical align.
-
wordBreak
void wordBreak()
Getter for the word-break mode.
-
wordBreak
TagsSettings wordBreak(WordBreak mode)
Setter for the word-break mode.
-
wordBreak
TagsSettings wordBreak(String mode)
Setter for the word-break mode.
-
wordWrap
void wordWrap()
Getter for the word-wrap mode.
-
wordWrap
TagsSettings wordWrap(WordWrap mode)
Setter for the word-wrap mode.
-
wordWrap
TagsSettings wordWrap(String mode)
Setter for the word-wrap mode.
-
-
-
-