Title
Rendering in JavaFX with the New Canvas Feature
Description
JavaFX introduces a new paradigm that frees developers from the hassles of a graphics engine to focus more on simply choosing the best attributes to make their applications look their best. Sometimes the structure of an application more directly translates into specific graphics operations. JavaFX 2.2 introduces a new Canvas node that enables developers to express their rendering in terms of an immediate-mode graphics object, much as with the HTML5 canvas element or Swing JPanels with their graphics context objects. This session demonstrates the new feature and shows how it can be used to quickly produce results for these legacy types of applications without translation into the foreign model of a scene graph.
Copyright © 2013 Oracle and/or its affiliates. Oracle® is a registered trademark of Oracle and/or its affiliates. All rights reserved. Oracle disclaims any warranties or representations as to the accuracy or completeness of this recording, demonstration, and/or written materials (the "Materials"). The Materials are provided "as is" without any warranty of any kind, either express or implied, including without limitation warranties of merchantability, fitness for a particular purpose, and non-infringement.
There are no comments.
Login to respond »