Skip navigation links
A B C D E F G H I J K M N O P R S T U V W X Y 

P

PacketHandler - Class in InstrumentationPlatformGUI.Communication
Class for processing requests, sent by the module.
PacketHandler() - Constructor for class InstrumentationPlatformGUI.Communication.PacketHandler
 
PacketHandler(GUIPanel) - Constructor for class InstrumentationPlatformGUI.Communication.PacketHandler
 
paint(GraphicsContext, double, double) - Method in class InstrumentationPlatformGUI.Elements.GUIChart
 
paint(GraphicsContext, double, double) - Method in class InstrumentationPlatformGUI.Elements.GUICheckBox
Deprecated.
 
paint(GraphicsContext, double, double) - Method in class InstrumentationPlatformGUI.Elements.GUIDisplay
 
paint(GraphicsContext, double, double) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
Paint this GUIelement on some place on the GraphicsContext provided, on position, determined by the x and y arguments.
paint(GraphicsContext, double, double) - Method in class InstrumentationPlatformGUI.Elements.GUINumericUpDown
 
paint(GraphicsContext, double, double) - Method in class InstrumentationPlatformGUI.Elements.GUIPID
 
paint(GraphicsContext, double, double) - Method in class InstrumentationPlatformGUI.Elements.GUISlider
 
paint(GraphicsContext, double, double) - Method in class InstrumentationPlatformGUI.Elements.GUIStatsDisplay
 
paint(GraphicsContext, double, double) - Method in class InstrumentationPlatformGUI.Elements.GUITimer
 
paintCursor(GraphicsContext, Color, double, double) - Method in class InstrumentationPlatformGUI.Elements.GUIChart
Paint the line cursor, on position defined by x,y, with color c, to the GraphicsContext gc.
paintGUIelements() - Method in class InstrumentationPlatformGUI.Elements.GUITab
Paint all the visible elements on this tab by calling their GUIelement.paint(javafx.scene.canvas.GraphicsContext, double, double) method.
paintHistograms(GraphicsContext, double, double, double, double) - Method in class InstrumentationPlatformGUI.Elements.GUIChart
Paint histograms for all of the lines, currently visible.
paintLines(GraphicsContext, double, double, double, double) - Method in class InstrumentationPlatformGUI.Elements.GUIChart
Paint all visible lines, clamping the parts outside the ranges determined by minX, minY, maxX, maxY
paintSingleHistogram(GraphicsContext, PlotLine, Color, Color, double, double, double, double) - Method in class InstrumentationPlatformGUI.Elements.GUIChart
Paint a single histogram, stored in the PlotLine pl, as a series of rectangles, given a fill color and a stroke color and also minimum and maximum positions, beyond which the histogram should never be drawn.
paintSingleLine(PlotLine, GraphicsContext, Color, double, double, double, double, double) - Method in class InstrumentationPlatformGUI.Elements.GUIChart
Paint a single line pl on the provided GraphicsContext gc, with a Color c, line width lineWidth, clamped by minX, minY, maxX, maxY
paintTicks(GraphicsContext, double, double, double, double) - Method in class InstrumentationPlatformGUI.Elements.GUIChart
Paint the chart axes with the ticks.
parseDoublesFromString(String) - Static method in class InstrumentationPlatformGUI.CompilerExtensions.SimpleDoubleParser
Parse doubles from a string; there are many supported formats of the input string: 1 2 3 4
1,3; 3,5; 2,8
1.2 2.3 4.6
1.1, 2.4, 5.6
1,2 2,3 4,564
1 000, 2 000, 3 000
1,000,000; 2,000,000
parseXml() - Method in class InstrumentationPlatformGUI.Communication.Obsolete.AbstractContainerFactory
Deprecated.
 
parseXml() - Method in class InstrumentationPlatformGUI.Communication.Obsolete.ContainerFactory
Deprecated.
 
parseXml() - Method in class InstrumentationPlatformGUI.Communication.Obsolete.ContainerFactory_backup
Deprecated.
 
PlotLine - Class in InstrumentationPlatformGUI
A class for storing data points and their respective histograms.
PlotLine(String, char, GUIChart) - Constructor for class InstrumentationPlatformGUI.PlotLine
 
PlotLine(char, GUIChart) - Constructor for class InstrumentationPlatformGUI.PlotLine
 
Position - Class in InstrumentationPlatformGUI
Utility class that binds together the GUITab an element is in with the element, which is now focused
Position(GUITab, GUIelement) - Constructor for class InstrumentationPlatformGUI.Position
 
postRequests() - Method in class InstrumentationPlatformGUI.Communication.Obsolete.Variable
Deprecated.
 
prepareCompiler(GUIPanel) - Static method in class InstrumentationPlatformGUI.InterpreterFacade
 
prepareShortcuts(GUIKeyEventHandler) - Method in class InstrumentationPlatformGUI.ShortcutPreparers.BasicMotionsKeyboardShortcutPreparer
 
prepareShortcuts(GUIKeyEventHandler) - Method in class InstrumentationPlatformGUI.ShortcutPreparers.EditHistoryKeyboardShortcutPreparer
 
prepareShortcuts(GUIKeyEventHandler) - Method in class InstrumentationPlatformGUI.ShortcutPreparers.FilteringAndSearchingKeyboardShortcutPreparer
 
prepareShortcuts(GUIKeyEventHandler) - Method in interface InstrumentationPlatformGUI.ShortcutPreparers.IKeyboardShortcutPreparer
 
prepareShortcuts(GUIKeyEventHandler) - Method in class InstrumentationPlatformGUI.ShortcutPreparers.MacroRelatedActionsPreparer
 
prepareShortcuts(GUIKeyEventHandler) - Method in class InstrumentationPlatformGUI.ShortcutPreparers.MarkMotionsKeyboardShortcutPreparer
 
prepareShortcuts(GUIKeyEventHandler) - Method in class InstrumentationPlatformGUI.ShortcutPreparers.RegisterRelatedGlobalActionsPreparer
 
prepareShortcuts(GUIKeyEventHandler) - Method in class InstrumentationPlatformGUI.ShortcutPreparers.TagKeyboardShortcutPreparer
 
PrintNumberUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.PrintFunctions
CLUC function, used to print a floating number in the status window of a GUIPanel.
PrintNumberUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.PrintFunctions.PrintNumberUserFunctionToken
 
PrintNumberUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.PrintFunctions
 
PrintNumberUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.PrintFunctions.PrintNumberUserFunctionTokenFactory
 
PrintTextUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.PrintFunctions
CLUC function, used to print a text in the status window of a GUIPanel.
PrintTextUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.PrintFunctions.PrintTextUserFunctionToken
 
PrintTextUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.PrintFunctions
 
PrintTextUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.PrintFunctions.PrintTextUserFunctionTokenFactory
 
Property<T> - Class in InstrumentationPlatformGUI.Properties
Abstraction for something that stores a value; it's usually used to store different properthies of GUIelement.
Property(int, String, T, GUIelement) - Constructor for class InstrumentationPlatformGUI.Properties.Property
 
Property(Property<T>) - Constructor for class InstrumentationPlatformGUI.Properties.Property
 
PropertyCallback<T> - Class in InstrumentationPlatformGUI.Properties
Wrapper for a runnable code, ran whenever a getter or setter of a property is called.
PropertyCallback() - Constructor for class InstrumentationPlatformGUI.Properties.PropertyCallback
 
PropertyManager - Class in InstrumentationPlatformGUI.Managers
Class for managing properties of all the different GUI elements...
A B C D E F G H I J K M N O P R S T U V W X Y 
Skip navigation links