A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

D

darker(int) - Method in class jhelp.util.gui.JHelpImage
Make image darker
MUST be in draw mode
data - Variable in class jhelp.util.gui.JHelpMask
Data of mask
Debug - Class in jhelp.util.debug
Class for debugging and thread safe.
Debug() - Constructor for class jhelp.util.debug.Debug
To avoid instance
DEBUG - Static variable in class jhelp.util.thread.Mutex
For enable/disable mutex debugging
debugLevel - Static variable in class jhelp.util.debug.Debug
Actual debug level
DebugLevel - Enum in jhelp.util.debug
Debug level
DebugLevel(int, String) - Constructor for enum jhelp.util.debug.DebugLevel
Create a new instance of DebugLevel
decodeByteBuffer(DataFlavor) - Method in class jhelp.util.gui.ClipBoardManager
Decode a content store in byte buffer in clip board to string
decodeCharBuffer(DataFlavor) - Method in class jhelp.util.gui.ClipBoardManager
Decode a content store in char buffer in clip board to string
decodeInputStream(DataFlavor) - Method in class jhelp.util.gui.ClipBoardManager
Decode a content store in input stream in clip board to string
decodeReader(DataFlavor) - Method in class jhelp.util.gui.ClipBoardManager
Decode a content store in reader in clip board to string
DEFAULT_ESCAPE_CHARACTERS - Static variable in class jhelp.util.text.UtilText
Default escape characters : \ (see StringExtractor)
DEFAULT_SEPARATORS - Static variable in class jhelp.util.text.UtilText
Default escape separators : [space], [Line return \n], [tabulation \t], [carriage return \r] and [\f] (see StringExtractor)
DEFAULT_STRING_LIMITERS - Static variable in class jhelp.util.text.UtilText
Default string limiters : " and ' (see StringExtractor)
DEFAULT_WAIT - Static variable in class jhelp.util.thread.MessageHandler
Default waiting time
defaultSimplifier - Variable in class jhelp.util.math.formal.Function
The default function simplifier
defineConstant(String, double) - Method in interface jhelp.util.math.formal.ConstantsReferences
Define a constant
defineConstant(String, double) - Method in class jhelp.util.math.formal.ConstantsReferencesDefault
Define a constant
delayedThread(ThreadedTask<PARAMETER, RESULT, PROGRESS>, PARAMETER, long) - Method in class jhelp.util.thread.ThreadManager
Do a task in a delayed time.
delete(File) - Static method in class jhelp.util.io.UtilIO
Delete a file or a directory.
denominator - Variable in class jhelp.util.math.rational.Rational
Denominator
dequeue() - Method in class jhelp.util.list.QueuePriority
Dequeue an element from queue
derive(Variable) - Method in class jhelp.util.math.formal.Addition
Derive the function
derive(Variable) - Method in class jhelp.util.math.formal.Constant
Derive the function
derive(Variable) - Method in class jhelp.util.math.formal.Cosinus
Derive the function
derive(Variable) - Method in class jhelp.util.math.formal.Division
Derive the function
derive(Variable) - Method in class jhelp.util.math.formal.Exponential
Derive the function
derive(String) - Method in class jhelp.util.math.formal.Function
Derive the function
derive(String...) - Method in class jhelp.util.math.formal.Function
Derive with several variable
derive(Variable) - Method in class jhelp.util.math.formal.Function
Derive the function
derive(VariableList) - Method in class jhelp.util.math.formal.Function
Derive with several variable
derive(Variable) - Method in class jhelp.util.math.formal.Logarithm
Derive the function
derive(Variable) - Method in class jhelp.util.math.formal.MinusUnary
Derive the function
derive(Variable) - Method in class jhelp.util.math.formal.Multiplication
Derive the function
derive(Variable) - Method in class jhelp.util.math.formal.Sinus
Derive the function
derive(Variable) - Method in class jhelp.util.math.formal.Subtraction
Derive the function
derive(Variable) - Method in class jhelp.util.math.formal.Tangent
Derive the function
derive(Variable) - Method in class jhelp.util.math.formal.Variable
Derive the function
destroy() - Method in class jhelp.util.cache.Cache
Destroy the cache (Never use it after that)
destroy() - Method in class jhelp.util.gui.GIF
Destroy the gif to free memory
destroy() - Method in class jhelp.util.list.ArrayInt
Destroy properly the array int
destroy() - Method in class jhelp.util.thread.ThreadElement
Destroy properly the element to free some memory
destroy() - Method in class jhelp.util.thread.ThreadManager
Destroy properly the manager.
directory - Variable in class jhelp.util.classLoader.EmptyClassLoader
Directory where class are compiled
DISPOSE_METHOD_NONE - Static variable in class jhelp.util.gui.GIF
Indicates the method NONE
DISPOSE_METHOD_NOT_DISPOSE - Static variable in class jhelp.util.gui.GIF
Indicates the method NOT DISPOSE
DISPOSE_METHOD_RESTORE_BACKGROUND - Static variable in class jhelp.util.gui.GIF
Indicates the method RESTORE BACKGROUND
DISPOSE_METHOD_RESTORE_PREVIOUS - Static variable in class jhelp.util.gui.GIF
Indicates the method RESTORE PREVIOUS
divide(JHelpImage) - Method in class jhelp.util.gui.JHelpImage
Divide an other image
This image and the given one MUST have same dimension
Note : if this image or given one not in draw mode, all visible sprites (of the image) are consider like a part of the image
divide(Complex, Complex) - Static method in class jhelp.util.math.complex.Complex
Dive 2 complex
divide(Complex) - Method in class jhelp.util.math.complex.Complex
Divide with an other complex
divide(Rational, Rational) - Static method in class jhelp.util.math.rational.Rational
Divide 2 rational
divide(Rational) - Method in class jhelp.util.math.rational.Rational
Divide an other rational
divide(LapsTime, int, LapsTime) - Static method in class jhelp.util.time.LapsTime
Divide by a factor.
Division - Class in jhelp.util.math.formal
Division

Division(Function, Function) - Constructor for class jhelp.util.math.formal.Division
Constructs a division
Division.DivisionSimplifier - Class in jhelp.util.math.formal
Division simplifier
Division.DivisionSimplifier() - Constructor for class jhelp.util.math.formal.Division.DivisionSimplifier
 
divisionSimplifier - Variable in class jhelp.util.math.formal.Division
Division simplifier
doesImagesLookSamePerBorder(JHelpImage, JHelpImage, int, int) - Static method in class jhelp.util.gui.JHelpImage
Compare 2 images and compute if they "look" the same in compare the image border.
doesImagesLookSamePerLuminosity(JHelpImage, JHelpImage, int, int) - Static method in class jhelp.util.gui.JHelpImage
Compare 2 images and compute if they "look" the same in compare the image luminosity
The precision is to determine the accepted distance in luminosity part, and percent to know the percent of accepted pixels doesn't match to precision.
doesImagesLookSamePerPixel(JHelpImage, JHelpImage, int, int) - Static method in class jhelp.util.gui.JHelpImage
Compare 2 images and compute if they "look" the same in compare the image pixels.
doManagement - Variable in class jhelp.util.thread.ThreadManager
Do the management
doProgress(PROGRESS) - Method in class jhelp.util.thread.ThreadedTask
It is call when a progression information arrive.
doRepeat() - Method in class jhelp.util.thread.ThreadElement
Apply the repeat time, if need
doSimpleAction(PARAMETER) - Method in class jhelp.util.thread.ThreadedSimpleTask
Do the simple action
doSimpleAction(Void) - Method in class jhelp.util.thread.ThreadedVerySimpleTask
Do the action like a simple task

Parent documentation:
Do the simple action
doState(int) - Method in class jhelp.util.stateMachine.StateMachine
Call this method to pass to an other state
doTheJob() - Method in class jhelp.util.thread.MessageHandler
Manage the messages to delivered
doThread(ThreadedTask<PARAMETER, RESULT, PROGRESS>, PARAMETER) - Method in class jhelp.util.thread.ThreadManager
Do a task as soon as possible.
doThreadAction(Void) - Method in class jhelp.util.preference.PreferencesSerializer
Do the serialization in separate thread

Parent documentation:
Call when the turn of this thread comes.
doThreadAction(Pair<ThreadedTask<?, ?, PROGRESS>, PROGRESS>) - Method in class jhelp.util.thread.PostProgress
Post the progression information

Parent documentation:
Call when the turn of this thread comes.
doThreadAction(PARAMETER) - Method in class jhelp.util.thread.ThreadedSimpleTask
Do the action, just call ThreadedSimpleTask.doSimpleAction(Object)

Parent documentation:
Call when the turn of this thread comes.
doThreadAction(PARAMETER) - Method in class jhelp.util.thread.ThreadedTask
Call when the turn of this thread comes.
doubleToByteArray(double) - Static method in class jhelp.util.io.UtilIO
Create a byte array from double.
doVerySimpleAction() - Method in class jhelp.util.MemorySweeper.Sweeper
Do the cleaning

Parent documentation:
Do the very simple task in its own thread
doVerySimpleAction() - Method in class jhelp.util.stateMachine.StateMachine
Called when a state have to be played

Parent documentation:
Do the very simple task in its own thread
doVerySimpleAction() - Method in class jhelp.util.thread.ThreadedVerySimpleTask
Do the very simple task in its own thread
drawCharacter(char, String) - Method in class jhelp.util.gui.JHelpMask
Use a character for mask
drawEllipse(int, int, int, int, int) - Method in class jhelp.util.gui.JHelpImage
Draw an ellipse
MUST be in draw mode
drawEllipse(int, int, int, int, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Draw an ellipse
MUST be in draw mode
drawHorizontalLine(int, int, int, int) - Method in class jhelp.util.gui.JHelpImage
Draw an horizontal line
MUST be in draw mode
drawHorizontalLine(int, int, int, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Draw horizontal line
MUST be in draw mode
drawImage(int, int, JHelpImage) - Method in class jhelp.util.gui.JHelpImage
Draw an image
MUST be in draw mode
drawImage(int, int, JHelpImage, boolean) - Method in class jhelp.util.gui.JHelpImage
Draw an image
MUST be in draw mode
drawImage(int, int, JHelpImage, int) - Method in class jhelp.util.gui.JHelpImage
Draw an image over this image with specific alpha
MUST be in draw mode
drawImage(int, int, JHelpImage, int, int, int, int) - Method in class jhelp.util.gui.JHelpImage
Draw a part off image
MUST be in draw mode
drawImage(int, int, JHelpImage, int, int, int, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Draw a part off image
MUST be in draw mode
drawImage(int, int, JHelpImage, int, int, int, int, int) - Method in class jhelp.util.gui.JHelpImage
Draw a part of image with a specific alpha
MUST be in draw mode
drawImageInternal(int, int, JHelpImage, int, int, int, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Draw a part of an image on this image
MUST be in draw mode
drawImageInternal(int, int, JHelpImage, int, int, int, int, int) - Method in class jhelp.util.gui.JHelpImage
Draw a part of image on using a specific alpha value
MUST be in draw mode
drawImageOver(int, int, JHelpImage, int, int, int, int) - Method in class jhelp.util.gui.JHelpImage
Draw apart of image over this image 'just override)
MUST be in draw mode
drawIncrustedDownTriangle(int, int, int, JHelpImage) - Static method in class jhelp.util.gui.UtilImage
Draw a triangle for go down
drawIncrustedLeftTriangle(int, int, int, JHelpImage) - Static method in class jhelp.util.gui.UtilImage
Draw a triangle for go left
drawIncrustedRightTriangle(int, int, int, JHelpImage) - Static method in class jhelp.util.gui.UtilImage
Draw a triangle for go right
drawIncrustedTriangle(int, int, int, JHelpImage, UtilImage.WayTriangle) - Static method in class jhelp.util.gui.UtilImage
Draw a triangle for go in a given way
drawIncrustedUpTriangle(int, int, int, JHelpImage) - Static method in class jhelp.util.gui.UtilImage
Draw a triangle for go up
drawLine(int, int, int, int, int) - Method in class jhelp.util.gui.JHelpImage
Draw a line
MUST be in draw mode
drawLine(int, int, int, int, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Draw a line
MUST be in draw mode
drawMode - Variable in class jhelp.util.gui.JHelpImage
Actaul draw mode
drawPolygon(int[], int, int[], int, int, int) - Method in class jhelp.util.gui.JHelpImage
Draw a polygon
MUST be in draw mode
drawPolygon(int[], int, int[], int, int, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Draw a polygon
MUST be in draw mode
drawPolygon(int[], int[], int) - Method in class jhelp.util.gui.JHelpImage
Draw a polygon
MUST be in draw mode
drawPolygon(int[], int[], int, boolean) - Method in class jhelp.util.gui.JHelpImage
Draw a polygon
MUST be in draw mode
drawRectangle(int, int, int, int, int) - Method in class jhelp.util.gui.JHelpImage
Draw an empty rectangle
MUST be in draw mode
drawRectangle(int, int, int, int, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Draw an empty rectangle
MUST be in draw mode
drawRoundRectangle(int, int, int, int, int, int, int) - Method in class jhelp.util.gui.JHelpImage
Draw round corner rectangle
MUST be in draw mode
drawRoundRectangle(int, int, int, int, int, int, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Draw round corner rectangle
MUST be in draw mode
drawShape(Shape, int) - Method in class jhelp.util.gui.JHelpImage
Draw an empty shape
MUST be in draw mode
drawShape(Shape, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Draw an empty shape
MUST be in draw mode
drawShapeCenter(Shape, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Draw a shape on center it
MUST be in draw mode
drawString(int, int, String, JHelpFont, int) - Method in class jhelp.util.gui.JHelpImage
Draw a string
MUST be in draw mode
drawString(int, int, String, JHelpFont, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Draw a string
MUST be in draw mode
drawStringCenter(int, int, String, JHelpFont, int) - Method in class jhelp.util.gui.JHelpImage
Draw a string center on given point
MUST be in draw mode
drawStringCenter(int, int, String, JHelpFont, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Draw a string center on given point
MUST be in draw mode
drawVerticalLine(int, int, int, int) - Method in class jhelp.util.gui.JHelpImage
Draw a vertical line
MUST be in draw mode
drawVerticalLine(int, int, int, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Draw a vertical line
MUST be in draw mode
dump() - Method in class jhelp.util.time.TimeDebug
Show times of each steps and the total time
DynamicWriteXML - Class in jhelp.util.xml
Write dynamically an XML to a stream.
DynamicWriteXML(OutputStream) - Constructor for class jhelp.util.xml.DynamicWriteXML
Create a new instance of DynamicWriteXML not compact and text in separate line
DynamicWriteXML(OutputStream, boolean) - Constructor for class jhelp.util.xml.DynamicWriteXML
Create a new instance of DynamicWriteXML not compact
DynamicWriteXML(OutputStream, boolean, boolean) - Constructor for class jhelp.util.xml.DynamicWriteXML
Create a new instance of DynamicWriteXML
DynamicWriteXML(OutputStream, boolean, boolean, boolean) - Constructor for class jhelp.util.xml.DynamicWriteXML
Create a new instance of DynamicWriteXML
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z