Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
C
F
I
L
M
N
O
P
R
S
U
W
X
A
actionPerformed(ActionEvent)
- Method in class
FragAudio
align(char[][][], String, int, int)
- Static method in class
FrameCube
Performs so-called "alignment" by processing fragmented sets.
alignFrames(char[][][], int, int, InputStream, String)
- Static method in class
FrameCube
Performs frame fragmentation
alignFrames(char[][], int, int, InputStream, String)
- Static method in class
FramePlane
Performs frame fragmentation
and(char[], char[])
- Static method in class net.fractalkiss.util.
Util
C
close()
- Method in class
FragAudio
createAudioInputStream(File, boolean)
- Method in class
FragAudio
createSceneGraph()
- Method in class
ShowCube
The function that loads cube file and colors the dots accordingly to the number of bits set at every location.
createSceneGraph()
- Method in class
ShowPlane
The function that loads plane file and colors the dots accordingly to the number of bits set at every location.
F
fill02(char[][], int, int)
- Static method in class net.fractalkiss.util.
Util
fills 2D char array with zeros
fill03(char[][][], int, int, int)
- Static method in class net.fractalkiss.util.
Util
fills 3D char array with zeros
frag(int, int, int)
- Method in class net.fractalkiss.util.
Fragger
Gets a fragmented of frame b from level n at byte position pos
frag(LinkedList, int, int)
- Method in class net.fractalkiss.util.
Fragger
FRAG(n,b) implementation
fragAll(LinkedList, int)
- Method in class net.fractalkiss.util.
Fragger
Makes sure all necessary fragments are in memory
FragAudio
- class
FragAudio
.
Audio index recording and display.
FragAudio.Playback
- class
FragAudio.Playback
.
FragAudio.Playback(FragAudio)
- Constructor for class
FragAudio.Playback
FragAudio()
- Constructor for class
FragAudio
Fragger
- class net.fractalkiss.util.
Fragger
.
Utility class that performs fragmentation of frames.
Fragger()
- Constructor for class net.fractalkiss.util.
Fragger
Creates new Fragger with 8 default levels
Fragger(int)
- Constructor for class net.fractalkiss.util.
Fragger
Creates new Fragger with given levels
FrameCube
- class
FrameCube
.
Cube alignment application and tools for working with text.
FrameCube()
- Constructor for class
FrameCube
Creates new FrameCube
FramePlane
- class
FramePlane
.
Plane alignment application and tools for working with text and other input.
FramePlane()
- Constructor for class
FramePlane
Creates new FramePlane
I
inand(LinkedList, int, int)
- Method in class net.fractalkiss.util.
Fragger
Implementation of INAND(n,b) or iterative nand
init()
- Method in class
ShowCube
Initializes the applet ShowCube
init()
- Method in class
ShowPlane
Initializes the applet ShowPlane
ixor(int, int)
- Method in class net.fractalkiss.util.
Fragger
convenience method to retreive stored IXOR from LinkedList
ixor(LinkedList, int, int)
- Method in class net.fractalkiss.util.
Fragger
Implementation of IXOR(n,b) or recursive xor
L
loopRead(char[], int, int)
- Static method in class
FrameCube
Reserved for looping inputstream, not implemented
M
main(String[])
- Static method in class
FragAudio
Standalone audio index recording and display.
main(String[])
- Static method in class
FrameCube
java FrameCube -h
main(String[])
- Static method in class
FramePlane
java FramePlane -h
main(String[])
- Static method in class
ShowCube
takes an optional alignfile argument, otherwise defaults to "align.acube"
main(String[])
- Static method in class
ShowPlane
takes an optional alignfile argument, otherwise defaults to "align.aplane"
N
nand(char[], char[])
- Static method in class net.fractalkiss.util.
Util
performs NAND operation (NotAnd), it's the commutative opposite of andNot, but sounds and writes shorter.
net.fractalkiss.util
- package net.fractalkiss.util
nextFrame(char[])
- Method in class net.fractalkiss.util.
Fragger
Stores a frame in the intermal buffer and calls fragAll when buffer is full, removes a frame when buffer overflows.
O
open()
- Method in class
FragAudio
or(char[], char[])
- Static method in class net.fractalkiss.util.
Util
P
parse(InputStream, String, int)
- Static method in class
FrameCube
Parses text and writes 9 layers of increasing fragmenticity.
R
readCube(char[][][], String, int)
- Static method in class
FrameCube
Reads a char
cube
of size
res*res*res
from the
name
file
readPlane(char[][], String, int)
- Static method in class
FramePlane
Reads a char
plane
of size
res*res*res
from the
name
file
repeat(char[], char[])
- Static method in class
FrameCube
checks if to char arrays have the same value
run()
- Method in class
FragAudio.Playback
S
saveToFile(String, AudioFileFormat.Type)
- Method in class
FragAudio
setFile(String)
- Static method in class
ShowPlane
A constructor for main method
showBinary(char[])
- Static method in class
FrameCube
Displays spaced 8-bit presentation of char array
ShowCube
- class
ShowCube
.
an applet with main method to run from command line.
ShowCube()
- Constructor for class
ShowCube
showDecimal(char[])
- Static method in class
FrameCube
Displays spaced 3-digit decimal presentation of char array
showFrame()
- Static method in class
ShowPlane
Convenience method for displaying ShowPlane
ShowPlane
- class
ShowPlane
.
an applet with main method to run from command line.
ShowPlane()
- Constructor for class
ShowPlane
Creates a JPanel with Canvas3D
start()
- Method in class
FragAudio.Playback
stop()
- Method in class
FragAudio.Playback
U
Util
- class net.fractalkiss.util.
Util
.
Base Utility class
Util()
- Constructor for class net.fractalkiss.util.
Util
W
workCube(char[][][], int)
- Method in class net.fractalkiss.util.
Fragger
Populates fractal 3D table from internal frag table
workPlane(char[][], int)
- Method in class net.fractalkiss.util.
Fragger
Populates given fractal table from internal frag buffer.
writeBytes(OutputStream, char[])
- Static method in class net.fractalkiss.util.
Util
Makes sure chars are written without encoding
writeCube(char[][][], String, int)
- Static method in class
FrameCube
writes
cube
to
name
file
writePlane(char[][], String, int)
- Static method in class
FramePlane
writes
plane
to
name
file
writePlane(char[][], String, int)
- Static method in class net.fractalkiss.util.
Util
writes
plane
to
name
file
X
xor(char[], char[])
- Static method in class net.fractalkiss.util.
Util
per byte XOR of two char arrays
xorNext(char[])
- Static method in class
FrameCube
performs XOR operation on every char with the next in the array, the last char XORs with the first
A
C
F
I
L
M
N
O
P
R
S
U
W
X
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES