Java2d: Set gradient for a lines
        Posted  
        
            by Algorist
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Algorist
        
        
        
        Published on 2010-05-16T03:25:06Z
        Indexed on 
            2010/05/16
            3:30 UTC
        
        
        Read the original article
        Hit count: 385
        
Hi,
I am having multiple points in a plane and some hundreds of lines pass through those points. Some points can have more lines passing through them than other points. I want to show some kind of more gradient or brightness associated with lines crowded together. Is this possible to do in java2d.
Please refer to this : http://ft.ornl.gov/doku/_media/ft/projects/paraxis.jpg
Thank you.
© Stack Overflow or respective owner