t:graphicImage and Graphics2D/BufferedImage ...
-----------------------------------------------

                 Key: TOMAHAWK-604
                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-604
             Project: MyFaces Tomahawk
          Issue Type: Wish
          Components: Html Tag
    Affects Versions: 1.1.3
            Reporter: peter strauch


Problem during generation of t:tree2 :
t:graphicImage can be easily setup by referencing directly an already generated 
and available *.jpg/*.gif or *.png file.
e.g. <t:graphicImage value="/images/yellow-folder-open.png" 
rendered="#{t.nodeExpanded}" border="0"/>.
My problem is that I want to create my own graphics (e.g. via Graphics2D 
graphics = image.createGraphics())) 
and to include the drawn image/graphic according environment conditions into my 
t:tree component without the 
necessity to store each generated image/graphic as *.jpg file (minimization of 
memory usage/process time reduction).
Is there any possibility to include an icon in my *.xhtml page by usage of 
t:graphicImage 
referencing a self-drawn graphic ? If yes, how ?

This is a big blocking point for me, any help is welcome !
Thanks in advance for any idea, instruction or answer.
Peter   


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to