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 

P

packedSize(Window) - Static method in class jhelp.util.gui.UtilGUI
Put a window in it's pack size
Size is automatic limited to the window's screen
paintComponent(Graphics) - Method in class jhelp.util.samples.common.gui.SampleLabelJHelpImage
Paint the label
paintMask(int, int, JHelpMask, int, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Paint a mask
MUST be in draw mode
paintMask(int, int, JHelpMask, int, JHelpImage, int, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Paint a mask with unify foreground color and part of image in background
Note : if the background is not in draw mode, all of it's visible sprite will be consider like a part of the background
MUST be in draw mode
paintMask(int, int, JHelpMask, int, JHelpPaint, boolean) - Method in class jhelp.util.gui.JHelpImage
Paint a mask with unify color as foreground and paint as background
MUST be in draw mode
paintMask(int, int, JHelpMask, JHelpImage, int, int, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Paint a mask with part of image as foreground and unify color as background
Note : if the foreground is not in draw mode, all of it's visible sprite will be consider like a part of the foreground
MUST be in draw mode
paintMask(int, int, JHelpMask, JHelpImage, int, int, JHelpImage, int, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Paint a mask with 2 images, one for "foreground" pixels, one for "background" ones
Note : if the foreground or background is not in draw mode, all of it's visible sprite will be consider like a part of the foreground or background
MUST be in draw mode
paintMask(int, int, JHelpMask, JHelpImage, int, int, JHelpPaint, boolean) - Method in class jhelp.util.gui.JHelpImage
Paint a mask with image in foreground and paint in background
Note : if the foreground is not in draw mode, all of it's visible sprite will be consider like a part of the foreground
MUST be in draw mode
paintMask(int, int, JHelpMask, JHelpPaint, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Paint mask with paint in foreground and color in background
MUST be in draw mode
paintMask(int, int, JHelpMask, JHelpPaint, JHelpImage, int, int, boolean) - Method in class jhelp.util.gui.JHelpImage
Paint a mask with paint in foreground and image in background
Note : if the background is not in draw mode, all of it's visible sprite will be consider like a part of the background
MUST be in draw mode
paintMask(int, int, JHelpMask, JHelpPaint, JHelpPaint, boolean) - Method in class jhelp.util.gui.JHelpImage
Paint mask with paint in foreground and background
MUST be in draw mode
Pair<ELEMENT1,ELEMENT2> - Class in jhelp.util.list
Pair of 2 elements
Pair() - Constructor for class jhelp.util.list.Pair
Create a new instance of Pair
Pair(ELEMENT1, ELEMENT2) - Constructor for class jhelp.util.list.Pair
Create a new instance of Pair
PALETTE - Static variable in class jhelp.util.gui.JHelpImage
Palette to use
PALETTE_SIZE - Static variable in class jhelp.util.gui.JHelpImage
Pallete size
parameter - Variable in class jhelp.util.math.formal.UnaryOperator
Operator parameter
parameter - Variable in class jhelp.util.thread.ThreadElement
Parameter to give to the thread
parameter1 - Variable in class jhelp.util.math.formal.BinaryOperator
First parameter
parameter2 - Variable in class jhelp.util.math.formal.BinaryOperator
Second parameter
PARAMETER_KEY - Static variable in class jhelp.util.resources.ParserXMLText
Parameter "key" for specify the key
PARAMETER_NAME - Static variable in interface jhelp.util.preference.PreferencesFileConstants
Parameter name of preference
PARAMETER_TYPE - Static variable in interface jhelp.util.preference.PreferencesFileConstants
Parameter type of preference.
PARAMETER_VALUE - Static variable in interface jhelp.util.preference.PreferencesFileConstants
Parameter value of preference
parent - Variable in class jhelp.util.gui.JHelpSprite
Parent that contains the sprite
parse(String) - Static method in class jhelp.util.math.formal.Function
Parse string to function.
parse(String, PreferenceType) - Static method in class jhelp.util.preference.Preferences
Parse a serialized value to the real value depends on PreferenceType
parseBinary(ByteArray) - Method in interface jhelp.util.io.Binarizable
Parse the array for fill binarizable information.
parseBinary(ByteArray) - Method in class jhelp.util.io.UtilIOTest.TestBinarizable
 
parseBinaryOperator(String) - Static method in class jhelp.util.math.formal.BinaryOperator
Try parse a string to a binary operator.
parseHexaString(String) - Static method in class jhelp.util.text.UtilText
Parse an hexadecimal string to integer
parseInteger(String) - Static method in class jhelp.util.text.UtilText
Parse a string to integer
parserOperateurUnaire(String) - Static method in class jhelp.util.math.formal.UnaryOperator
Try to parse a string to a unary operator.
ParserXMLText - Class in jhelp.util.resources
Parser of XML that describes a text resources for a language.
ParserXMLText(Hashtable<String, String>, URL, String) - Constructor for class jhelp.util.resources.ParserXMLText
Create a new instance of ParserXMLText
PATH_SEPARATOR - Static variable in class jhelp.util.io.UtilIO
Path separator used in URL, ZIP, JAR
PCubique(double, double, double, double, double) - Static method in class jhelp.util.math.UtilMath
Compute the cubic interpolation
PCubiques(double, double, double, double, int, double[]) - Static method in class jhelp.util.math.UtilMath
Compute several cubic interpolation
peek() - Method in class jhelp.util.list.Queue
Look the head of the queue but not remove
percent - Variable in class jhelp.util.gui.JHelpGradientHorizontal.Percent
Step percent
percent - Variable in class jhelp.util.gui.JHelpGradientVertical.Percent
Step percent
percents - Variable in class jhelp.util.gui.JHelpGradientHorizontal
Gradient steps
percents - Variable in class jhelp.util.gui.JHelpGradientVertical
Gradient steps
PI - Static variable in class jhelp.util.math.formal.Constant
π
PI_2 - Static variable in class jhelp.util.math.UtilMath
PI / 2
pickColor(int, int) - Method in class jhelp.util.gui.JHelpImage
Pick a color inside the image
Note : if the image is not in draw mode, all visible sprite are consider as a part of image, so may obtain a sprite pixel
pixels - Variable in class jhelp.util.gui.JHelpImage
Image pixels
playState(int) - Method in class jhelp.util.stateMachine.StateMachine
Called when a state have to play
pop() - Method in class jhelp.util.list.StackInt
Obtain the integer at the top of the stack and remove it from the stack
POST_OFFICE - Static variable in class jhelp.util.post.PostOffice
Post office singleton
postDelayedMessage(MESSAGE, int) - Method in class jhelp.util.thread.MessageHandler
Post a message delayed in a given time
postMessage(User, int, String, Object) - Method in class jhelp.util.post.PostOffice
Post a message for a specific user
postMessage(MESSAGE) - Method in class jhelp.util.thread.MessageHandler
Post a message and deliver it as soon as possible
postMessageForAll(User, int, Object, boolean) - Method in class jhelp.util.post.PostOffice
Post a message for all registered users
postMessageForGroup(User, int, String, Object) - Method in class jhelp.util.post.PostOffice
Post a message for all members of a group
PostOffice - Class in jhelp.util.post
Post office for deliver Message between users.
PostOffice() - Constructor for class jhelp.util.post.PostOffice
Create a new instance of PostOffice
PostProgress<PROGRESS> - Class in jhelp.util.thread
Task that post a progress information
PostProgress() - Constructor for class jhelp.util.thread.PostProgress
 
postProgress - Variable in class jhelp.util.thread.ThreadedTask
For post a progression
postProgress(PROGRESS) - Method in class jhelp.util.thread.ThreadedTask
Call this method to post a progression during the computing
pow(long, long) - Static method in class jhelp.util.math.UtilMath
Power of integer, more fast than Math.pow(double, double) for some case.
PQuadrique(double, double, double, double) - Static method in class jhelp.util.math.UtilMath
Compute the quadric interpolation
PQuadriques(double, double, double, int, double[]) - Static method in class jhelp.util.math.UtilMath
Compute several quadric interpolation
precision - Static variable in class jhelp.util.gui.Color
Precision for decide if two colors are similar
Preferences - Class in jhelp.util.preference
Store preferences in RAM and file.
Preferences(File) - Constructor for class jhelp.util.preference.Preferences
Create a new instance of Preferences
preferences - Variable in class jhelp.util.preference.Preferences
Preferences map
preferences - Variable in class jhelp.util.preference.PreferencesParser
Preference to fill
preferences - Variable in class jhelp.util.preference.PreferencesSerializer
Preferences to serialize
preferencesFile - Variable in class jhelp.util.preference.Preferences
File where store preferences
preferencesFile - Variable in class jhelp.util.preference.PreferencesSerializer
File where write XML
PreferencesFileConstants - Interface in jhelp.util.preference
Defines the constants
PreferencesParser - Class in jhelp.util.preference
Parser for preferences
PreferencesParser(File, HashMap<String, Pair<PreferenceType, Object>>) - Constructor for class jhelp.util.preference.PreferencesParser
Create a new instance of PreferencesParser and fill preferences from file
preferencesSerializer - Variable in class jhelp.util.preference.Preferences
Preferences serializer to save them
PreferencesSerializer - Class in jhelp.util.preference
Serialize preferences in XML
PreferencesSerializer(File, HashMap<String, Pair<PreferenceType, Object>>) - Constructor for class jhelp.util.preference.PreferencesSerializer
Create a new instance of PreferencesSerializer
PreferenceType - Enum in jhelp.util.preference
Preference type
PreferenceType() - Constructor for enum jhelp.util.preference.PreferenceType
 
previous - Variable in class jhelp.util.io.base64.Base64InputStream
Previous value
previous - Variable in class jhelp.util.io.base64.Base64OutputStream
Previous value
previous() - Method in class jhelp.util.list.EnumerationListIterator
Previous element

Parent documentation:
previous - Variable in class jhelp.util.list.Ring.Element
Previous ring element
previous() - Method in class jhelp.util.list.Ring
Pass to previous element
PREVIOUS_DIRECTORY - Static variable in class jhelp.util.io.UtilIO
Path the represents the parent directory
previousIndex() - Method in class jhelp.util.list.EnumerationListIterator
Previous index

Parent documentation:
PRIMITIVE_BOOLEAN - Static variable in class jhelp.util.reflection.Reflector
Boolean primitive class name
PRIMITIVE_BYTE - Static variable in class jhelp.util.reflection.Reflector
Byte primitive class name
PRIMITIVE_CHAR - Static variable in class jhelp.util.reflection.Reflector
Char primitive class name
PRIMITIVE_DOUBLE - Static variable in class jhelp.util.reflection.Reflector
Double primitive class name
PRIMITIVE_FLOAT - Static variable in class jhelp.util.reflection.Reflector
Float primitive class name
PRIMITIVE_INT - Static variable in class jhelp.util.reflection.Reflector
Int primitive class name
PRIMITIVE_LONG - Static variable in class jhelp.util.reflection.Reflector
Long primitive class name
PRIMITIVE_SHORT - Static variable in class jhelp.util.reflection.Reflector
Short primitive class name
printCalledFrom(DebugLevel) - Static method in class jhelp.util.debug.Debug
Print information to know which part of code, called a method.
printError(Error, Object...) - Static method in class jhelp.util.debug.Debug
Print an error with its trace
printException(Exception, Object...) - Static method in class jhelp.util.debug.Debug
Print an exception with its trace
printInformations(Function) - Static method in class jhelp.util.math.formal.UseExample
Print informations about a function
printInteger(int, int) - Static method in class jhelp.util.debug.Debug
Print an integer
println(DebugLevel, Object...) - Static method in class jhelp.util.debug.Debug
Print some information
printMark(DebugLevel, String) - Static method in class jhelp.util.debug.Debug
Print a mark
printMessage(DebugLevel, StackTraceElement, Object...) - Static method in class jhelp.util.debug.Debug
Print a message
printObject(Object) - Static method in class jhelp.util.debug.Debug
Print an object
printTodo(Object...) - Static method in class jhelp.util.debug.Debug
Print a to do message
printTrace(DebugLevel, Throwable, int) - Static method in class jhelp.util.debug.Debug
Print a trace
printTrace(DebugLevel, Object...) - Static method in class jhelp.util.debug.Debug
Print an informative trace (To know the execution stack)
priority - Variable in class jhelp.util.list.QueuePriority.Element
Priority link to the element
priorityQueue - Variable in class jhelp.util.thread.MessageHandler
Queue of messages to give
priorityQueue - Variable in class jhelp.util.thread.ThreadManager
Task to do waiting queue
proportion(int, char, int, char) - Static method in class jhelp.util.math.rational.Rational
Compute a string representation of a proportion
puissanceDeE() - Method in class jhelp.util.math.formal.Constant
Return the Neperian logarithm apply to the constant
push(int) - Method in class jhelp.util.list.StackInt
Push integer on the top of the stack
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