JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.polarion.alm.shared.api.utils.charts.highcharts
Interface HcTitle
public interface
HcTitle
Since:
3.9.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
HcHorizontalAlignmentSelector
<
HcTitle
>
align
()
Returns horizontal title alignment selector
HcTitle
text
(
String
value)
HcTitle
useHTML
(boolean value)
Method Details
text
@NotNull
HcTitle
text
(@Nullable
String
value)
useHTML
@NotNull
HcTitle
useHTML
(boolean value)
align
@NotNull
HcHorizontalAlignmentSelector
<
HcTitle
>
align
()
Returns horizontal title alignment selector
Since:
3.10.0