ImageZoom2


The following is the basic code to run ImageZoom2:

<applet code="ImageZoom2.class" codebase="[URL of the class files]" width="[width]" height="[height]">

<param name="image" value="[URL of the image file]">

</applet>

The following table explains the configurable element ( inside [] )

[URL of the class files]

The URL of the class files without the class file name.

(e.g. http://www.vivaorange.com/ImageZoom2/")

[width]

Width of the Applet

[Height]

Height of the Applet

[URL of the image file]

URL of the Image to be display.

Note: Due to Java security, the image MUST be located in the same

server with the java class file, or same server with html file.


 
Besides the basic settings, you can also configure ImageZoom 2 with the following
parameters:
 

NAME

VALUE

DESCRIPTION

bgColor

color in hex value

Background Color in hex value.
Default Color is "ffffff" (white)

MaxPercent

integer >=100

Maximum percentage of the image.
The size of applet is 100%
Default value is 700% (of the applet size)

MinPercent

integer <= 100

Minimum percentage of the image.
The size of applet is 100%
Default value is 20% (of the applet size)

PanningSpeed

1 – 10

How fast the image pans.
1 is slowest, 10 is fastest.
Default value is 6

StartUp

a, w, h, f, or integer

The Start up image size.
use "a" for fit to applet
"w" for fit to width
"h" for fit to height
"f" for full size (original image size)
or
use integers to specify the percentage of
the image size.

messZoomOut

String

When the image is zoomed to maximum size, this message would show up.
The default message is
"Zoom Out : Shift – Click"

messageColor

color in hex value

Text Color in hex value.
Default value is "000000" (black)

 
 
Example:
Configure the Applet with the following settings:
background : blue
start up image size : 50% of applet’s width
width : 300 pixels
height : 500 pixels
code:
<applet code="ImageZoom.class" width="300" height="500">
<param name="image" value="http://www.vivaorange.com/a.gif">
<param name="bgColor" value="0000ff">
<param name="StartUp" value="50">
</param>


Back to the ImageZoom2 applet page

How to Add Java Applets to Your Site

New on the Java Boutique:

New Review:

Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling API boasts simplicity, ease-of-integration, a well-rounded feature set, and it's free!

New Applet:

Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA sequences into three useful formats.

Elsewhere on internet.com:

WebDeveloper Java
Lots of Java information on webdeveloper.com

WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.

ScriptSearch Java
Hundreds of free Java code files to download.

jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.