Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Class holding a modifiable image 1

Status
Not open for further replies.

Swamphen

Programmer
Jul 17, 2001
84
0
0
IT
I hope I can explain this right:

I'd like to have a class that creates an image based on a not-modifiable image core.

More concrete: I want to show a 3D graph of a molecule, where the molecule skeleton is always the same, but the identity of the side chains can change based on the information in the applications configuration file.

This would probably result in something like a class that contains the image itself, defines static and non-static regions in this image, and contains links to sub-images to superpose on the non-static regions.

Does anybody know of existing classes that perform this task? Or has anybody done similar things already?

Thanks for any advice.

Swamphen
 
A quick scroll through the JAI guide shows me that this package will indeed suit my needs.

Thanks a lot.

Swamphen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top