significance of graphics in c
I am a IIIrd electronics Engg student
i want to know what is the role of graphics in c
is it ok to spend a lot of time on learning c graphic or to start the
new language like JAVA.
Thanks in advance.
.
Relevant Pages
- Type conversion for reference types?
... My apologies if this is a silly question in the context of Java. ... And more specifically, if none exists, how do I reliably deal with situations where I want a specific sub-class but am only given some base class. ... With respect to Graphics/Graphics2D, I've seen lots of examples of AWT code where in a paintmethod, the Graphics instance passed in is cast to Graphics2D. ... But Area.getBoundsreturns a Rectangle2D, which doesn't expose the fields that provide that information. ... (comp.lang.java.programmer) - Re: Java RL and the UI
... have decided to do it in Java since it's the language I know best these days. ... acceptable in unix and old windows to use raw ansi sequences:) nearly ... all terminals except cmd.exe in windows XP and beyond support it. ... I'm not familiar with java for graphics, ... (rec.games.roguelike.development) - JAI still current?
... I need to do some relatively serious work using graphics, ... conversions from various image formats to plain bmp raster one ... (for which you don't really need java, but based on my web users' base ... The thing is that when I read the JAI version 1.1 documentation still ... (comp.lang.java.programmer) - Re: Type conversion for reference types?
... any, exists in Java. ... The two particular examples are Graphics and Graphics2D, ... code where in a paintmethod, the Graphics instance passed in is cast to ... Is there a type conversion that will ensure it always will? ... (comp.lang.java.programmer) - Re: Graphics Line Width
... > I can draw the primitive shapes, and fill them with a variety of fill ... the Shape based methods in Graphics2D instead of the Graphics methods. ... The Java tutorial would have ... (comp.lang.java.help) |
|