enum

PointClickEngine::Graphics::Layers::BackgroundLayer::TileMode

Inherits Enum < Comparable < Value < Object

Constants

Stretch = 0
Tile = 1
Center = 2
Fit = 3

Instance methods

center?

Returns true if this enum value equals Center

Source
fit?

Returns true if this enum value equals Fit

Source
stretch?

Returns true if this enum value equals Stretch

Source
tile?

Returns true if this enum value equals Tile

Source