Crossfire JXClient, Trunk
CLSFractal Class Reference
+ Inheritance diagram for CLSFractal:
+ Collaboration diagram for CLSFractal:

Public Member Functions

void destroy ()
 
String getAppletInfo ()
 
String[][] getParameterInfo ()
 
void init ()
 
void mouseClicked (MouseEvent e)
 
void mouseEntered (MouseEvent e)
 
void mouseExited (MouseEvent e)
 
void mousePressed (MouseEvent e)
 
void mouseReleased (MouseEvent e)
 
void paint (Graphics g)
 
void run ()
 
void start ()
 
void stop ()
 

Detailed Description

A (not-yet) Context sensitive L-System Fractal applet class.

The rules for the Context L-system are read from the java.applet.Applet's attributes and then the system is iteratively applied for the given number of levels, possibly drawing each generation as it is generated. Note that the ContextLSystem class does not yet handle the lContext and rContext attributes, although this class is already designed to parse the '[' and ']' characters typically used in Context sensitive L-Systems.

Author
Jim Graham

Definition at line 63 of file CLSFractal.java.

Member Function Documentation

◆ destroy()

void CLSFractal.destroy ( )

Definition at line 118 of file CLSFractal.java.

◆ getAppletInfo()

String CLSFractal.getAppletInfo ( )

Definition at line 289 of file CLSFractal.java.

◆ getParameterInfo()

String [][] CLSFractal.getParameterInfo ( )

Definition at line 299 of file CLSFractal.java.

◆ init()

void CLSFractal.init ( )

Definition at line 82 of file CLSFractal.java.

◆ mouseClicked()

void CLSFractal.mouseClicked ( MouseEvent  e)

Definition at line 159 of file CLSFractal.java.

◆ mouseEntered()

void CLSFractal.mouseEntered ( MouseEvent  e)

Definition at line 175 of file CLSFractal.java.

◆ mouseExited()

void CLSFractal.mouseExited ( MouseEvent  e)

Definition at line 179 of file CLSFractal.java.

◆ mousePressed()

void CLSFractal.mousePressed ( MouseEvent  e)

Definition at line 163 of file CLSFractal.java.

◆ mouseReleased()

void CLSFractal.mouseReleased ( MouseEvent  e)

Definition at line 167 of file CLSFractal.java.

◆ paint()

void CLSFractal.paint ( Graphics  g)

Definition at line 184 of file CLSFractal.java.

◆ run()

void CLSFractal.run ( )

Definition at line 123 of file CLSFractal.java.

◆ start()

void CLSFractal.start ( )

Definition at line 147 of file CLSFractal.java.

◆ stop()

void CLSFractal.stop ( )

Definition at line 153 of file CLSFractal.java.


The documentation for this class was generated from the following file: