enum

Mosaic::Symbol

Inherits Enum < Comparable < Value < Object

Symbol represents the symbol type to use when rendering the image.

Constants

All = 0
Half = 1
Quarter = 2

Instance methods

all?

Returns true if this enum value equals All

Source
half?

Returns true if this enum value equals Half

Source
quarter?

Returns true if this enum value equals Quarter

Source