~ubuntu-branches/ubuntu/wily/ctioga2/wily

« back to all changes in this revision

Viewing changes to lib/ctioga2/graphics/styles/location.rb

  • Committer: Package Import Robot
  • Author(s): Vincent Fourmond
  • Date: 2013-07-08 20:58:17 UTC
  • mfrom: (6.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130708205817-cephnc6etndyxrrp
Tags: 0.4-2
* Upload to unstable
* Already conforms to newer standards

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# This module contains all the classes used by ctioga
18
18
module CTioga2
19
19
 
20
 
  Version::register_svn_info('$Revision: 133 $', '$Date: 2010-01-18 21:37:36 +0100 (Mon, 18 Jan 2010) $')
 
20
  Version::register_svn_info('$Revision: 335 $', '$Date: 2012-12-23 00:29:44 +0100 (Sun, 23 Dec 2012) $')
21
21
 
22
22
  module Graphics
23
23
 
36
36
        
37
37
        # The name of the X axis, something to be fed to
38
38
        # PlotStyle#get_axis_key
39
 
        attr_accessor :xaxis
 
39
        typed_attribute :xaxis, 'axis'
40
40
 
41
41
        # The name of the Y axis
42
 
        attr_accessor :yaxis
 
42
        typed_attribute :yaxis, 'axis'
43
43
 
44
44
        # Given a PlotStyle object, returns the axes keys as would
45
45
        # PlotStyle#get_axis_key