Module: Google::Cloud::Monitoring::Dashboard::V1::Text::TextStyle::PointerLocation

Defined in:
proto_docs/google/monitoring/dashboard/v1/text.rb

Overview

Specifies where a visual pointer is placed on a text widget (also sometimes called a "tail")

Constant Summary collapse

POINTER_LOCATION_UNSPECIFIED =

No visual pointer

0
PL_TOP =

Placed in the middle of the top of the widget

1
PL_RIGHT =

Placed in the middle of the right side of the widget

2
PL_BOTTOM =

Placed in the middle of the bottom of the widget

3
PL_LEFT =

Placed in the middle of the left side of the widget

4
PL_TOP_LEFT =

Placed on the left side of the top of the widget

5
PL_TOP_RIGHT =

Placed on the right side of the top of the widget

6
PL_RIGHT_TOP =

Placed on the top of the right side of the widget

7
PL_RIGHT_BOTTOM =

Placed on the bottom of the right side of the widget

8
PL_BOTTOM_RIGHT =

Placed on the right side of the bottom of the widget

9
PL_BOTTOM_LEFT =

Placed on the left side of the bottom of the widget

10
PL_LEFT_BOTTOM =

Placed on the bottom of the left side of the widget

11
PL_LEFT_TOP =

Placed on the top of the left side of the widget

12