Class: Shoes::Swt::NullColor

Inherits:
Object
  • Object
show all
Defined in:
shoes-swt/lib/shoes/swt/color.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#alphaObject (readonly)

Returns the value of attribute alpha.



45
46
47
# File 'shoes-swt/lib/shoes/swt/color.rb', line 45

def alpha
  @alpha
end

#dslObject (readonly)

Returns the value of attribute dsl.



45
46
47
# File 'shoes-swt/lib/shoes/swt/color.rb', line 45

def dsl
  @dsl
end

#realObject (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