class Celestine::Filter::ComponentTransfer::FuncG
- Celestine::Filter::ComponentTransfer::FuncG
- Celestine::Filter::ComponentTransfer::Func
- Celestine::Drawable
- Reference
- Object
Defined in:
Constant Summary
-
TAG =
"feFuncG"
Instance Method Summary
-
#draw(io : IO) : Nil
Main draw method for a drawable.
Instance methods inherited from class Celestine::Filter::ComponentTransfer::Func
amplitude : IFNumber?
amplitude,
amplitude=(amplitude : IFNumber?)
amplitude=,
exponent : IFNumber?
exponent,
exponent=(exponent : IFNumber?)
exponent=,
intercept : IFNumber?
intercept,
intercept=(intercept : IFNumber?)
intercept=,
offset : IFNumber?
offset,
offset=(offset : IFNumber?)
offset=,
slope : IFNumber?
slope,
slope=(slope : IFNumber?)
slope=,
table_values : Array(IFNumber)
table_values,
table_values=(table_values : Array(IFNumber))
table_values=,
type : String?
type,
type=(type : String?)
type=
Instance methods inherited from class Celestine::Drawable
class_attribute(io : IO)
class_attribute,
classes : Array(String)
classes,
classes=(classes : Array(String))
classes=,
custom_attribute(io : IO)
custom_attribute,
custom_attrs : Hash(String, String)
custom_attrs,
custom_attrs=(custom_attrs)
custom_attrs=,
draw(io : IO) : Nil
draw,
id : String?
id,
id=(id : String?)
id=,
id_attribute(io : IO)
id_attribute,
inner_elements : IO::Memory
inner_elements,
inner_elements=(inner_elements)
inner_elements=,
style : Hash(String, String)
style,
style=(style)
style=,
style_attribute(io : IO)
style_attribute
Instance Method Detail
def draw(io : IO) : Nil
#
Description copied from class Celestine::Drawable
Main draw method for a drawable. Takes in and interacts with an io.