Java 1.0.2 Techniques

Here are 1.0.2 versions of some code. Also see the 1.1 versions of this and other Java code.
BarDial and BarControl.
BarDial extends Component to draw a bar chart with stacked sectors, BarControl extends BarDial to provide mouse response, so the user can resize bar sectors.
PieDial and PieControl.
PieDial extends Component to draw a pie chart with radial sectors, PieControl extends PieDial to provide mouse response, so the user can resize pie sectors.
Starfield.
A StarField shows a two-dimensional field of markers, each representing a multi-valued data point of some kind. By selectively showing or hiding some of the markers, a starfield can show two-dimensional "slices" from higher-dimension data. Sliders (or other controls) let a starfield show regions of the data.

Source Files

This software is provided free of charge with no support. Email me at mhirsch@ipdinc.com if you do have a problem, and I will try to help, but I cannot promise to.

Your comments, suggestions, bug reports, bug fixes, and enhancements, are welcome!

My employer, Integrated Performance Decisions is ISO 9001 certified, and has expertise in Java, X/Motif, Windows, Lotus Notes, and the experience that comes from a diverse client base. Can we help you too?

Please also visit my home page.

Legalities

Except for all sections which are identified as the work, and copyright, of others, this work is Copyright (C) 1998 by Morris Hirsch. All rights reserved, except as granted here.

Redistribution and use in source and binary forms, with or without modification, for any purpose, are permitted, except as may be restricted by original copyright holders, provided that the following conditions are met:

DISCLAIMER

This software is provided free of charge with no support.
This software is provided in source format; You are advised to examine it and understand it, before putting it to use.
This software uses only algorithms and coding techniques that are available to the public in the open literature. You are however, advised to make your own determination of legality, for your intended use.
This software is provided by the Author and Contributors ``AS IS'' and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose, are disclaimed.
In no event shall the Author or Contributors, or their Agents, be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. 1