home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / Software / JavaApplet / PC / data1.cab / Program_Files / Applet / ifsfract / anfract.txt < prev    next >
Encoding:
Text File  |  1999-07-08  |  7.9 KB  |  171 lines

  1.  
  2.       Anfy IFS-fractals - Copyright (C) by Fabio Ciucci 1997-99
  3.  
  4.  
  5. This applet renders a type of fractals by recursivly calculating a 
  6. fractal-tree that morphs using sin and cos tabs. The applet is fully 
  7. configurable for fractal generation and colour palette.
  8.  
  9. This applet is based on the original code by Martin Zettergren, and is used
  10. under a licence.
  11.  
  12. *************************************************************************
  13.  
  14. NECESSARY FILES.
  15.  
  16. Apart from a background and/or a foreground images, the following 2 
  17. ".class" files must be uploaded: 
  18.  
  19. AnFract.class
  20. Lware.class
  21.  
  22. Plus, AnFract.jar for speedy loading on recent browsers.
  23.  
  24. *********************************************************************
  25.  
  26. EXAPLE.
  27.  
  28. Insert the <applet> tag in your html document as follows to add this applet
  29. to your page (Comments after the ";" symbol are code descriptions and
  30. acceptable min/max values. They are not part of the applet language):
  31.  
  32.  
  33. <applet archive="AnFract.jar" code=AnFract.class width="200" height="200">
  34. <param name="credits" value="Applet by Fabio Ciucci (www.anfyteam.com)">
  35. <param name="regcode" value="NO">         ; Registration code (if you have it)
  36. <param name="reglink" value="NO">         ; Optional URL link when the applet
  37.                                           is "clicked"
  38. <param name="regnewframe" value="YES">    ; Reglink opened in new frame?
  39. <param name="regframename" value="_blank">; Name of new frame for reglink
  40. <param name="statusmsg" value="IFS fractals applet">  ; Statusbar message
  41. <param name="dimensions" value="8">       ; Number of of iterations each branch
  42. <param name="branches" value="2">         ; Branches per iteration
  43. <param name="morph_speed" value="3">      ; Speed of morphs through shapes
  44. <param name="rot_speed" value="5">        ; Rotation speed within iterations
  45. <param name="rot_speed2" value="-5">      ; Rotation speed of whole fractal
  46. <param name="decline" value="0.75">       ; Length decrease each iteration
  47. <param name="length" value="26">          ; Length of the starting line
  48. <param name="pensize" value="1">          ; Drawing pen size (1..3)
  49. <param name="progress" value="YES">       ; Progressive pen increase (YES,NO)
  50. <param name="progrinverse" value="NO">    ; Inverse progressive pen (YES,NO)
  51. <param name="progrstep" value="2">        ; Pen progression stepping
  52. <param name="iterskip" value="YES">       ; Half iter skipping ("YES" or "NO")
  53. <param name="backimage" value="NO">      ; Background image (img name or "NO")
  54. <param name="backR" value="0">           ; Background colour (red component)
  55. <param name="backG" value="0">           ; Background colour (green component)
  56. <param name="backB" value="0">           ; Background colour (blue component)
  57. <param name="ifsR1" value="255">         ; Fractal colour 1 (red component)
  58. <param name="ifsG1" value="255">         ; Fractal colour 1 (green component)
  59. <param name="ifsB1" value="180">         ; Fractal colour 1 (blue component)
  60. <param name="ifsR2" value="10">          ; Fractal colour 2 (red component)
  61. <param name="ifsG2" value="50">          ; Fractal colour 2 (green component)
  62. <param name="ifsB2" value="255">         ; Fractal colour 2 (blue component)
  63. <param name="overtext" value="YES">      ; Fractal over text? ("YES", "NO")
  64. <param name="overimg" value="NO">        ; Optional image over applet
  65. <param name="overimgX" value="0">        ; Over image X offset
  66. <param name="overimgY" value="0">        ; Over image Y offset
  67. <param name="memdelay" value="1000">     ; Memory deallocation delay
  68. <param name="priority" value="3">        ; Task priority (1..10)
  69. <param name="MinSYNC" value="10">        ; Min. milliseconds/frame for sync
  70. Sorry, your browser doesn't support Java. ; Message for no java browsers.
  71. </applet>                              ; End of applet tag
  72.  
  73. ***********************************************************************
  74.  
  75. INSTRUCTIONS.
  76.  
  77. The following instrcutions describe how to change parameters:
  78.  
  79. Note: attempting to alter the "credits" parameter will disable the applet.
  80.  
  81. To activate the "reg" parameters read the shareware registration notes.
  82. In the "regcode" parameter, place the registration code you purchased from
  83.  the author. If the code is correct and the applet is run from the 
  84. registered domain name, you can use "link" parameters to link to a URL
  85. when the applet is mouse-clicked.
  86.  
  87. If you set "regnewframe" to "YES", you can specify a specific frame location
  88. for the reglink:
  89.  
  90. "_blank"  : To load the link in a new blank unnamed browser window.
  91. "_self"   : To load the link into the same window the applet occupies.
  92. "_parent" : To load the link into the immediate FRAMESET parent.
  93. "_top"    : To load the link into the top body of the window.
  94.  
  95. You can also set a custom frame name, such as "myframe1".
  96.  
  97. With the "overimg" parameter you can specify the name of an image that will
  98. be painted over the applet. The best options are transparent GIF images.
  99. NOTE: Animated GIF images are supported, but will be animated only on 
  100. latest browsers (Netscape 4 and Explorer 4 or newer).
  101.  
  102. With "overimgX" and "overimgY" you can center the image over the applet area.
  103.  
  104. The size of the applet is determined by width and height tags. Changing the
  105. width and height of the applet will make the visible area of the fractal
  106. larger. The fractal is always automatically placed in the middleof the
  107. applet's visible area.
  108.  
  109. The "dimensions" parameter controls how many iterations are performed to
  110. generate the fractal.
  111.  
  112. The "branches" paramer controls how many 'branches' are made from the starting
  113. point. It is multiplied by 2 for each iteration.
  114.  
  115. NOTE: The formula used to calculate the fractal tree is based on the
  116. concept of: 2^dimensions * 2 * branches.
  117. Therefore, the number of dimensions and branches of complex
  118. fractals may affect memory usage and computer speed.
  119. Approximately 8 dimensions (iterations) and about 1-5 branches give the
  120. optimum results.
  121.  
  122. The "morph_speed" param controls the speed the applet tree morphs through
  123. different shapes.
  124.  
  125. The "rot_speed" param controls the speed of the rotation within each branch
  126. of the fractal tree.
  127.  
  128. The "rot_speed2" param controls the speed of the rotation within the whole
  129. fractal tree.
  130.  
  131. The "length" param control the length of the starting line of the fractal.
  132.  
  133. The "decline" param controls the decline of the length of lines drawn for
  134. each iteration. This parameter can be an increase as well, if you make the
  135. value more than 1. For example 0.75 gives a 25% decrease of the length for
  136. each iteration. 1.25 gives a 25% increase of the length for each iteration.
  137.  
  138. You can choose the pen size up to size 3 with the "pensize" parameter. Or,
  139. set the "progress" parameter to "YES" to enable the progressive pen size
  140. increase, controlled with the "progrstep" parameter. You can also invert the
  141. progression setting "progrinverse" parameter to "YES".
  142.  
  143. To increase speed and have a different effect, set the "iterskip" parameter
  144. to "YES".
  145.  
  146. You can change the colour for best results on your web page. The RGB
  147. values are same as in HTML tags, but in decimal values. Use backR,backG,backB
  148. to change background colour.
  149.  
  150. If you want to display an image in the background, place it's name in the
  151. place of "NO" at backimage parameter (for example "back.jpg").
  152. The only requirement is that the background image must be same size as the
  153. applet to completely cover it.
  154.  
  155. You can choose the first and last color of a gradient that will be spread
  156.  over all the fractals: ifsR1,ifsG1,ifsB1 for first colour, ifsR2,ifsG2,ifsB2
  157.  for last colour of gradient.
  158.  
  159. Examples: to make ALL the fractals white, place 255 as value for all the
  160. ifsR1,ifsG1,ifsB1 and ifsR2,ifsG2,ifsB2.
  161.  
  162. To make fractals coloured from black to white (all the intermediate grays),
  163. place a value of 255 for ifsR1,ifsG1,ifsB1 and a value of 0 for second
  164. color: ifsR2,ifsG2,ifsB2.
  165.  
  166. You can also make rainbows (from red to blue, etc.).
  167.  
  168. Finally, "overtext" determines if fractals can overwrite scrolltext.
  169.  
  170.  
  171.