Sha256: 516208b123f9941a781e7d994f0f20e2f31b75622ec7c54cde79fa4c8a6c5c5b
Contents?: true
Size: 700 Bytes
Versions: 11
Compression:
Stored size: 700 Bytes
Contents
# ----------------------------------------------------------------------------- # Create a bevel filter # # Author:: Fernand # ----------------------------------------------------------------------------- module Ziya::Components # Specifies the bevel filter to be applied to some component ie chart_rect, axis_value, etc... # See http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=filter # for additional documentation, examples and futher detail. class Bevel < Base has_attribute :id, :distance, :angle, :highlightColor, :highlightAlpha, :shadowColor, :shadowAlpha, :blurX, :blurY, :strength, :quality, :type, :knockout end end
Version data entries
11 entries across 11 versions & 2 rubygems