enum

UIng::Area::Draw::LineCap

Inherits Enum < Comparable < Value < Object

Constants

Flat = 0
Round = 1
Square = 2

Instance methods

flat?

Returns true if this enum value equals Flat

Source
round?

Returns true if this enum value equals Round

Source
square?

Returns true if this enum value equals Square

Source