@Generated(value="This class is generated and shouldn\'t be modified", comments="Incorrect and missing API should be reported to https://github.com/vaadin/vaadin-charts-flow/issues/new") public class Credits extends AbstractConfigurationObject
Constructor and Description |
---|
Credits() |
Credits(Boolean enabled) |
Credits(String text) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnabled() |
String |
getHref() |
Position |
getPosition() |
String |
getText() |
void |
setEnabled(Boolean enabled)
Whether to show the credits text.
|
void |
setHref(String href)
The URL for the credits label.
|
void |
setPosition(Position position)
Position configuration for the credits label.
|
void |
setText(String text)
The text for the credits label.
|
public Credits()
public Credits(Boolean enabled)
public Credits(String text)
public Boolean getEnabled()
setEnabled(Boolean)
public void setEnabled(Boolean enabled)
Defaults to: true
public String getHref()
setHref(String)
public void setHref(String href)
Defaults to: http://www.highcharts.com
public Position getPosition()
setPosition(Position)
public void setPosition(Position position)
public String getText()
setText(String)
public void setText(String text)
Defaults to: Highcharts.com
Copyright © 2020. All rights reserved.