This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Labeling Graph Points in Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Labeling Graph Points in Java" Watch "Labeling Graph Points in Java" New topic
Author

Labeling Graph Points in Java

Britney Crane
Greenhorn

Joined: Apr 29, 2008
Posts: 2
Hi all,

I have a program similar to paint. I need to know what to do to label the points of my graph. Any suggestions? I'm pretty sure it's built in but do not know the name. Is it drawLabel??

Thanks,

B
[ April 30, 2008: Message edited by: Britney Crane ]
Britney Crane
Greenhorn

Joined: Apr 29, 2008
Posts: 2
Still in need of a suggestion.
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
Well some more information would be useful. I don't believe there is any graph drawing capability built into the standard java api, so you've either written the code yourself in which case only you know the answer to the question or you are using a 3rd party api in which case you need to look at the documentation for that. If you are using a 3rd party api then if you tell us which one it is, someone else may have used it and may be able to help you.


Joanne
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Labeling Graph Points in Java
 
Similar Threads
The Definitive Guide to SWT and JFace book :- Reader question
how i do get network graph ?
creating graph using Applet
Finding the Rectangle Bounding the Largest Number of Points
Java Graphs