Sha256: db1603ad4cae085d5378e2ea903ce447b0630af3fbf5090e860e491bd21071d2
Contents?: true
Size: 705 Bytes
Versions: 11
Compression:
Stored size: 705 Bytes
Contents
# ----------------------------------------------------------------------------- # Create a bevel filter # # Author:: Fernand # ----------------------------------------------------------------------------- module Ziya::Charts::Support # 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