sventon subversion web client - http://www.sventon.org |
[show recent changes] | |
Rev: 9986 - svn://svn.freehep.org/svn / sandbox / Plotter / src / plotter / Axis.java |
Unified Diff View - Axis.java |
/sandbox/Plotter/src/plotter/Axis.java @ revision 9985 |
---|
/sandbox/Plotter/src/plotter/Axis.java @ revision 9986 |
@@ -230,6 +230,7 @@ public void setModel(AxisModel model) { this.model = model; + this.labeller = new DefaultAxisLabeller((ContinuousAxisModel) model, labelSizer); revalidate(); } |
sventon 2.5.1