Avinash
JAVA image zoom in/out
2 Answer(s)      2 years and 8 months ago
Posted in : Framework

how to write function in java for image zoom in and zoom out using jFreeChart?
View Answers

September 23, 2010 at 5:41 PM


Hi Friend,

Try the following code:

import java.awt.* ;
import org.jfree.ui.*;
import org.jfree.data.*;
import org.jfree.chart.*;
import org.jfree.data.xy.*;
import org.jfree.chart.plot.*;
public class Chart extends ApplicationFrame {
private ChartPanel chartPanel;
public Chart(String title) {
super(title);
XYSeries series = new XYSeries("Marks");
series.add(1, 80);
series.add(2, 75);
series.add(3, 70);
series.add(4, 90);
XYDataset xyDataset = new XYSeriesCollection(series);
JFreeChart chart = ChartFactory.createXYLineChart
("XYLine Chart using JFreeChart", "ID", "Marks",
xyDataset, PlotOrientation.VERTICAL, true, true, false);

chartPanel = new ChartPanel(chart);
chartPanel.setHorizontalAxisTrace(true);
chartPanel.setVerticalAxisTrace(true);
chartPanel.setPreferredSize(new java.awt.Dimension(400, 270));
setContentPane(chartPanel);
}

public static void main(String [] args) {
Chart demo = new Chart("Mouse Zoom Demo");
demo.pack();
RefineryUtilities.centerFrameOnScreen(demo);
demo.setVisible(true);

}
}

Hope that it will be helpful for you.
Thanks

October 1, 2011 at 6:14 PM


hi...........

but i am getting error in import file.?//////

can u tell me the reason???????









Related Pages:
JAVA image zoom in/out - Framework
JAVA image zoom in/out  how to write function in java for image zoom in and zoom out using jFreeChart?  Hi Friend, Try the following... static void main(String [] args) { Chart demo = new Chart("Mouse Zoom
Java Swing code for zoom in and out
Java Swing code for zoom in and out  hi.......... I require a code in java swing for image zoom in and zoom out can u tell me how it can be done or what is the code plz help
JavaScript Zoom in and Zoom out
illustrates you how to zoom in and zoom out of an image using JavaScript. Here we... and width of the image and make it to show the effect Zoom In and Zoom Out... the image zoom in and zoom out. As long as you put the cursor on the link Zoom
Zoom Out Excel
zoom out excel       In this program we are going to make a java program through which we can zoom out(+) an excel sheet. This means you can make an excel sheet larger
MX Zoom Effect in Flex4
MX Zoom Effect in Flex4: The component will zoom in or out on a center point using Zoom effect. The tag of Zoom effect is <mx:Zoom>. The syntax is following: <mx:Zoom id="ID" originX="Calculated"
UIWebView Zoom in and out
UIWebView Zoom in and out  Hi, Can anyone give me the example of tap and zoom in and out the pdf loaded on uiwebview?? Thanks
Zoom Image with the help of play and reverse mehod in flex
Flex Zoom with the help of Action Script:- In this tutorial you can see how to apply zoom through mouse events if  mouseup on the  image component  are zoomin and mouseout image zoom out. you can see how to use doZoom
Image Zoom Behavior in Flex 4
Flex Zoom Image Effects:- In Graphical interface we can make components larger... an image component with the help of zoom behavior in flex. In this tutorial we can set...; for zoom effects for image zoom. Flex Image Zooming Behavior Example:- <
Zoom Image section using jQuery plug-in
Zoom Image section using jQuery plug-in In this section, you will learn how to zoom an image section by hovering mouse on it using jQuery. The plug-in ,we... this box on image's any area , it will zoom that area. zoomImage.html <
java code - Java Beginners
java code  can u please post java code for zoom in and zoom out an bufferedImage class image
Java Image Browsing Applet
Java Image Browsing Applet  Hi. I want to create an applet which is embedded in html page which display image by browsing the files in the computers hard disk... Please help me out
Zoom in Excel
zoom in excel       In this program we are going to make a java program through which we...;org.apache.poi.hssf.usermodel. HSSFWorkbook. setZoom(int,int): This method is used to set the zoom
Image Processing Java
://www.universalwebservices.net/web-programming-resources/java/adjust-jpeg-image-compression...Image Processing Java  Using This Code I Compressed A JPEG Image And the Original Size of the image is 257kb and The Compressed Image Size Is 27kb
Image uploading
Image uploading  Hi,can anyone explain the following code. The code related to uploading an image file to oracle database using java servlet..."); PrintWriter out = response.getWriter(); try { // Apache Commons
Image swap on MouseOver ann Mouse out
Image swap on MouseOver ann Mouse out  I tried ur code for multiple images but didnt get the right answer...i dont want the hardcodded code...a code...(); arr[1] = new Image(); arr[1].src = "1.jpg"; arr[2] = new Image(); arr[2].src
uiwebview zoom
uiwebview zoom  Hi, I want to zoom UIWebview programmatically... to set zoom level. for (UIScrollView *scroll in [webView subviews]) { //Set the zoom level. [scroll setZoomScale:2.5f animated:YES
with out class - Java Beginners
with out class  can we write a program with out a class in core java?if yes,give example
java image display - Java Beginners
java image display  How to display images in the folder dynamically with out using database using java and jsp  Hi friend, Code to help in solving the problem var galleryarray=new Array
java image slider or code 4 java-image slideshow
java image slider or code 4 java-image slideshow   plz help me out with java code for running an application in which images wil slide automatically... image slider using java
about image convertion - Java Beginners
about image convertion  hello , this is srujani,i want code for the below task can you help me out. task is: When the Photos are Being Uploaded The Photos must be Automatically Resized to ?Web Large? Format
mkmapview zoom to current location
mkmapview zoom to current location  How can i zoom map to the current location
UIWebView zoom not working
UIWebView zoom not working  Hi, I don't know why UIWebView zoom not working? Tell the solution. Thanks   Hi, Open the .xib file and set scalesPageToFit to YES. Thanks
help me out...!!!!
help me out...!!!!  i have to make a project on console based application in java.. so can anyone guide me with some gd ideas that can be implemented
to obtain image path
to obtain image path   i have made a web application in which you can upload a file and i have used File image = new File(image); here String image... or BROWSE button . and i am expecting to obtain the complete path of the image from
Java- Save Image into project folder in web application
Java- Save Image into project folder in web application  I have a requirement of saving the image into project folder .. which is a web application. I am not able to figure out how to find the absolute path of my folder which I
Conversion from color to Gray Image - Java Beginners
to java. and i haven't try this so far How to convert the color image to gray scale image in java? could u plz help me out to start the process... Thanks in advance ...  Hi Friend, You can convert the color image
jsf image problem - Java Server Faces Questions
bean i want to display that image contained in that object to the jsf page.This image is not physically stored in the local disk.I tried out by using the jsf...jsf image problem  Dear Sir My doubt is about displAying
JSp session time out
JSp session time out  Consider a case where we are working on a java application.After few hours of continuous work ,my application gets logged out... it gets logged out in the middle i.e during our work....why is it so
Out Of Memory Exception Erorr
Out Of Memory Exception Erorr  hello how are you?I hope you are fine I'm using jgrasp program my problem is in java programming my program compiled with no problem but when I run it this exception appears: Exception
JSF image - Java Server Faces Questions
to save the image.Without saving i want to display the image in jsf page. public static Image createBarcode(String genCode) { Image image = null; try...); barCode.setData(genCode); image = barCode.makeSimpleImage(1, 35, true, 1
image compression - Java Beginners
image compression  image compression in java coding
UIImageView UIScrollView Zoom
UIImageView UIScrollView Zoom   I am trying to implement a Zoomin / Zoomout feature in UIImageView and wanted to have the scroll capability init.   UIImageView *tempImage = [[UIImageView alloc]initWithImage:[UIImage
Find out last character of array
Find out last character of array  How we can find out the last character of array in java program
image retreival
image retreival  I ve stored the path of image and audio in mysql database. how to retrive it and display... Can u pls help me out
java image compression - Java Beginners
java image compression  image compression in java
image in database
image in database  how to set image in database and retrieve it using servlet(java)in msaccess
Image_creation
Image_creation  how to create an image from a set of pixel values stored in array - in java
image scrambling
image scrambling  Hi frinds : i want to read image and scrambling it then saved using java any help please
scrolling image
scrolling image  How create a scrolling image in java
PDF to Image
PDF to Image  Java code to convert PDF to Image
Image processing
Image processing  i want a browsing program in java in which we hv a small img and we hv to browse this img on a big image so that we can find the similar type of image in big img
Image in Flex
Image in Flex  Hi..... List out the advantages and disadvantages of using Raster vs Vector images with flex. please tell me about this Thanks
Fading elements in and out example
Fading elements in and out example       Fading elements in and out example.... Example : Following code change the opacity of the image : $('
Inserting Image(s) - JSP-Servlet
Inserting Image(s)  Hello, I need sample code using java servlet and html form and explanation on how to insert and retrieve image from mysql.  Hi friend,This is insert image code.import java.sql.*;import java.io.
how to highlight the field in image,when i have entered into that corresponding field's textbox-any one help out
how to highlight the field in image,when i have entered into that corresponding field's textbox-any one help out  how to highlight the field in image... consist of a jpeg image on the top and below that image fields(text boxes) exist
A Java Program That Prints Out Result Via Printer
A Java Program That Prints Out Result Via Printer  A Java Program That Prints Out Result Through Printer Depending upon paper size , and print the calculated result on printer and save result as text file
image - Java Beginners
image  how to identify the watermarked image? or how to convert the watermarked image into original image? can you send that corresponding java code
java rotate image
java rotate image   How to rotate image to 90 and 180. can you please post an example to rotate image
image displaying in java
image displaying in java  how to display an image by using load image button in applet viewer

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.