Results 1 to 1 of 1
Thread: An Efficiency Question
- 06-25-2010, 07:22 AM #1
An Efficiency Question
I've been playing with the Java 2D API alot in the last few days, mostly with animations and gradients. For animations I'm using a Canvas with blitting done by a BufferStrategy and accelerated graphics via GraphicsConfiguration. What I'd like to know is whether it's more efficient to use images (ie loaded from a .gif and stored as a BufferedImage) or textured/filled vector graphics drawn from Java's java.awt.geom package in an animation.
Similar Threads
-
Question mark colon operator question
By orchid in forum Advanced JavaReplies: 9Last Post: 12-19-2010, 08:49 AM -
String/ object creation/ efficiency
By mac in forum New To JavaReplies: 5Last Post: 06-06-2010, 02:57 PM -
How do I improve the background image efficiency?
By martypapa in forum Java 2DReplies: 2Last Post: 02-10-2010, 07:00 PM -
method efficiency
By TheWave in forum Advanced JavaReplies: 0Last Post: 02-13-2008, 04:11 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks