charty-backends-jfreechart 0.1.0-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 1387efdf1eeb9142acc8d7384a7509056a13aee2bce4156bf319527159e8f4d1
4
+ data.tar.gz: def01332a8300e9500e521f7a36fccd68a210c7abb496e57f5a9644cff1f0501
5
+ SHA512:
6
+ metadata.gz: 0a33c4249b5d46f02243722c83d6cb72cb0ab118cd684d595826a3e5259e0ccf536badf7e40726c622bed39190cbc8fb6d6b8c55dde319a261f57b2ea35d76f6
7
+ data.tar.gz: 515a5c5510a5b8ec047f4bf1c8d1810705dc6d15a4e66507b1cb8abb4c77ff235ccffb73d6fa83434537db284b13aed5a82e9b5e084ed6886874e202e4ba7876
@@ -0,0 +1,12 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ Gemfile.lock
11
+ lib/charty-backends-jfreechart_jars.rb
12
+ lib/org
@@ -0,0 +1,7 @@
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+ rvm:
6
+ - 2.5.3
7
+ before_install: gem install bundler -v 2.0.2
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at k.furuhashi10@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in charty-backends-jfreechart.gemspec
4
+ gemspec
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 284km
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,43 @@
1
+ # Charty::Backends::Jfreechart
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/charty/backends/jfreechart`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'charty-backends-jfreechart'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install charty-backends-jfreechart
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/284km/charty-backends-jfreechart. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
+
41
+ ## Code of Conduct
42
+
43
+ Everyone interacting in the Charty::Backends::Jfreechart project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/284km/charty-backends-jfreechart/blob/master/CODE_OF_CONDUCT.md).
@@ -0,0 +1,15 @@
1
+ require "bundler/gem_tasks"
2
+ require "rake/testtask"
3
+
4
+ Rake::TestTask.new(:test) do |t|
5
+ t.libs << "test"
6
+ t.libs << "lib"
7
+ t.test_files = FileList["test/**/*_test.rb"]
8
+ end
9
+
10
+ task :default => :test
11
+
12
+ require "jars/installer"
13
+ task :install_jars do
14
+ Jars::Installer.vendor_jars!
15
+ end
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "charty/backends/jfreechart"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,37 @@
1
+ lib = File.expand_path("lib", __dir__)
2
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
+ require "charty/backends/jfreechart/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "charty-backends-jfreechart"
7
+ spec.version = Charty::Backends::Jfreechart::VERSION
8
+ spec.authors = ["284km"]
9
+ spec.email = ["k.furuhashi10@gmail.com"]
10
+
11
+ spec.summary = %q{Charty JFreeChart backend adapter}
12
+ spec.description = %q{Charty JFreeChart backend adapter}
13
+ spec.homepage = "https://github.com/284km/charty-backends-jfreechart"
14
+ spec.license = "MIT"
15
+
16
+ spec.platform = "java"
17
+ spec.requirements << "jar org.jfree:jfreechart, 1.0.19"
18
+ spec.add_runtime_dependency 'jar-dependencies'
19
+
20
+ spec.metadata["homepage_uri"] = spec.homepage
21
+ spec.metadata["source_code_uri"] = "https://github.com/284km/charty-backends-jfreechart"
22
+ # spec.metadata["changelog_uri"] = ""
23
+
24
+ # Specify which files should be added to the gem when it is released.
25
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
26
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
27
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
28
+ end
29
+ spec.bindir = "exe"
30
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
+ spec.require_paths = ["lib"]
32
+
33
+ spec.add_dependency "charty"
34
+ spec.add_development_dependency "bundler"
35
+ spec.add_development_dependency "rake"
36
+ spec.add_development_dependency "test-unit"
37
+ end
@@ -0,0 +1,177 @@
1
+ require "charty/backends/jfreechart/version"
2
+ require "charty"
3
+ require "charty-backends-jfreechart_jars"
4
+ java_import 'org.jfree.chart.ChartFactory'
5
+ java_import 'org.jfree.chart.ChartUtilities'
6
+ java_import 'org.jfree.chart.plot.PlotOrientation'
7
+ java_import 'org.jfree.data.category.DefaultCategoryDataset'
8
+ java_import 'org.jfree.data.xy.MatrixSeries'
9
+ java_import 'org.jfree.data.xy.MatrixSeriesCollection'
10
+ java_import 'org.jfree.data.xy.XYSeries'
11
+ java_import 'org.jfree.data.xy.XYSeriesCollection'
12
+
13
+ module Charty
14
+ module Backends
15
+ module Jfreechart
16
+ class Error < StandardError; end
17
+ # Your code goes here...
18
+ end
19
+ end
20
+ end
21
+
22
+ module Charty
23
+ class JFreeChart < PlotterAdapter
24
+ Name = "jfreechart"
25
+
26
+ def initialize
27
+ @plot = ChartFactory
28
+ end
29
+
30
+ def label(x, y)
31
+ end
32
+
33
+ def series=(series)
34
+ @series = series
35
+ end
36
+
37
+ def render_layout(layout)
38
+ raise NotImplementedError
39
+ end
40
+
41
+ def render(context, filename)
42
+ # todo: I'm not sure if I can only render.
43
+
44
+ chart = plot(@plot, context)
45
+ # todo: add options for width and height
46
+ width = 1000
47
+ height = 800
48
+ if filename
49
+ FileUtils.mkdir_p(File.dirname(filename))
50
+ javafile = java.io.File.new(filename)
51
+ ChartUtilities.saveChartAsPNG(javafile, chart, width, height)
52
+ end
53
+ end
54
+
55
+ def save(context, filename)
56
+ # todo:
57
+ end
58
+
59
+ def plot(plot, context, subplot: false)
60
+ case context.method
61
+ when :bar
62
+ dataset = DefaultCategoryDataset.new
63
+ context.series.each do |data|
64
+ data.ys.to_a.zip(Array.new(data.xs.size, data.label.to_s), data.xs.to_a.map(&:to_s)).each do |d|
65
+ dataset.addValue(*d)
66
+ end
67
+ end
68
+ title = context.title || ""
69
+ xlabel = context.xlabel || ""
70
+ ylabel = context.ylabel || ""
71
+ plot.createBarChart(
72
+ title,
73
+ xlabel,
74
+ ylabel,
75
+ dataset,
76
+ PlotOrientation::VERTICAL,
77
+ true,
78
+ false,
79
+ false
80
+ )
81
+ when :barh
82
+ dataset = DefaultCategoryDataset.new
83
+ context.series.each do |data|
84
+ data.ys.to_a.zip(Array.new(data.xs.size, data.label.to_s), data.xs.to_a.map(&:to_s)).each do |d|
85
+ dataset.addValue(*d)
86
+ end
87
+ end
88
+ title = context.title || ""
89
+ xlabel = context.xlabel || ""
90
+ ylabel = context.ylabel || ""
91
+ plot.createBarChart(
92
+ title,
93
+ xlabel,
94
+ ylabel,
95
+ dataset,
96
+ PlotOrientation::HORIZONTAL,
97
+ true,
98
+ false,
99
+ false
100
+ )
101
+ when :box_plot
102
+ # todo:
103
+ raise NotImplementedError
104
+ when :bubble
105
+ dataset = MatrixSeriesCollection.new
106
+ context.series.each do |data|
107
+ # todo: fix args
108
+ series = MatrixSeries.new(data.label.to_s, 1000, 1000)
109
+ data.xs.to_a.zip(data.ys.to_a, data.zs.to_a).each do |series_param|
110
+ series.update(*series_param)
111
+ end
112
+ dataset.addSeries(series)
113
+ end
114
+ title = context.title || ""
115
+ xlabel = context.xlabel || ""
116
+ ylabel = context.ylabel || ""
117
+ plot.createBubbleChart(
118
+ title,
119
+ xlabel,
120
+ ylabel,
121
+ dataset,
122
+ PlotOrientation::VERTICAL,
123
+ true,
124
+ false,
125
+ false
126
+ )
127
+ when :curve
128
+ dataset = DefaultCategoryDataset.new
129
+ context.series.each do |data|
130
+ data.xs.to_a.zip(data.ys.to_a).each do |a|
131
+ dataset.addValue(a[1], data.label.to_s, a[0])
132
+ end
133
+ end
134
+ title = context.title || ""
135
+ xlabel = context.xlabel || ""
136
+ ylabel = context.ylabel || ""
137
+ plot.createLineChart(
138
+ title,
139
+ xlabel,
140
+ ylabel,
141
+ dataset,
142
+ PlotOrientation::VERTICAL,
143
+ true,
144
+ false,
145
+ false
146
+ )
147
+ when :scatter
148
+ dataset = XYSeriesCollection.new
149
+ context.series.each do |data|
150
+ series = XYSeries.new(data.label.to_s)
151
+ data.xs.to_a.zip(data.ys.to_a).each do |series_param|
152
+ series.add(*series_param)
153
+ end
154
+ dataset.addSeries(series)
155
+ end
156
+ title = context.title || ""
157
+ xlabel = context.xlabel || ""
158
+ ylabel = context.ylabel || ""
159
+ plot.createScatterPlot(
160
+ title,
161
+ xlabel,
162
+ ylabel,
163
+ dataset,
164
+ PlotOrientation::VERTICAL,
165
+ true,
166
+ false,
167
+ false
168
+ )
169
+ when :error_bar
170
+ raise NotImplementedError
171
+ when :hist
172
+ # todo:
173
+ raise NotImplementedError
174
+ end
175
+ end
176
+ end
177
+ end
@@ -0,0 +1,7 @@
1
+ module Charty
2
+ module Backends
3
+ module Jfreechart
4
+ VERSION = "0.1.0"
5
+ end
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,129 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: charty-backends-jfreechart
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: java
6
+ authors:
7
+ - 284km
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2019-09-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '0'
19
+ name: jar-dependencies
20
+ prerelease: false
21
+ type: :runtime
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ name: charty
34
+ prerelease: false
35
+ type: :runtime
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ name: bundler
48
+ prerelease: false
49
+ type: :development
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ requirement: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: '0'
61
+ name: rake
62
+ prerelease: false
63
+ type: :development
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ requirement: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ name: test-unit
76
+ prerelease: false
77
+ type: :development
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ description: Charty JFreeChart backend adapter
84
+ email:
85
+ - k.furuhashi10@gmail.com
86
+ executables: []
87
+ extensions: []
88
+ extra_rdoc_files: []
89
+ files:
90
+ - ".gitignore"
91
+ - ".travis.yml"
92
+ - CODE_OF_CONDUCT.md
93
+ - Gemfile
94
+ - LICENSE.txt
95
+ - README.md
96
+ - Rakefile
97
+ - bin/console
98
+ - bin/setup
99
+ - charty-backends-jfreechart.gemspec
100
+ - lib/charty/backends/jfreechart.rb
101
+ - lib/charty/backends/jfreechart/version.rb
102
+ homepage: https://github.com/284km/charty-backends-jfreechart
103
+ licenses:
104
+ - MIT
105
+ metadata:
106
+ homepage_uri: https://github.com/284km/charty-backends-jfreechart
107
+ source_code_uri: https://github.com/284km/charty-backends-jfreechart
108
+ post_install_message:
109
+ rdoc_options: []
110
+ require_paths:
111
+ - lib
112
+ required_ruby_version: !ruby/object:Gem::Requirement
113
+ requirements:
114
+ - - ">="
115
+ - !ruby/object:Gem::Version
116
+ version: '0'
117
+ required_rubygems_version: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - ">="
120
+ - !ruby/object:Gem::Version
121
+ version: '0'
122
+ requirements:
123
+ - jar org.jfree:jfreechart, 1.0.19
124
+ rubyforge_project:
125
+ rubygems_version: 2.7.9
126
+ signing_key:
127
+ specification_version: 4
128
+ summary: Charty JFreeChart backend adapter
129
+ test_files: []