A B C D E F G H I K L M N O P R S T U W

A

accept(Object) - Method in interface org.kalmeo.util.Filter
Returns An integer greater than 0 if the obj is acceptable in this Filter.
acos(int) - Static method in class org.kalmeo.util.MathFP
Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.
add(LinkedListItem) - Method in class org.kalmeo.util.LinkedList
Add a LinkedListItem to this LinkedList
add(LinkedListItem, LinkedListItem, boolean) - Method in class org.kalmeo.util.LinkedList
Add a LinkedListItem to this LinkedList by placing it after or before the referenceItem according to the after parameter.
ALL_FORMAT - Static variable in class org.kalmeo.util.NumberUtil
 
asin(int) - Static method in class org.kalmeo.util.MathFP
Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.
atan(int) - Static method in class org.kalmeo.util.MathFP
Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2.
atan2(int, int) - Static method in class org.kalmeo.util.MathFP
Returns the angle theta from the conversion of rectangular coordinates (fpXfpY) to polar coordinates (r, theta).

B

BooleanUtil - Class in org.kalmeo.util
 
BooleanUtil() - Constructor for class org.kalmeo.util.BooleanUtil
 

C

ceil(int) - Static method in class org.kalmeo.util.MathFP
Returns the smallest (closest to negative infinity) fixed-point value that is greater than or equal to the argument and is equal to a mathematical integer.
characters(String, boolean) - Method in interface org.kalmeo.util.xml.LightXmlParserHandler
Receive notification of character data inside an element.
compareTo(LinkedListItem, int) - Method in interface org.kalmeo.util.LinkedListItem
Compares this LinkedListItem with the specified item for order.
convert(int, int) - Static method in class org.kalmeo.util.MathFP
Converts a fixed-point value to the current set precision.
cos(int) - Static method in class org.kalmeo.util.MathFP
Returns the trigonometric cosine of an angle.
countTokens() - Method in class org.kalmeo.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.

D

decode64(String) - Static method in class org.kalmeo.util.Encoder
Decode 64 a a String to a byte array.
DEFAULT_DELIM - Static variable in class org.kalmeo.util.StringTokenizer
 
DEFAULT_PRECISION - Static variable in class org.kalmeo.util.MathFP
 
div(int, int) - Static method in class org.kalmeo.util.MathFP
Divides two fixed-point values.

E

E - Static variable in class org.kalmeo.util.MathFP
 
encode64(byte[]) - Static method in class org.kalmeo.util.Encoder
Encode 64 a byte array.
Encoder - Class in org.kalmeo.util
 
Encoder() - Constructor for class org.kalmeo.util.Encoder
 
endDocument() - Method in interface org.kalmeo.util.xml.LightXmlParserHandler
Receive notification of the end of the document.
endElement(String) - Method in interface org.kalmeo.util.xml.LightXmlParserHandler
Receive notification of the end of an element.
enumerate(Filter) - Method in class org.kalmeo.util.LinkedList
Return the LinkedList.LinkedListEnumeration
exp(int) - Static method in class org.kalmeo.util.MathFP
Returns Euler's number e raised to the power of a fixed-point value.
extractRawParams(String, String) - Static method in class org.kalmeo.util.StringUtil
Extract parameters from a prefix(params) syntaxed string.

F

FALSE - Static variable in class org.kalmeo.util.BooleanUtil
 
Filter - Interface in org.kalmeo.util
 
find(Filter) - Method in class org.kalmeo.util.LinkedList
Returns the best occurence of the corresponding LinkedListItem witch is acceptable by the filter
findAll(Filter) - Method in class org.kalmeo.util.LinkedList
Returns a Vector that contains the list of LinkedListItem witch iare acceptable by the filter
floor(int) - Static method in class org.kalmeo.util.MathFP
Returns the largest (closest to positive infinity) fixed-point value value that is less than or equal to the argument and is equal to a mathematical integer.
format(String, Object[]) - Static method in class org.kalmeo.util.StringUtil
Format a string like "Where is {0}, in the {1}" withe the corresponding args values.
formatByte(int, int) - Static method in class org.kalmeo.util.NumberUtil
Format a bytes's count in string
formatFP(int, int, int) - Static method in class org.kalmeo.util.NumberUtil
Format a fpValue with specified integer and decimal digits number
formatInt(int, int) - Static method in class org.kalmeo.util.NumberUtil
Format an integer value with specifie integer digits number
frac(int) - Static method in class org.kalmeo.util.MathFP
Returns the fractional part of a fixed-point value.
fracAsInt(int) - Static method in class org.kalmeo.util.MathFP
Converts a fixed-point integer to an int with only the decimal value.
Frame - Interface in org.kalmeo.util.frame
 
FrameHandler - Class in org.kalmeo.util.frame
The FrameHandler id the base of the 'Frame' mecanism.
FrameHandler() - Constructor for class org.kalmeo.util.frame.FrameHandler
 

G

getFirst() - Method in class org.kalmeo.util.LinkedList
 
getFrameDuration() - Method in class org.kalmeo.util.worker.Worker
 
getImage(String) - Method in class org.kalmeo.util.resource.ImageManager
Retrieve an Image instance from the specified path.
getLast() - Method in class org.kalmeo.util.LinkedList
 
getLength() - Method in class org.kalmeo.util.LinkedList
 
getLength() - Method in class org.kalmeo.util.LinkedList.LinkedListEnumeration
 
getList() - Method in class org.kalmeo.util.LinkedList.LinkedListEnumeration
 
getNext() - Method in interface org.kalmeo.util.LinkedListItem
 
getPrecision() - Static method in class org.kalmeo.util.MathFP
 
getPrevious() - Method in interface org.kalmeo.util.LinkedListItem
 
getTopFrame() - Method in class org.kalmeo.util.frame.FrameHandler
Returns th Frame on top of the frames stack, or null if the FrameHandler is empty.
GZIP - Class in org.kalmeo.util
Clase que permite leer ficheros GZIP.
GZIP() - Constructor for class org.kalmeo.util.GZIP
 

H

HALF - Static variable in class org.kalmeo.util.MathFP
 
hasMoreElements() - Method in class org.kalmeo.util.StringTokenizer
Returns the same value as the hasMoreTokens method.
hasMoreTokens() - Method in class org.kalmeo.util.StringTokenizer
Tests if there are more tokens available from this tokenizer's string.
hasNextItems() - Method in class org.kalmeo.util.LinkedList.LinkedListEnumeration
Returns true if more items exist in the next direction.
hasPreviousItems() - Method in class org.kalmeo.util.LinkedList.LinkedListEnumeration
Returns true if more items exist in the previous direction.

I

ImageManager - Class in org.kalmeo.util.resource
 
ImageManager() - Constructor for class org.kalmeo.util.resource.ImageManager
 
INFINITY - Static variable in class org.kalmeo.util.MathFP
largest possible number
inflate(byte[]) - Static method in class org.kalmeo.util.GZIP
Descomprime un fichero GZIP.
inflate(byte[], int, int) - Static method in class org.kalmeo.util.GZIP
Descomprime un fichero GZIP.
instance - Static variable in class org.kalmeo.util.resource.ImageManager
 
instance - Static variable in class org.kalmeo.util.worker.Worker
 
isCurrentThread() - Method in class org.kalmeo.util.worker.Worker
 
isEmpty() - Method in class org.kalmeo.util.LinkedList
 
isRunning() - Method in class org.kalmeo.util.worker.Worker
 

K

KILO_BYTE - Static variable in class org.kalmeo.util.NumberUtil
 
KILO_FORMAT - Static variable in class org.kalmeo.util.NumberUtil
 

L

LightXmlParser - Class in org.kalmeo.util.xml
 
LightXmlParser() - Constructor for class org.kalmeo.util.xml.LightXmlParser
 
LightXmlParserHandler - Interface in org.kalmeo.util.xml
 
LinkedList - Class in org.kalmeo.util
This class represent a linked list.
LinkedList() - Constructor for class org.kalmeo.util.LinkedList
 
LinkedList.LinkedListEnumeration - Class in org.kalmeo.util
This class represent a LinkedList enumeration.
LinkedListItem - Interface in org.kalmeo.util
 
log(int) - Static method in class org.kalmeo.util.MathFP
Returns the natural logarithm (base e) of a fixed-point value.
log(int, int) - Static method in class org.kalmeo.util.MathFP
Returns the logarithm (base base) of a fixed-point value.

M

MathFP - Class in org.kalmeo.util
J2ME Fixed-Point Math Library Provided under the artistic license: http://www.opensource.org/licenses/artistic-license.html Basically it means you can use this library for free, even for commercial purposes.
MathFP() - Constructor for class org.kalmeo.util.MathFP
 
MEGA_BYTE - Static variable in class org.kalmeo.util.NumberUtil
 
MEGA_FORMAT - Static variable in class org.kalmeo.util.NumberUtil
 
mul(int, int) - Static method in class org.kalmeo.util.MathFP
Multiplies two fixed-point values.

N

nextElement() - Method in class org.kalmeo.util.StringTokenizer
Returns the same value as the nextToken method, except that its declared return value is Object rather than String.
nextItem() - Method in class org.kalmeo.util.LinkedList.LinkedListEnumeration
Returns the next item in this enumeration, where next is defined by the filter of this enumerator.
nextToken() - Method in class org.kalmeo.util.StringTokenizer
Returns the next token from this string tokenizer.
nextToken(String) - Method in class org.kalmeo.util.StringTokenizer
Returns the next token in this string tokenizer's string.
NOT_FALSE - Static variable in class org.kalmeo.util.BooleanUtil
 
NumberUtil - Class in org.kalmeo.util
 
NumberUtil() - Constructor for class org.kalmeo.util.NumberUtil
 

O

onAdded() - Method in interface org.kalmeo.util.frame.Frame
Called when the frame is added to the stack (FrameHandler).
ONE - Static variable in class org.kalmeo.util.MathFP
 
onMessage(Object, Object[]) - Method in interface org.kalmeo.util.frame.Frame
Since 1.0.1, the old onMessage(String name, Object[] arguments) signature is deprecated.
onRemoved() - Method in interface org.kalmeo.util.frame.Frame
Called when the frame is removed from the stack (FrameHandler).
onWorkerError(WorkerTask, Error) - Method in interface org.kalmeo.util.worker.WorkerErrorListener
The catched error in Worker loop
onWorkerException(WorkerTask, Exception) - Method in interface org.kalmeo.util.worker.WorkerErrorListener
The catched exception in Worker loop
org.kalmeo.util - package org.kalmeo.util
 
org.kalmeo.util.frame - package org.kalmeo.util.frame
 
org.kalmeo.util.resource - package org.kalmeo.util.resource
 
org.kalmeo.util.worker - package org.kalmeo.util.worker
 
org.kalmeo.util.xml - package org.kalmeo.util.xml
 

P

parse(InputStream, String, LightXmlParserHandler) - Static method in class org.kalmeo.util.xml.LightXmlParser
Parse an XML input stream
parseBoolean(String) - Static method in class org.kalmeo.util.BooleanUtil
Parses the string argument as a boolean.
PI - Static variable in class org.kalmeo.util.MathFP
 
PI_HALF - Static variable in class org.kalmeo.util.MathFP
 
PI_TWO - Static variable in class org.kalmeo.util.MathFP
 
pow(int, int) - Static method in class org.kalmeo.util.MathFP
Returns the value of the first argument raised to the power of the second argument
previousItem() - Method in class org.kalmeo.util.LinkedList.LinkedListEnumeration
Returns the previous item in this enumeration, where previous is defined by the filter of this enumerator.
processMessage(Object, Object[]) - Method in class org.kalmeo.util.frame.FrameHandler
Process a message into the frame stack.
pushFrame(Frame) - Method in class org.kalmeo.util.frame.FrameHandler
Push a frame on top of the frames stack
pushTask(WorkerTask) - Method in class org.kalmeo.util.worker.Worker
Push a task to th worker task list.

R

releaseAll() - Method in class org.kalmeo.util.resource.ImageManager
Release all cached image instances.
releaseImage(String) - Method in class org.kalmeo.util.resource.ImageManager
Release an image instance from cache.
remove(LinkedListItem) - Method in class org.kalmeo.util.LinkedList
Remove a LinkedListItem from this LinkedList
removeAll() - Method in class org.kalmeo.util.LinkedList
Remove all items
removeAllFrameOnTopOf(Frame) - Method in class org.kalmeo.util.frame.FrameHandler
Remove all frames on top of the given frame.
removeAllFrames() - Method in class org.kalmeo.util.frame.FrameHandler
Remove all frames.
removeAllTasks() - Method in class org.kalmeo.util.worker.Worker
Remove all instances of WorkerTask from task list.
removeFrame(Frame) - Method in class org.kalmeo.util.frame.FrameHandler
Remove a frame ont top of the frames stack
removeTask(WorkerTask) - Method in class org.kalmeo.util.worker.Worker
Remove the first instance of a WorkerTask instance from task list
reset(Filter) - Method in class org.kalmeo.util.LinkedList.LinkedListEnumeration
Reset the enumaration with a new Filter.
reset() - Method in class org.kalmeo.util.LinkedList.LinkedListEnumeration
Returns the enumeration index to the same state as right after the enumeration was created.
round(int) - Static method in class org.kalmeo.util.MathFP
Returns the closest integer to the argument.
run() - Method in class org.kalmeo.util.worker.Worker
 
run() - Method in interface org.kalmeo.util.worker.WorkerTask
Call by the Worker when the WorkerTask need to be execute.

S

setFrameDuration(int) - Method in class org.kalmeo.util.worker.Worker
 
setNext(LinkedListItem) - Method in interface org.kalmeo.util.LinkedListItem
 
setPrecision(int) - Static method in class org.kalmeo.util.MathFP
Sets the precision for all fixed-point operations.
setPrevious(LinkedListItem) - Method in interface org.kalmeo.util.LinkedListItem
 
setWorkerErrorListener(WorkerErrorListener) - Method in class org.kalmeo.util.worker.Worker
 
sin(int) - Static method in class org.kalmeo.util.MathFP
Returns the trigonometric sine of an angle.
sort(int) - Method in class org.kalmeo.util.LinkedList
Sort a list e.g. : Person class implement LinkedListItem, a Person have name and firstname value Set NAME = 0 and FIRSTNAME = 1 flags as public static final int variable and then, when sort is called with NAME flag, the list is sorted by name
sqrt(int) - Static method in class org.kalmeo.util.MathFP
Returns the correctly rounded positive square root of a fixed-point value.
start() - Method in class org.kalmeo.util.worker.Worker
Start the worker
startDocument() - Method in interface org.kalmeo.util.xml.LightXmlParserHandler
Receive notification of the beginning of the document.
startElement(String, Hashtable) - Method in interface org.kalmeo.util.xml.LightXmlParserHandler
Receive notification of the start of an element.
stop() - Method in class org.kalmeo.util.worker.Worker
Stop the worker
StringTokenizer - Class in org.kalmeo.util
This is a copy of the StringTokenizer in JDK 1.4.2.
StringTokenizer(String) - Constructor for class org.kalmeo.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String) - Constructor for class org.kalmeo.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String, boolean) - Constructor for class org.kalmeo.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringUtil - Class in org.kalmeo.util
 
StringUtil() - Constructor for class org.kalmeo.util.StringUtil
 

T

tan(int) - Static method in class org.kalmeo.util.MathFP
Returns the trigonometric tangent of an angle.
toArray() - Method in class org.kalmeo.util.LinkedList
Returns an Object array containing all references of the elements in this LinkedList.
toBytes(short) - Static method in class org.kalmeo.util.NumberUtil
Convert a short to a byte array
toBytes(int) - Static method in class org.kalmeo.util.NumberUtil
Convert an int to a byte array
toBytes(long) - Static method in class org.kalmeo.util.NumberUtil
Convert a long to a byte array
toBytes(short, byte[], int) - Static method in class org.kalmeo.util.NumberUtil
Convert a short to a byte array and set it into buffer at specified offset
toBytes(int, byte[], int) - Static method in class org.kalmeo.util.NumberUtil
Convert an int to a byte array and set it into buffer at specified offset
toBytes(long, byte[], int) - Static method in class org.kalmeo.util.NumberUtil
Convert a long to a byte array and set it into buffer at specified offset
toDegrees(int) - Static method in class org.kalmeo.util.MathFP
Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
toFP(int) - Static method in class org.kalmeo.util.MathFP
Converts an int to a fixed-point int.
toFP(String) - Static method in class org.kalmeo.util.MathFP
Converts a string to a fixed-point value.
toInt(int) - Static method in class org.kalmeo.util.MathFP
Converts a fixed-point value to an int.
toInt(byte[], int) - Static method in class org.kalmeo.util.NumberUtil
Convert a byte array to an int value
toLong(byte[], int) - Static method in class org.kalmeo.util.NumberUtil
Convert a byte array to a long value
toRadians(int) - Static method in class org.kalmeo.util.MathFP
Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
toShort(byte[], int) - Static method in class org.kalmeo.util.NumberUtil
Convert a byte array to a short value
toString(boolean) - Static method in class org.kalmeo.util.BooleanUtil
Returns a String object representing this Boolean's value.
toString() - Method in class org.kalmeo.util.frame.FrameHandler
 
toString(int) - Static method in class org.kalmeo.util.MathFP
Converts a fixed-point value to a string.
TRUE - Static variable in class org.kalmeo.util.BooleanUtil
 
trunc(int) - Static method in class org.kalmeo.util.MathFP
Removes the fractional part of a fixed-point value.
TWO - Static variable in class org.kalmeo.util.MathFP
 

U

urlEncode(String) - Static method in class org.kalmeo.util.Encoder
 

W

Worker - Class in org.kalmeo.util.worker
 
Worker() - Constructor for class org.kalmeo.util.worker.Worker
 
WorkerErrorListener - Interface in org.kalmeo.util.worker
 
WorkerTask - Interface in org.kalmeo.util.worker
 

A B C D E F G H I K L M N O P R S T U W

Copyright © 2007-2008 Kalmeo. All Rights Reserved.