-
In our application's toolbar buttons, we use the selected state of the ButtonModel to reflect state in the application. Before we upgraded to 2.7 of the XPLookAndFeel, the button would paint the icon as selected when the ButtonModel state was selected. Since the upgrade it no longer paints as selected. Looking at the source, the OfficeXPButtonUI class no longer checks model.isSelected() when...
2008-05-12 16:56:03 UTC in Office Look and Feels
-
When dataset is passed into constructor for MultiplePiePlot, the dataset is not wired to a listener, as it would be if setDataset is called.
2008-04-15 13:58:12 UTC in JFreeChart
-
File Added: axischanges.zip.
2008-04-15 13:56:08 UTC in JFreeChart
-
File Added: AxisRenderingInfo.java.
2008-04-15 13:52:03 UTC in JFreeChart
-
File Added: AxisState.patch.txt.
2008-04-15 13:50:38 UTC in JFreeChart
-
File Added: AxisState.java.
2008-04-15 13:49:33 UTC in JFreeChart
-
The changes made fall into several categories and were used to satisfy our requirements for the chart package we use in the Quantrix Modeler application.
1. Get rendering information about the axis and axis label.
Classes affected: AxisState, Axis, CategoryAxis, CategoryAxis3D, CyclicNumberAxis, LogarithmicAxis, NumberAxis, NumberAxis3D, PlotRenderingInfo
New Class: AxisRenderingInfo –...
2008-04-15 13:48:40 UTC in JFreeChart