CaptionParameters

CaptionParameters

Caption parameters.

Constructor

new CaptionParameters()

Source:

Methods

getAlignment()

Caption test horizontal alignment.
Default TextAlignment.CENTER.
Source:

getFont()

Caption font.
Default value: Arial 8pt regular.
Source:

getNoWrap()

Specify word wraps (line breaks) within text.
Default value: false.
Source:

getPadding()

Captions paddings.
Default value for CaptionAbove: 5pt 5pt 0 5pt.
Default value for CaptionBelow: 0 5pt 5pt 5pt.
Source:

getText()

Caption text.
Default value: empty string.
Source:

getTextColor()

Caption text color.
Default value BLACK.
Source:

getVisible()

Caption text visibility.
Default value: false.
Source:

setAlignment()

Caption test horizontal alignment.
Default TextAlignment.CENTER.
Source:

setNoWrap()

Specify word wraps (line breaks) within text.
Default value: false.
Source:

setPadding()

Captions paddings.
Default value for CaptionAbove: 5pt 5pt 0 5pt.
Default value for CaptionBelow: 0 5pt 5pt 5pt.
Source:

setText()

Caption text.
Default value: empty string.
Source:

setTextColor()

Caption text color.
Default value BLACK.
Source:

setVisible()

Caption text visibility.
Default value: false.
Source: