|
Gridarta Editor
|


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 |
Definition at line 345 of file DitherTest.java.
| DitherControls.DitherControls | ( | DitherTest | app, |
| int | s, | ||
| int | e, | ||
| DitherMethod | type, | ||
| boolean | vertical | ||
| ) |
Definition at line 355 of file DitherTest.java.
References applet.
| void DitherControls.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 403 of file DitherTest.java.
References applet.
| void DitherControls.addRenderButton | ( | ) |
Definition at line 371 of file DitherTest.java.
Referenced by DitherTest.init().

| int DitherControls.getParams | ( | int | vals[] | ) |
Definition at line 377 of file DitherTest.java.
Referenced by DitherTest.calculateImage().

|
private |
Definition at line 392 of file DitherTest.java.
|
private |
Definition at line 351 of file DitherTest.java.
|
private |
Definition at line 349 of file DitherTest.java.
|
private |
Definition at line 350 of file DitherTest.java.
|
staticprivate |
Definition at line 352 of file DitherTest.java.
|
private |
Definition at line 348 of file DitherTest.java.
|
private |
Definition at line 347 of file DitherTest.java.
1.8.17