Package | Description |
---|---|
com.hyjavacharts.model.highcharts | |
com.hyjavacharts.model.highcharts.constants |
Modifier and Type | Method and Description |
---|---|
HorizontalAlign |
Title.getAlign()
The horizontal alignment of the title.
|
HorizontalAlign |
Subtitle.getAlign()
The horizontal alignment of the subtitle.
|
HorizontalAlign |
Legend.getAlign()
The horizontal alignment of the legend box within the chart area.
|
Modifier and Type | Method and Description |
---|---|
Title |
Title.setAlign(HorizontalAlign align)
The horizontal alignment of the title.
|
Subtitle |
Subtitle.setAlign(HorizontalAlign align)
The horizontal alignment of the subtitle.
|
Legend |
Legend.setAlign(HorizontalAlign align)
The horizontal alignment of the legend box within the chart area.
|
Modifier and Type | Method and Description |
---|---|
static HorizontalAlign |
HorizontalAlign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HorizontalAlign[] |
HorizontalAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.