enum

GSDL::Shape::DrawMode

Inherits Enum < Comparable < Value < Object

Constants

Fill = 0
Outline = 1
Border = 2

Instance methods

border?

Returns true if this enum value equals Border

Source
fill?

Returns true if this enum value equals Fill

Source
outline?

Returns true if this enum value equals Outline

Source