Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
A
add(Vector2D)
- Method in class org.shlublu.javax.math.
Vector2D
Add the given vector
add(Vector3D)
- Method in class org.shlublu.javax.math.
Vector3D
Add the given vector
ApplicationLog
- class org.shlublu.javax.log.
ApplicationLog
.
Creation : 20 oct 2001 Convenience class : helps to manage logs using org.apache.log4j
In case of logfile, this one is created using the ApplicationName (see below) and a timestamp to define its name.
available()
- Method in class org.shlublu.javax.awt.
TextComponentInputStream
number of available characters, according to the java.io.InputStream specification
available()
- Method in class org.shlublu.javax.data.
Base64InputStream
Returns the number of bytes that can be decoded from this input stream without blocking.
B
Base64
- class org.shlublu.javax.data.
Base64
.
RFC 2045 compliant Base 64 encoder/decoder.
Base64()
- Constructor for class org.shlublu.javax.data.
Base64
Base64Exception
- exception org.shlublu.javax.data.
Base64Exception
.
Thrown when a problem occurs using Base64
Base64Exception()
- Constructor for class org.shlublu.javax.data.
Base64Exception
Base64Exception(String)
- Constructor for class org.shlublu.javax.data.
Base64Exception
Base64InputStream
- class org.shlublu.javax.data.
Base64InputStream
.
RFC 2045 compliant Base 64 stream decoder.
This stream filters a given
InputStream
The data is decoded following the calls of
read()
or
read(byte[],int,int)
.
Base64InputStream(InputStream)
- Constructor for class org.shlublu.javax.data.
Base64InputStream
Create this filter using the given
InputStream
Base64IOException
- exception org.shlublu.javax.data.
Base64IOException
.
Thrown when a problem occurs using Base64 input and output streams
Base64IOException()
- Constructor for class org.shlublu.javax.data.
Base64IOException
Base64IOException(String)
- Constructor for class org.shlublu.javax.data.
Base64IOException
Base64OutputStream
- class org.shlublu.javax.data.
Base64OutputStream
.
RFC 2045 compliant Base 64 stream encoder.
This stream filters a given
OutputStream
Base64OutputStream(OutputStream)
- Constructor for class org.shlublu.javax.data.
Base64OutputStream
Create this filter using the given
OutputStream
BasicIOStream
- class org.shlublu.javax.io.
BasicIOStream
.
Creation : 28 aug 2001 Convenience class which store a couple of streams and allow access to them.
BasicIOStream(InputStream, OutputStream)
- Constructor for class org.shlublu.javax.io.
BasicIOStream
Ctor : initialize the streams to use
BasicThread
- class org.shlublu.javax.lang.
BasicThread
.
Creation : 29 oct 2001 Convenience class dedicated to implement threads.
BasicThread()
- Constructor for class org.shlublu.javax.lang.
BasicThread
Empty ctor
BasicThread(String)
- Constructor for class org.shlublu.javax.lang.
BasicThread
Ctor
buffer
- Variable in class org.shlublu.javax.awt.
TextComponentOutputStream
Internal buffer
C
cat()
- Method in class org.shlublu.javax.log.
ApplicationLog
Return the Category corresponding to construction given class class name (see ctors for details)
clone()
- Method in interface org.shlublu.javax.math.
Point
Return a Point equals() to this one
clone()
- Method in class org.shlublu.javax.math.
Vector3D
Return a Vector3D equals() to this one
clone()
- Method in class org.shlublu.javax.math.
Point3D
Return a Point3D equals() to this one
clone()
- Method in interface org.shlublu.javax.math.
Vector
Return a Vector equals() to this one
clone()
- Method in class org.shlublu.javax.math.
Point2D
Return a Point2D equals() to this one
clone()
- Method in class org.shlublu.javax.math.
Vector2D
Return a Vector2D equals() to this one
close()
- Method in class org.shlublu.javax.awt.
TextComponentOutputStream
Close the stream, so it can't be used anymore.
close()
- Method in class org.shlublu.javax.awt.
TextComponentInputStream
Close the stream, so it can't be used anymore.
close()
- Method in class org.shlublu.javax.data.
Base64InputStream
Closes this input stream and releases any system resources associated with the stream.
close()
- Method in class org.shlublu.javax.data.
Base64OutputStream
Closes this output stream and releases any system resources associated with the stream.
compare(Version, Version)
- Method in class org.shlublu.javax.util.
Version
Returns >0 when a > b, <0 when a < b, 0 otherwise
component
- Variable in class org.shlublu.javax.awt.
TextComponentOutputStream
The component to write into
ConsoleHistory
- class org.shlublu.javax.util.
ConsoleHistory
.
Creation : 28/12/2001 Console history browser Revision : 2002/01/02 : little bug fixed on prec()
ConsoleHistory(int)
- Constructor for class org.shlublu.javax.util.
ConsoleHistory
CTor
count(String)
- Method in class org.shlublu.javax.lang.
StringSubstitutor
Return the number of occurences of the token in the contained string
count(String, int)
- Method in class org.shlublu.javax.lang.
StringSubstitutor
Return the number of occurences of the token in the contained string, starting the search from iStartIndex.
crossProduct(Vector3D)
- Method in class org.shlublu.javax.math.
Vector3D
Get the cross product with the given vector
D
decode(char, char, char, char)
- Method in class org.shlublu.javax.data.
Base64
Decoder : take four base 64 digits to produce 1 to 3 bytes, depending the padding chars.
decode(String)
- Method in class org.shlublu.javax.data.
Base64
Decoder : take a base 64 string to produce the binary equivalent.
delete(String)
- Method in class org.shlublu.javax.lang.
StringSubstitutor
Parse the contained string to remove the strToken occurences.
delete(String, int)
- Method in class org.shlublu.javax.lang.
StringSubstitutor
Parse the contained string starting from the given index, removing the strToken occurences.
disable(int)
- Method in class org.shlublu.javax.log.
ApplicationLog
Log modification : disable some log devices
divide(double)
- Method in class org.shlublu.javax.math.
Vector3D
Divide this vector
divide(double)
- Method in interface org.shlublu.javax.math.
Vector
Divide this vector
divide(double)
- Method in class org.shlublu.javax.math.
Vector2D
Divide this vector
doCleanup()
- Method in class org.shlublu.javax.io.
IOStreamCrossedConnector
unused
doCleanup()
- Method in class org.shlublu.javax.lang.
BasicThread
This method is called just after the last mainloop turn.
doCrashCleanup()
- Method in class org.shlublu.javax.io.
IOStreamCrossedConnector
unused
doCrashCleanup()
- Method in class org.shlublu.javax.lang.
BasicThread
This method is called in case of mainloop crash.
doIteration()
- Method in class org.shlublu.javax.io.
IOStreamCrossedConnector
Each step consist in the transmission of available data between client and server
doIteration()
- Method in class org.shlublu.javax.lang.
BasicThread
This method is called each mainloop turn.
doStartup()
- Method in class org.shlublu.javax.io.
IOStreamCrossedConnector
unused
doStartup()
- Method in class org.shlublu.javax.lang.
BasicThread
This method is called just before the first mainloop turn.
E
encode(byte)
- Method in class org.shlublu.javax.data.
Base64
Encoder : take one byte to produce four base 64 digits, the two last ones padded
encode(byte[])
- Method in class org.shlublu.javax.data.
Base64
Encoder : convert the binary given data to a base 64 String.
encode(byte, byte)
- Method in class org.shlublu.javax.data.
Base64
Encoder : take two bytes to produce four base 64 digits, the last one padded
encode(byte, byte, byte)
- Method in class org.shlublu.javax.data.
Base64
Encoder : take three bytes to produce four base 64 digits
ENCODING_TABLE
- Static variable in class org.shlublu.javax.data.
Base64
The encoding table, according to the RFC.
equals(Object)
- Method in interface org.shlublu.javax.math.
Point
True if o is not null, from the Point class without beeing from one of its subclass, and have the same coordinates in the same order than this.
equals(Object)
- Method in class org.shlublu.javax.math.
Vector3D
True if o is not null, from the Vector3D class without beeing from a subclass, and have the same coordinates in the same order than this.
equals(Object)
- Method in class org.shlublu.javax.math.
Point3D
True if o is not null, from the Point3D class without beeing from a subclass, and have the same coordinates in the same order than this.
equals(Object)
- Method in interface org.shlublu.javax.math.
Vector
True if o is not null, from the Vector class without beeing from one of its subclass, and have the same coordinates in the same order than this.
equals(Object)
- Method in class org.shlublu.javax.math.
Point2D
True if o is not null, from the Point2D class without beeing from a subclass, and have the same coordinates in the same order than this.
equals(Object)
- Method in class org.shlublu.javax.math.
Vector2D
True if o is not null, from the Vector2D class without beeing from a subclass, and have the same coordinates in the same order than this.
equilibrate()
- Method in class org.shlublu.javax.math.
Vector3D
Equilibrate this vector
equilibrate()
- Method in interface org.shlublu.javax.math.
Vector
Equilibrate this vector : each coordinate should be divided by the sum of the coordinates.
equilibrate()
- Method in class org.shlublu.javax.math.
Vector2D
Equilibrate this vector
F
flush()
- Method in class org.shlublu.javax.awt.
TextComponentOutputStream
write the content to the component, flushing the internal buffer
flush()
- Method in class org.shlublu.javax.data.
Base64OutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
G
getBinaryLength(int, int)
- Static method in class org.shlublu.javax.data.
Base64
Return the length of the binary produced for the given base 64 code specs.
getBinaryLength(String)
- Static method in class org.shlublu.javax.data.
Base64
Return the length of the binary produced for the given base 64 code.
getCodeLength(byte[])
- Static method in class org.shlublu.javax.data.
Base64
Return the length of the code produced for the given binary.
getCodeLength(int)
- Static method in class org.shlublu.javax.data.
Base64
Return the length of the code produced for the given binary length.
getCrashReason()
- Method in class org.shlublu.javax.lang.
BasicThread
Get the caught Exception in case of crash, null otherwise
getDifference(Vector2D)
- Method in class org.shlublu.javax.math.
Vector2D
Get the difference vector
getDifference(Vector3D)
- Method in class org.shlublu.javax.math.
Vector3D
Get the difference vector
getDigitIndex(char)
- Static method in class org.shlublu.javax.data.
Base64
Get the given char's correponding index
getDistanceTo(Point2D)
- Method in class org.shlublu.javax.math.
Point2D
Get the distance between this and the given Point
getDistanceTo(Point3D)
- Method in class org.shlublu.javax.math.
Point3D
Get the distance between this and the given Point
getDivided(double)
- Method in class org.shlublu.javax.math.
Vector3D
Get the divided vector corresponding to this one
getDivided(double)
- Method in class org.shlublu.javax.math.
Vector2D
Get the divided vector corresponding to this one
getEquilibrated()
- Method in class org.shlublu.javax.math.
Vector3D
Return an equilibrated vector corresponding to this
getEquilibrated()
- Method in class org.shlublu.javax.math.
Vector2D
Return an equilibrated vector corresponding to this
getInputStream()
- Method in interface org.shlublu.javax.io.
IOStream
Return the input stream
getInputStream()
- Method in class org.shlublu.javax.io.
BasicIOStream
Return the InputStream
getInputStream()
- Method in class org.shlublu.javax.net.
SocketIOStream
Return the socket's input stream
getInstance(String, String)
- Static method in class org.shlublu.javax.log.
ApplicationLog
ApplicationLog factory.
getInstance(String, String, int)
- Static method in class org.shlublu.javax.log.
ApplicationLog
ApplicationLog factory.
getNormalized()
- Method in class org.shlublu.javax.math.
Vector3D
Return a normalized vector corresponding to this
getNormalized()
- Method in class org.shlublu.javax.math.
Vector2D
Return a normalized vector corresponding to this
getOccurences(String)
- Method in class org.shlublu.javax.lang.
StringSubstitutor
Return the occurences of strToken in the contained string.
getOccurences(String, int)
- Method in class org.shlublu.javax.lang.
StringSubstitutor
Return the occurences of strToken located after iStart in the contained string.
getOutputStream()
- Method in interface org.shlublu.javax.io.
IOStream
Return the output stream
getOutputStream()
- Method in class org.shlublu.javax.io.
BasicIOStream
Return the OutputStream
getOutputStream()
- Method in class org.shlublu.javax.net.
SocketIOStream
Return the socket's output stream
getPoint()
- Method in class org.shlublu.javax.math.
Vector3D
Get the Point corresponding to this Vector
getPoint()
- Method in class org.shlublu.javax.math.
Vector2D
Get the Point corresponding to this Vector
getProduct(double)
- Method in class org.shlublu.javax.math.
Vector3D
Get the multiplied vector corresponding to this one
getProduct(double)
- Method in class org.shlublu.javax.math.
Vector2D
Get the multiplied vector corresponding to this one
getProjected(Vector2D)
- Method in class org.shlublu.javax.math.
Vector2D
Get the projection on this of the given vector
getProjected(Vector3D)
- Method in class org.shlublu.javax.math.
Vector3D
Get the projection on this of the given vector
getSocket()
- Method in class org.shlublu.javax.net.
SocketIOStream
Return the socket itself
getSum(Vector2D)
- Method in class org.shlublu.javax.math.
Vector2D
Get the sum vector
getSum(Vector3D)
- Method in class org.shlublu.javax.math.
Vector3D
Get the sum vector
getTrace(Throwable)
- Static method in class org.shlublu.javax.log.
ApplicationLog
Print the given Throwable's stack trace in the returned String.
getTranslated(Vector2D)
- Method in class org.shlublu.javax.math.
Point2D
Get the point corresponding to this translated by the given vector
getTranslated(Vector3D)
- Method in class org.shlublu.javax.math.
Point3D
Get the point corresponding to this translated by the given vector
getVector()
- Method in class org.shlublu.javax.math.
Point3D
Get the Vector corresponding to the translation from the origin to this Point
getVector()
- Method in class org.shlublu.javax.math.
Point2D
Get the Vector corresponding to the translation from the origin to this Point
getVectorTo(Point2D)
- Method in class org.shlublu.javax.math.
Point2D
Get the vector between this and the given Point
getVectorTo(Point3D)
- Method in class org.shlublu.javax.math.
Point3D
Get the vector between this and the given Point
H
History
- interface org.shlublu.javax.util.
History
.
Creation : 28/12/2001 History browser
I
IOStream
- interface org.shlublu.javax.io.
IOStream
.
Creation : 28 aug 2001 Convenience interface to group the streams of an entity (client, or server)
IOStreamCrossedConnector
- class org.shlublu.javax.io.
IOStreamCrossedConnector
.
Creation : 28 sept 2001 This class id dedicated to cross-connect couple of streams, like a client and a server.
IOStreamCrossedConnector(IOStream, IOStream)
- Constructor for class org.shlublu.javax.io.
IOStreamCrossedConnector
CTor
IOStreamException
- exception org.shlublu.javax.io.
IOStreamException
.
Creation : 28 sept 2001
IOStreamException()
- Constructor for class org.shlublu.javax.io.
IOStreamException
IOStreamException(String)
- Constructor for class org.shlublu.javax.io.
IOStreamException
K
keyPressed(KeyEvent)
- Method in class org.shlublu.javax.awt.
TextComponentInputStream
Browse the history
keyReleased(KeyEvent)
- Method in class org.shlublu.javax.awt.
TextComponentInputStream
do nothing, just implement the interface
keyTyped(KeyEvent)
- Method in class org.shlublu.javax.awt.
TextComponentInputStream
Process key events.
L
LOG_CONSOLE
- Static variable in class org.shlublu.javax.log.
ApplicationLog
Log device : console
LOG_FILE
- Static variable in class org.shlublu.javax.log.
ApplicationLog
Log device : file
LOG_NONE
- Static variable in class org.shlublu.javax.log.
ApplicationLog
No device to log to
M
MAJ
- Variable in class org.shlublu.javax.util.
Version
Major version number
maj()
- Method in class org.shlublu.javax.util.
Version
Returns the major version number
mark(int)
- Method in class org.shlublu.javax.awt.
TextComponentInputStream
unused
mark(int)
- Method in class org.shlublu.javax.data.
Base64InputStream
Do nothing, since marks aren't supported
markSupported()
- Method in class org.shlublu.javax.awt.
TextComponentInputStream
always return false.
markSupported()
- Method in class org.shlublu.javax.data.
Base64InputStream
Always return false, since marks aren't supported
MIN
- Variable in class org.shlublu.javax.util.
Version
Minor version number
min()
- Method in class org.shlublu.javax.util.
Version
Returns the minor version number
multiply(double)
- Method in class org.shlublu.javax.math.
Vector3D
Multiply this vector
multiply(double)
- Method in interface org.shlublu.javax.math.
Vector
Multiply this vector
multiply(double)
- Method in class org.shlublu.javax.math.
Vector2D
Multiply this vector
N
NAME
- Variable in class org.shlublu.javax.util.
Version
Product name
name()
- Method in class org.shlublu.javax.util.
Version
Returns the product name
newEntry(String)
- Method in interface org.shlublu.javax.util.
History
Add an new entry
newEntry(String)
- Method in class org.shlublu.javax.util.
ConsoleHistory
Add an new entry
next()
- Method in interface org.shlublu.javax.util.
History
Get the next entry
next()
- Method in class org.shlublu.javax.util.
ConsoleHistory
Get the next entry
norm()
- Method in class org.shlublu.javax.math.
Vector3D
Get this vector's norm
norm()
- Method in interface org.shlublu.javax.math.
Vector
Get this vector's norm
norm()
- Method in class org.shlublu.javax.math.
Vector2D
Get this vector's norm
normalize()
- Method in class org.shlublu.javax.math.
Vector3D
Normalize this vector
normalize()
- Method in interface org.shlublu.javax.math.
Vector
Normalize this vector
Each v vector's coordinate should be divided by the v.norm()
normalize()
- Method in class org.shlublu.javax.math.
Vector2D
Normalize this vector
O
org.shlublu.javax.awt
- package org.shlublu.javax.awt
org.shlublu.javax.data
- package org.shlublu.javax.data
org.shlublu.javax.io
- package org.shlublu.javax.io
org.shlublu.javax.lang
- package org.shlublu.javax.lang
org.shlublu.javax.log
- package org.shlublu.javax.log
org.shlublu.javax.math
- package org.shlublu.javax.math
org.shlublu.javax.net
- package org.shlublu.javax.net
org.shlublu.javax.util
- package org.shlublu.javax.util
P
PAD
- Static variable in class org.shlublu.javax.data.
Base64
Metachar, known as PAD in the RFC
Point
- interface org.shlublu.javax.math.
Point
.
Creation : 2002/03/23 Interface dedicated to provide point operations
Point2D
- class org.shlublu.javax.math.
Point2D
.
Creation : 2002/03/23 Class dedicated to implement 2D point operations
Point2D()
- Constructor for class org.shlublu.javax.math.
Point2D
Empty constructor, init to (.0, .0)
Point2D(double, double)
- Constructor for class org.shlublu.javax.math.
Point2D
Constructor, init to the given arguments
Point2D(Point2D)
- Constructor for class org.shlublu.javax.math.
Point2D
Constructor, init to the given point
Point3D
- class org.shlublu.javax.math.
Point3D
.
Creation : 2002/03/23 Class dedicated to implement 3D point operations
Point3D()
- Constructor for class org.shlublu.javax.math.
Point3D
Empty constructor, init to (.0, .0, .0)
Point3D(double, double, double)
- Constructor for class org.shlublu.javax.math.
Point3D
Constructor, init to the given arguments
Point3D(Point3D)
- Constructor for class org.shlublu.javax.math.
Point3D
Constructor, init to the given point
prec()
- Method in interface org.shlublu.javax.util.
History
Get the precedent entry
prec()
- Method in class org.shlublu.javax.util.
ConsoleHistory
Get the precedent entry
projectOn(Vector2D)
- Method in class org.shlublu.javax.math.
Vector2D
Get the projection on the given vector of this
projectOn(Vector3D)
- Method in class org.shlublu.javax.math.
Vector3D
Get the projection on the given vector of this
R
read()
- Method in class org.shlublu.javax.awt.
TextComponentInputStream
read a char, according to the java.io.InputStream specifications
read()
- Method in class org.shlublu.javax.data.
Base64InputStream
Decode the next byte of data from this input stream.
read(byte[])
- Method in class org.shlublu.javax.awt.
TextComponentInputStream
read a in a byte array, according to the java.io.InputStream specification
read(byte[], int, int)
- Method in class org.shlublu.javax.awt.
TextComponentInputStream
read a in a byte array, according to the java.io.InputStream specification
read(byte[], int, int)
- Method in class org.shlublu.javax.data.
Base64InputStream
Decode up to iLength bytes of data into the given array.
replace(String, String)
- Method in class org.shlublu.javax.lang.
StringSubstitutor
Parse the contained string to replace strToken by strBy.
replace(String, String, int)
- Method in class org.shlublu.javax.lang.
StringSubstitutor
Parse the contained string starting from the given index, replacing strToken by strBy.
reset()
- Method in class org.shlublu.javax.awt.
TextComponentInputStream
always throws an IOException.
reset()
- Method in class org.shlublu.javax.data.
Base64InputStream
Always throw an exception, since marks aren't supported
restore(int)
- Method in class org.shlublu.javax.log.
ApplicationLog
Log modification : restore some disabled log devices
run()
- Method in class org.shlublu.javax.lang.
BasicThread
Run implementation :
try { doStartup(); while (bAlive) { doIteration(); yield(); } doCleanup(); } catch (Exception e) { eCauseOfDeath = e; doCrashCleanup(); }
S
scalarProduct(Vector2D)
- Method in class org.shlublu.javax.math.
Vector2D
Get the scalar (or dot) product with the given vector
scalarProduct(Vector3D)
- Method in class org.shlublu.javax.math.
Vector3D
Get the scalar (or dot) product with the given vector
setData(String)
- Method in class org.shlublu.javax.lang.
StringSubstitutor
Set the string to parse.
setInputStream(InputStream)
- Method in class org.shlublu.javax.io.
BasicIOStream
Set the InputStream to use
setOutputStream(OutputStream)
- Method in class org.shlublu.javax.io.
BasicIOStream
Set the OutputStream to use
setStreams(InputStream, OutputStream)
- Method in class org.shlublu.javax.io.
BasicIOStream
Called by ctor/reset methods to set the couple of streams
skip(long)
- Method in class org.shlublu.javax.awt.
TextComponentInputStream
skip the given number of available characters, according to the java.io.InputStream specification
skip(long)
- Method in class org.shlublu.javax.data.
Base64InputStream
Not applicable to this stream, always return 0
SocketIOStream
- class org.shlublu.javax.net.
SocketIOStream
.
Creation : 28 oct 2001 Convenience class which helps to manage a socket's couple of streams
SocketIOStream(InetAddress, int)
- Constructor for class org.shlublu.javax.net.
SocketIOStream
Convenience ctor : create the socket
SocketIOStream(Socket)
- Constructor for class org.shlublu.javax.net.
SocketIOStream
Ctor
SocketIOStream(String, int)
- Constructor for class org.shlublu.javax.net.
SocketIOStream
Convenience ctor : create the socket
SocketIOStreamException
- exception org.shlublu.javax.net.
SocketIOStreamException
.
Creation : 28 oct 2001
SocketIOStreamException()
- Constructor for class org.shlublu.javax.net.
SocketIOStreamException
SocketIOStreamException(String)
- Constructor for class org.shlublu.javax.net.
SocketIOStreamException
start(Version)
- Method in class org.shlublu.javax.log.
ApplicationLog
Initialize the log and writes the header.
stopJob()
- Method in class org.shlublu.javax.lang.
BasicThread
Stop this thread
StringSubstitutor
- class org.shlublu.javax.lang.
StringSubstitutor
.
String convenience tool for substitutions.
StringSubstitutor()
- Constructor for class org.shlublu.javax.lang.
StringSubstitutor
Empty constructor
StringSubstitutor(String)
- Constructor for class org.shlublu.javax.lang.
StringSubstitutor
Convenience constructor
substract(Vector2D)
- Method in class org.shlublu.javax.math.
Vector2D
Substract the given vector
substract(Vector3D)
- Method in class org.shlublu.javax.math.
Vector3D
Substract the given vector
T
TextComponentInputStream
- class org.shlublu.javax.awt.
TextComponentInputStream
.
Creation : 1 sept 2001 InputStream which read from standard awt TextComponent.
TextComponentInputStream(TextComponent)
- Constructor for class org.shlublu.javax.awt.
TextComponentInputStream
Constructor
TextComponentInputStream(TextComponent, int)
- Constructor for class org.shlublu.javax.awt.
TextComponentInputStream
Constructor.
TextComponentOutputStream
- class org.shlublu.javax.awt.
TextComponentOutputStream
.
Creation : 4 sept 2001 OutputStream which writes into standard awt TextComponent.
TextComponentOutputStream(TextComponent)
- Constructor for class org.shlublu.javax.awt.
TextComponentOutputStream
Constructor
TextComponentOutputStream(TextComponent, int, int)
- Constructor for class org.shlublu.javax.awt.
TextComponentOutputStream
Constructor
toString()
- Method in class org.shlublu.javax.lang.
StringSubstitutor
Return the parsed string.
toString()
- Method in class org.shlublu.javax.util.
Version
Returns name() + " " + "v" + maj() + "."
toString()
- Method in interface org.shlublu.javax.math.
Point
Get this point as a string
toString()
- Method in class org.shlublu.javax.math.
Vector3D
Get this vector as a string
toString()
- Method in class org.shlublu.javax.math.
Point3D
Get this point as a string
toString()
- Method in interface org.shlublu.javax.math.
Vector
Get this vector as a string
toString()
- Method in class org.shlublu.javax.math.
Point2D
Get this point as a string
toString()
- Method in class org.shlublu.javax.math.
Vector2D
Get this vector as a string
translate(Vector2D)
- Method in class org.shlublu.javax.math.
Point2D
Translate this point using the given vector
translate(Vector3D)
- Method in class org.shlublu.javax.math.
Point3D
Translate this point using the given vector
TruncatedBase64CodeException
- exception org.shlublu.javax.data.
TruncatedBase64CodeException
.
Thrown when attempting to decode a non-multiple of 4 chars base 64 code
TruncatedBase64CodeException()
- Constructor for class org.shlublu.javax.data.
TruncatedBase64CodeException
TruncatedBase64CodeException(String)
- Constructor for class org.shlublu.javax.data.
TruncatedBase64CodeException
U
UnexpectedPadException
- exception org.shlublu.javax.data.
UnexpectedPadException
.
Thrown when a unexpected padding char is found when decoding
UnexpectedPadException()
- Constructor for class org.shlublu.javax.data.
UnexpectedPadException
UnexpectedPadException(String)
- Constructor for class org.shlublu.javax.data.
UnexpectedPadException
UnknownBase64DigitException
- exception org.shlublu.javax.data.
UnknownBase64DigitException
.
Thrown when a unexpected digit is given the decoder
UnknownBase64DigitException()
- Constructor for class org.shlublu.javax.data.
UnknownBase64DigitException
UnknownBase64DigitException(String)
- Constructor for class org.shlublu.javax.data.
UnknownBase64DigitException
V
Vector
- interface org.shlublu.javax.math.
Vector
.
Creation : 2002/03/23 Interface dedicated to provide vector operations
Vector2D
- class org.shlublu.javax.math.
Vector2D
.
Creation : 2002/03/23 Class dedicated to implement 2D vector operations
Vector2D()
- Constructor for class org.shlublu.javax.math.
Vector2D
Empty constructor, init to (.0, .0)
Vector2D(double, double)
- Constructor for class org.shlublu.javax.math.
Vector2D
Constructor, init to the given arguments
Vector2D(Vector2D)
- Constructor for class org.shlublu.javax.math.
Vector2D
Constructor, init to the given vector
Vector3D
- class org.shlublu.javax.math.
Vector3D
.
Creation : 2002/03/21 Class dedicated to implement 3D vector operations
Vector3D()
- Constructor for class org.shlublu.javax.math.
Vector3D
Empty constructor, init to (.0, .0, .0)
Vector3D(double, double, double)
- Constructor for class org.shlublu.javax.math.
Vector3D
Constructor, init to the given arguments
Vector3D(Vector3D)
- Constructor for class org.shlublu.javax.math.
Vector3D
Constructor, init to the given vector
Version
- class org.shlublu.javax.util.
Version
.
Creation : 12 oct 2001 This class handles x.x version number and names
Version()
- Constructor for class org.shlublu.javax.util.
Version
W
write(byte[])
- Method in class org.shlublu.javax.awt.
TextComponentOutputStream
write from a byte array, according to the java.io.InputStream specification
write(byte[], int, int)
- Method in class org.shlublu.javax.awt.
TextComponentOutputStream
write from a byte array, according to the java.io.InputStream specification
write(byte[], int, int)
- Method in class org.shlublu.javax.data.
Base64OutputStream
Encode iLength bytes from the specified byte array starting at offset iStartIndex to this output stream.
write(int)
- Method in class org.shlublu.javax.awt.
TextComponentOutputStream
write a char, according to the java.io.OutputStream specifications
write(int)
- Method in class org.shlublu.javax.data.
Base64OutputStream
Encode the specified byte to this output stream
X
x
- Variable in class org.shlublu.javax.math.
Vector3D
x coordinate
x
- Variable in class org.shlublu.javax.math.
Point3D
x coordinate
x
- Variable in class org.shlublu.javax.math.
Point2D
x coordinate
x
- Variable in class org.shlublu.javax.math.
Vector2D
x coordinate
Y
y
- Variable in class org.shlublu.javax.math.
Vector3D
y coordinate
y
- Variable in class org.shlublu.javax.math.
Point3D
y coordinate
y
- Variable in class org.shlublu.javax.math.
Point2D
y coordinate
y
- Variable in class org.shlublu.javax.math.
Vector2D
y coordinate
Z
z
- Variable in class org.shlublu.javax.math.
Vector3D
z coordinate
z
- Variable in class org.shlublu.javax.math.
Point3D
z coordinate
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES