Skip to main content

All Questions

Tagged with
1 vote
1 answer
279 views

How to create a Draggable JLabel that snaps into certain bounds on a panel

I'm working on a Venn Diagram GUI application in Java which requires me to create elements (JLabels) that can be dragged and then dropped in the circular Venn Diagram sections. Presently I have two (...
chutneyy's user avatar
0 votes
0 answers
563 views

How to implement N-dimensional Venn Diagram in Java? and How to integrate Html/JavaScript code into Java plugin?

I want to ask that I have Java plugin application. Now, I want to implement n-dimentional Venn Diagram by specifically mentioning the percentage of overlapped and seperate regions. I don't need ...
stateTest's user avatar
-1 votes
1 answer
147 views

rJava fails with toStrin

I am using the venneuler package from R to draw Venn diagrams of my data set, which is big (53.6 MB altogether). If this helps, my code is: library(venneuler) albert <- read.table("Albert/...
con's user avatar
  • 6,065
1 vote
1 answer
1k views

Multidimensional Venn Diagrams

I have this data: String[] a = {"a", "b", "c", "d"}; String[] b = {"c", "d"}; String[] c = {"b", "c"}; Now i need a graphical representation of each intersection of these lists, mostly this will ...
reox's user avatar
  • 5,183
2 votes
1 answer
479 views

Venn diagram (image/label/shape) on android screen with its zones clickable

I need to create an Image on android screen. It should be a Venn diagram with each of its zones clickable. The image should be zoomable. The Solutions I could think of was: Using java to render the ...
Achilles's user avatar
  • 741
3 votes
1 answer
4k views

Draw Venn diagram using Java

I'm trying to draw a Venn diagram from a given boolean equation e.g (a AND b) AND c I want to do this on an android phone so I need to find a way to do it using Java. I found a perfect widget that ...
Achilles's user avatar
  • 741
25 votes
3 answers
3k views

Venn diagram generation software from RCC(8) specification or similar

Please note: While the bounty is no longer available, I'm still keen for anyone with an answer to this question to contribute; I'm still watching it, and I'm waiting to see if there is a better answer....
user avatar