public class PlotLabelOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
AlignHorizontal |
align
Horizontal alignment of the label.
|
Integer |
rotation
Rotation of the text label in degrees .
|
StyleOptions |
style
CSS styles for the text label.
|
String |
text
The string text itself.
|
AlignHorizontal |
textAlign
The text alignment for the label.
|
AlignVertical |
verticalAlign
Vertical alignment of the label relative to the plot band.
|
Integer |
x
Horizontal position relative the alignment.
|
Integer |
y
Vertical position of the text baseline relative to the alignment.
|
| Constructor and Description |
|---|
PlotLabelOptions() |
public AlignHorizontal align
public Integer rotation
public final StyleOptions style
public String text
public AlignHorizontal textAlign
public AlignVertical verticalAlign
public Integer x
public Integer y
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.