Crossfire JXClient, Trunk
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
DitherControls Class Reference
Inheritance diagram for DitherControls:
Inheritance graph
Collaboration diagram for DitherControls:
Collaboration graph

Public Member Functions

void actionPerformed (ActionEvent e)
 
void addRenderButton ()
 
 DitherControls (DitherTest app, int s, int e, DitherMethod type, boolean vertical)
 
int getParams (int vals[])
 

Private Member Functions

int scale (int number)
 

Private Attributes

DitherTest applet
 
Button button
 
Choice choice
 
CardinalTextField end
 
CardinalTextField start
 

Static Private Attributes

static LayoutManager dcLayout
 

Detailed Description

Definition at line 345 of file DitherTest.java.

Constructor & Destructor Documentation

◆ DitherControls()

DitherControls.DitherControls ( DitherTest  app,
int  s,
int  e,
DitherMethod  type,
boolean  vertical 
)

Definition at line 355 of file DitherTest.java.

References applet.

Member Function Documentation

◆ actionPerformed()

void DitherControls.actionPerformed ( ActionEvent  e)

Definition at line 403 of file DitherTest.java.

References applet.

◆ addRenderButton()

void DitherControls.addRenderButton ( )

Definition at line 371 of file DitherTest.java.

Referenced by DitherTest.init().

Here is the caller graph for this function:

◆ getParams()

int DitherControls.getParams ( int  vals[])

Definition at line 377 of file DitherTest.java.

Referenced by DitherTest.calculateImage().

Here is the caller graph for this function:

◆ scale()

int DitherControls.scale ( int  number)
private

Definition at line 392 of file DitherTest.java.

Member Data Documentation

◆ applet

DitherTest DitherControls.applet
private

Definition at line 351 of file DitherTest.java.

◆ button

Button DitherControls.button
private

Definition at line 349 of file DitherTest.java.

◆ choice

Choice DitherControls.choice
private

Definition at line 350 of file DitherTest.java.

◆ dcLayout

LayoutManager DitherControls.dcLayout
staticprivate
Initial value:
= new FlowLayout(FlowLayout.CENTER,
10, 5)

Definition at line 352 of file DitherTest.java.

◆ end

CardinalTextField DitherControls.end
private

Definition at line 348 of file DitherTest.java.

◆ start

CardinalTextField DitherControls.start
private

Definition at line 347 of file DitherTest.java.


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