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() |
Style |
getStyle() |
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 |
setStyle(Style style)
CSS styles 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 Style getStyle()
setStyle(Style)
public void setStyle(Style style)
Defaults to: { "cursor": "pointer", "color": "#999999", "fontSize": "10px" }
public String getText()
setText(String)
public void setText(String text)
Defaults to: Highcharts.com
Copyright © 2024. All rights reserved.