~ubuntu-branches/ubuntu/saucy/libjlatexmath-java/saucy-proposed

« back to all changes in this revision

Viewing changes to src/org/scilab/forge/jlatexmath/ScaleAtom.java

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2011-05-07 23:33:40 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110507233340-zenh5gf7zr23todc
Tags: 0.9.5-1
* New upstream release
* Standards-Version updated to version 3.9.2
* needless-dependency-on-jre fixed

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 */
34
34
public class ScaleAtom extends Atom {
35
35
    
36
 
    private Atom base;
 
36
    protected Atom base;
37
37
    private double xscl, yscl;
38
38
 
39
39
    public ScaleAtom(Atom base, double xscl, double yscl) {