- random(Class<E>) - Static method in class jhelp.util.math.random.JHelpRandom
-
Choose a value of an enum
- random(int) - Static method in class jhelp.util.math.random.JHelpRandom
-
Give a random value between 0 (include) and given limit (exclude)
- random(int, int) - Static method in class jhelp.util.math.random.JHelpRandom
-
Give random number inside an interval, each limit are includes
- random(T[]) - Static method in class jhelp.util.math.random.JHelpRandom
-
Return an element of an array.
- Rational - Class in jhelp.util.math.rational
-
Represents a rational number
- Rational(int, int) - Constructor for class jhelp.util.math.rational.Rational
-
Create a new instance of Rational
- RationalTest - Class in jhelp.util.math.rational
-
- RationalTest() - Constructor for class jhelp.util.math.rational.RationalTest
-
- read() - Method in class jhelp.util.io.base64.Base64InputStream
-
Read one byte
Parent documentation:
- read() - Method in class jhelp.util.io.ByteArray.InternalInputStream
-
Read newt byte
Parent documentation:
- read(byte[]) - Method in class jhelp.util.io.ByteArray.InternalInputStream
-
Read some bytes and fill an array.
- read(byte[], int, int) - Method in class jhelp.util.io.ByteArray.InternalInputStream
-
Read some bytes and fill an array.
- read() - Method in class jhelp.util.io.ByteArray
-
Read one byte
- read(byte[]) - Method in class jhelp.util.io.ByteArray
-
Read some bytes and fill an array.
- read(byte[], int, int) - Method in class jhelp.util.io.ByteArray
-
Read some bytes and fill a part of array
- read() - Method in class jhelp.util.io.IndexedInputStream
-
Read one byte on the stream
Parent documentation:
- read(byte[]) - Method in class jhelp.util.io.IndexedInputStream
-
Read some bytes on trying to fill the given array
Parent documentation:
- read(byte[], int, int) - Method in class jhelp.util.io.IndexedInputStream
-
Read some byte and write them inside a given array
Parent documentation:
- read() - Method in class jhelp.util.io.InputStreamCopy
-
Read one byte (Byte is also write in the output stream)
- read(byte[]) - Method in class jhelp.util.io.InputStreamCopy
-
Read bytes and copy them in an array.
- read(byte[], int, int) - Method in class jhelp.util.io.InputStreamCopy
-
Read bytes and copy them in an array.
- read - Variable in class jhelp.util.io.IntegerArrayInputStream
-
Read index in temporary bytes
- read() - Method in class jhelp.util.io.IntegerArrayInputStream
-
Read one byte
- read() - Method in class jhelp.util.io.StringInputStream
-
Read one byte
Parent documentation:
- read(byte[]) - Method in class jhelp.util.io.StringInputStream
-
Read some bytes and fill an array.
- read(byte[], int, int) - Method in class jhelp.util.io.StringInputStream
-
Read some bytes and fill a part of array
Parent documentation:
- readBigInteger(InputStream) - Static method in class jhelp.util.io.UtilIO
-
Read a BigInteger
from a stream.
- readBinarizable(Class<B>) - Method in class jhelp.util.io.ByteArray
-
- readBinarizable(Class<B>, InputStream) - Static method in class jhelp.util.io.UtilIO
-
- readBinarizableArray(Class<B>) - Method in class jhelp.util.io.ByteArray
-
- readBinarizableNamed(InputStream) - Static method in class jhelp.util.io.UtilIO
-
- readBoolean() - Method in class jhelp.util.io.ByteArray
-
Read a boolean.
- readBooleanArray() - Method in class jhelp.util.io.ByteArray
-
Read a boolean array from the byte array.
- readByte() - Method in class jhelp.util.io.ByteArray
-
Read a byte.
- readByteArray() - Method in class jhelp.util.io.ByteArray
-
Read a byte array.
- readByteArray(InputStream) - Static method in class jhelp.util.io.UtilIO
-
Read a byte array from stream
- readChar() - Method in class jhelp.util.io.ByteArray
-
Read a char.
- readCharArray() - Method in class jhelp.util.io.ByteArray
-
- readDouble() - Method in class jhelp.util.io.ByteArray
-
Read a double.
- readDouble(InputStream) - Static method in class jhelp.util.io.UtilIO
-
Read double from stream
- readDoubleArray() - Method in class jhelp.util.io.ByteArray
-
Read a double array from the byte array.
- readEnum(Class<E>) - Method in class jhelp.util.io.ByteArray
-
read an eum from the byte array.
- readEnumArray(Class<E>) - Method in class jhelp.util.io.ByteArray
-
Read an enum array from the byte array.
- readFileHeader(File) - Static method in class jhelp.util.io.UtilIO
-
Read a file header (First bytes of a file)
- readFloat() - Method in class jhelp.util.io.ByteArray
-
Read a float.
- readFloatArray() - Method in class jhelp.util.io.ByteArray
-
Read a float array from the byte array.
- readFromStart() - Method in class jhelp.util.io.ByteArray
-
Restart the reading from start
- readInteger() - Method in class jhelp.util.io.ByteArray
-
Read an integer.
- readInteger(InputStream) - Static method in class jhelp.util.io.UtilIO
-
Read an integer from stream
- readIntegerArray() - Method in class jhelp.util.io.ByteArray
-
Read an integer array from the byte array.
- readLong() - Method in class jhelp.util.io.ByteArray
-
Read a long.
- readLong(InputStream) - Static method in class jhelp.util.io.UtilIO
-
Read long from stream
- readLongArray() - Method in class jhelp.util.io.ByteArray
-
Read a long array from byte array.
- readShort() - Method in class jhelp.util.io.ByteArray
-
Read a short.
- readShortArray() - Method in class jhelp.util.io.ByteArray
-
read short array from data.
- readStream(InputStream, byte[]) - Static method in class jhelp.util.io.UtilIO
-
Read stream and fill an array.
- readStream(InputStream, byte[], int) - Static method in class jhelp.util.io.UtilIO
-
Read stream and fill an array.
- readStream(InputStream, byte[], int, int) - Static method in class jhelp.util.io.UtilIO
-
Read stream and fill an array.
- readString() - Method in class jhelp.util.io.ByteArray
-
Read a String.
- readString(InputStream) - Static method in class jhelp.util.io.UtilIO
-
Read stream from stream
- readStringArray() - Method in class jhelp.util.io.ByteArray
-
read string array from the byte array.
- readUTF8(byte[], int, int) - Static method in class jhelp.util.text.UtilText
-
Read a UTF-8 string from a part of byte array
- real - Variable in class jhelp.util.math.complex.Complex
-
Complex real part : a in a + i b
- real - Variable in class jhelp.util.math.formal.Constant
-
Real value
- realExit(int) - Static method in class jhelp.util.MemorySweeper
-
Exit for real
- realString() - Method in class jhelp.util.math.formal.Constant
-
Real string representation
- realString() - Method in class jhelp.util.math.formal.Function
-
Real string representation
- receiveMessage(Message) - Method in class jhelp.util.post.User
-
Call when user receive a message.
- red - Variable in class jhelp.util.gui.Color
-
Color red
- redDownLeft - Variable in class jhelp.util.gui.JHelpGradient
-
Red value of down left corner
- redDownRight - Variable in class jhelp.util.gui.JHelpGradient
-
Red value of down right corner
- redUpLeft - Variable in class jhelp.util.gui.JHelpGradient
-
Red value of up left corner
- redUpRight - Variable in class jhelp.util.gui.JHelpGradient
-
Red value of up right corner
- REENTRANT_LOCK - Static variable in class jhelp.util.debug.Debug
-
For synchronize the printing (To be thread safe)
- REENTRANT_LOCK - Static variable in class jhelp.util.MemorySweeper
-
For synchronized the launch status
- reentrantLock - Variable in class jhelp.util.gui.JHelpImage
-
For synchronize
- reentrantLock - Variable in class jhelp.util.thread.ThreadElement
-
For synchronize
- referenceClass - Variable in class jhelp.util.resources.Resources
-
Reference class
- references - Static variable in class jhelp.util.math.formal.Function
-
Actual constant reference
- Reflector - Class in jhelp.util.reflection
-
Reflection utilities
Last modification : 6 mars 2009
Version 0.0.0
- Reflector() - Constructor for class jhelp.util.reflection.Reflector
-
- refresh() - Method in class jhelp.util.gui.JHelpImage
-
Refresh the image
- refresh() - Method in class jhelp.util.samples.common.gui.SampleLabelJHelpImage
-
Refresh the label
- refreshImage() - Method in class jhelp.util.gui.JHelpAnimatedImage
-
Refresh the image
- register(Component) - Method in class jhelp.util.gui.JHelpImage
-
Register a component to update on image change
- register(ResourceTextListener) - Method in class jhelp.util.resources.ResourceText
-
Register a listener to be alert when language change
- register(ThreadedTask<PARAMETER, RESULT, PROGRESS>, PARAMETER, String) - Method in class jhelp.util.thread.WaitingManager
-
Register a task to be play on specific event
- registerUser(User) - Method in class jhelp.util.post.PostOffice
-
Register a user
- relativePathFormClass - Variable in class jhelp.util.resources.Resources
-
Path relative to Resources class
- remove(String) - Method in class jhelp.util.cache.Cache
-
Remove an element from cache
- remove(int) - Method in class jhelp.util.list.ArrayInt
-
remove an integer
- remove() - Method in class jhelp.util.list.EnumerationIterator
-
Does nothing
- remove() - Method in class jhelp.util.list.EnumerationListIterator
-
Does nothing
- remove(int) - Method in class jhelp.util.list.ListFromArray
-
Not permitted operation.
- remove(Object) - Method in class jhelp.util.list.ListFromArray
-
Not permitted operation.
- remove(TYPE) - Method in class jhelp.util.list.Queue
-
Remove a specific element of the queue
- remove() - Method in class jhelp.util.list.Ring
-
Remove current element of the ring
- remove(int) - Method in class jhelp.util.list.SortedArray
-
Remove an element
- remove(TYPE) - Method in class jhelp.util.list.SortedArray
-
Remove an element.
- removeAll(Collection<?>) - Method in class jhelp.util.list.ListFromArray
-
Not permitted operation.
- removeBranch(int) - Method in class jhelp.util.list.Tree
-
Remove a branch
- removeExtention(String) - Method in class jhelp.util.filter.FileFilter
-
Remove an extention
- removeFromGroup(User, String) - Method in class jhelp.util.post.PostOffice
-
Remove a user from a group
- removeImage() - Method in class jhelp.util.samples.common.gui.SampleLabelJHelpImage
-
Remove current image
- removeImageWithoutChangeSize() - Method in class jhelp.util.samples.common.gui.SampleLabelJHelpImage
-
Remove current image, but keep label current size
- removeSprite(JHelpSprite) - Method in class jhelp.util.gui.JHelpImage
-
Remove a sprite from linked sprites.
- removeWhiteCharacters(String) - Static method in class jhelp.util.text.UtilText
-
Remove all white characters of a string
- rename(File, File) - Static method in class jhelp.util.io.UtilIO
-
Rename a file
- repeat(char, int) - Static method in class jhelp.util.text.UtilText
-
Create a String full of same character
- repeat(String, int) - Static method in class jhelp.util.text.UtilText
-
Create string that repeat always the same string
- repeatThread(ThreadedTask<PARAMETER, RESULT, PROGRESS>, PARAMETER, long, long) - Method in class jhelp.util.thread.ThreadManager
-
Repeat a task
- repeatTime - Variable in class jhelp.util.thread.ThreadElement
-
Repeat time
- replace(Variable, Function) - Method in class jhelp.util.math.formal.Addition
-
Replace variable list by function
- replace(Variable, Function) - Method in class jhelp.util.math.formal.Constant
-
Replace variable list by function
- replace(Variable, Function) - Method in class jhelp.util.math.formal.Cosinus
-
Replace variable list by function
- replace(Variable, Function) - Method in class jhelp.util.math.formal.Division
-
Replace variable list by function
- replace(Variable, Function) - Method in class jhelp.util.math.formal.Exponential
-
Replace variable list by function
- replace(String, double) - Method in class jhelp.util.math.formal.Function
-
Replace variable by constant
- replace(String, Function) - Method in class jhelp.util.math.formal.Function
-
Replace variable by function
- replace(Variable, double) - Method in class jhelp.util.math.formal.Function
-
Replace variable by constant
- replace(Variable, Function) - Method in class jhelp.util.math.formal.Function
-
Replace variable by function
- replace(Variable, Function) - Method in class jhelp.util.math.formal.Logarithm
-
Replace variable by function
- replace(Variable, Function) - Method in class jhelp.util.math.formal.MinusUnary
-
Replace variable by function
- replace(Variable, Function) - Method in class jhelp.util.math.formal.Multiplication
-
Replace variable by function
- replace(Variable, Function) - Method in class jhelp.util.math.formal.Sinus
-
Replace variable by function
- replace(Variable, Function) - Method in class jhelp.util.math.formal.Subtraction
-
Replace variable by function
- replace(Variable, Function) - Method in class jhelp.util.math.formal.Tangent
-
Replace variable list by function
- replace(Variable, Function) - Method in class jhelp.util.math.formal.Variable
-
Replace variable by function
- replaceColor(int, int, int) - Method in class jhelp.util.gui.JHelpImage
-
Replace all pixels near a color by an other color
MUST be in draw mode
- replaceHole(String, String...) - Static method in class jhelp.util.text.UtilText
-
Replace "hole" by a value.
- replaceSeveral(String, int...) - Static method in class jhelp.util.text.UtilText
-
Replace holes like {0} or {2_s} or {1_###eet} or ...
- reportIllegalState(int, int) - Method in class jhelp.util.stateMachine.StateMachine
-
Called each time a state to an other one is not allowed.
- reset() - Method in class jhelp.util.io.base64.Base64InputStream
-
Reset to previous mark
Parent documentation:
- reset() - Method in class jhelp.util.io.ByteArray.InternalInputStream
-
Reset the mark
Parent documentation:
- reset() - Method in class jhelp.util.io.ByteArray
-
Return to last marked position and clear the mark
- reset() - Method in class jhelp.util.io.InputStreamCopy
-
Mark aren't manage, so do nothing
- reset() - Method in class jhelp.util.io.StringInputStream
-
Reset the stream
Parent documentation:
- resource - Variable in class jhelp.util.gui.JHelpRichText.CacheImageElement
-
Image resource name
- resource - Variable in class jhelp.util.gui.JHelpRichText.Symbol
-
Image resource name
- resources - Variable in class jhelp.util.gui.JHelpRichText.CacheImageElement
-
Resources set where found the image
- resources - Variable in class jhelp.util.gui.JHelpRichText
-
Resources set
- Resources - Class in jhelp.util.resources
-
Access to internal resources.
- Resources() - Constructor for class jhelp.util.resources.Resources
-
Create a new instance of Resources.
- Resources(Class<?>) - Constructor for class jhelp.util.resources.Resources
-
Create a new instance of Resources with a reference class.
- Resources(String) - Constructor for class jhelp.util.resources.Resources
-
Create a new instance of Resources with a relative base path.
- resources - Variable in class jhelp.util.resources.ResourceText
-
Resources reference
- resourcesTexts - Variable in class jhelp.util.resources.Resources
-
Map of already loaded resources text
- ResourceText - Class in jhelp.util.resources
-
Represents a resources of texts.
- ResourceText(Resources, String) - Constructor for class jhelp.util.resources.ResourceText
-
Create a new instance of ResourceText
- resourceTextLanguageChanged(ResourceText) - Method in interface jhelp.util.resources.ResourceTextListener
-
Called when language changed
- ResourceTextListener - Interface in jhelp.util.resources
-
Listener to alert each time the language is changed
- resourceTextListeners - Variable in class jhelp.util.resources.ResourceText
-
List of listener to alert in language change
- restart() - Method in class jhelp.util.thread.ThreadManager
-
Restart the thread manager
- retainAll(Collection<?>) - Method in class jhelp.util.list.ListFromArray
-
Not permitted operation.
- returnSeparators - Variable in class jhelp.util.text.StringExtractor
-
Indicates if separators are return
- Ring<TYPE> - Class in jhelp.util.list
-
Represents a ring of elements
- Ring() - Constructor for class jhelp.util.list.Ring
-
Create a new empty Ring
- Ring.Element<ELEMENT> - Class in jhelp.util.list
-
Element of the ring
- Ring.Element(ELEMENT) - Constructor for class jhelp.util.list.Ring.Element
-
Create a new instance of Element
- RingTest - Class in jhelp.util.list
-
- RingTest() - Constructor for class jhelp.util.list.RingTest
-
- ROBOT - Static variable in class jhelp.util.gui.UtilGUI
-
Robot for simulate keyboard and mouse events
- rotate180() - Method in class jhelp.util.gui.JHelpImage
-
Compute the image rotated from 180 degree
If the image is not in draw mode, visible sprites are consider like a part of image
- rotate270() - Method in class jhelp.util.gui.JHelpImage
-
Compute the image rotated from 270 degree
If the image is not in draw mode, visible sprites are consider like a part of image
- rotate90() - Method in class jhelp.util.gui.JHelpImage
-
Compute the image rotated from 90 degree
If the image is not in draw mode, visible sprites are consider like a part of image
- rotatedPart180(int, int, int, int) - Method in class jhelp.util.gui.JHelpImage
-
Extract a sub image and then rotate it from 180 degree
If the image is not in draw mode, visible sprites are consider like a part of image
- rotatedPart270(int, int, int, int) - Method in class jhelp.util.gui.JHelpImage
-
Extract a sub image and then rotate it from 270 degree
If the image is not in draw mode, visible sprites are consider like a part of image
- rotatedPart90(int, int, int, int) - Method in class jhelp.util.gui.JHelpImage
-
Extract a sub image and then rotate it from 90 degree
If the image is not in draw mode, visible sprites are consider like a part of image
- run() - Method in class jhelp.util.thread.MutexTest.TestThrhread
-
- run() - Method in class jhelp.util.thread.ThreadActor
-
Do the thread live (wait for task, do the task, wait for task, do the task ,....)
- run() - Method in class jhelp.util.thread.ThreadElement
-
Do the action
- run() - Method in class jhelp.util.thread.ThreadManager.DoManagement
-
Do the management in dedicated thread
Parent documentation:
- runDoManagement() - Method in class jhelp.util.thread.ThreadManager
-
Do the management