enum

Term2::Position

Inherits Enum < Comparable < Value < Object

Position for alignment

Constants

Left = 0
Center = 1
Right = 2
Top = 3
Bottom = 4

Instance methods

bottom?

Returns true if this enum value equals Bottom

Source
center?

Returns true if this enum value equals Center

Source
left?

Returns true if this enum value equals Left

Source
right?

Returns true if this enum value equals Right

Source
top?

Returns true if this enum value equals Top

Source