Class: Shoes::Swt::NullColor
- Inherits:
-
Object
- Object
- Shoes::Swt::NullColor
- Defined in:
- shoes-swt/lib/shoes/swt/color.rb
Instance Attribute Summary collapse
-
#alpha ⇒ Object
readonly
Returns the value of attribute alpha.
-
#dsl ⇒ Object
readonly
Returns the value of attribute dsl.
-
#real ⇒ Object
readonly
Returns the value of attribute real.
Instance Method Summary collapse
Instance Attribute Details
#alpha ⇒ Object (readonly)
Returns the value of attribute alpha.
45 46 47 |
# File 'shoes-swt/lib/shoes/swt/color.rb', line 45 def alpha @alpha end |
#dsl ⇒ Object (readonly)
Returns the value of attribute dsl.
45 46 47 |
# File 'shoes-swt/lib/shoes/swt/color.rb', line 45 def dsl @dsl end |
#real ⇒ Object (readonly)
Returns the value of attribute real.
45 46 47 |
# File 'shoes-swt/lib/shoes/swt/color.rb', line 45 def real @real end |
Instance Method Details
#apply_as_fill(_gc, _dsl) ⇒ Object
46 |
# File 'shoes-swt/lib/shoes/swt/color.rb', line 46 def apply_as_fill(_gc, _dsl); end |
#apply_as_stroke(_gc, _dsl) ⇒ Object
48 |
# File 'shoes-swt/lib/shoes/swt/color.rb', line 48 def apply_as_stroke(_gc, _dsl); end |