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

P

padLeft(String, int) - Static method in class gcspy.utils.Utils
Pad a string to the left
padRight(String, int) - Static method in class gcspy.utils.Utils
Pad a string to the right
paint1(int) - Method in class gcspy.test.TestTileManager
 
paint1(int) - Method in class gcspy.test.TestTileManager2
 
paint2(int) - Method in class gcspy.test.TestTileManager
 
paint3(int) - Method in class gcspy.test.TestTileManager
 
paint4(int) - Method in class gcspy.test.TestTileManager
 
PAINT_STYLE_PLAIN - Static variable in class gcspy.interpreter.Stream
Plain paint style
PAINT_STYLE_ZERO - Static variable in class gcspy.interpreter.Stream
Present zeor values specially (by showing them as light frames)
paintColumn(int, int) - Method in class gcspy.vis.plugins.histogram.HistogramCanvas
Paint a column.
paintComponent(Graphics) - Method in class gcspy.vis.plugins.histogram.HistogramCanvas
 
paintComponent(Graphics) - Method in class gcspy.vis.plugins.history.HistoryCanvas
 
paintComponent(Graphics) - Method in class gcspy.vis.TileManager
 
paintHorSep(Color, int) - Method in class gcspy.vis.plugins.history.HistoryCanvas
Paint a horizontal separator
paintLink(int) - Method in class gcspy.vis.TileManager
Paints the link *after* the tile
paintSep(int) - Method in class gcspy.vis.plugins.history.HistoryCanvas
Paint a separator
paintSeparator(int) - Method in class gcspy.vis.TileManager
Paints a separator *before* the tile
paintTile(int, Color) - Method in class gcspy.vis.plugins.history.HistoryCanvas
Paint a tile
paintTile(int, int) - Method in class gcspy.vis.plugins.history.HistoryCanvas
Paint a tile
paintTile(int, Color) - Method in class gcspy.vis.TileManager
Paints a tile
paintTile(int, Color, TileManager.Tile) - Method in class gcspy.vis.TileManager
Paints a tile with overflow
paintTile(int, Color, TileManager.Tile, boolean) - Method in class gcspy.vis.TileManager
Paints a tile with overflow
paintTileOverflow(int, Color) - Method in class gcspy.vis.TileManager
Paints a tile with overflow
paintTileZero(int) - Method in class gcspy.vis.TileManager
Paints a tile with value zero
parse() - Method in class gcspy.tools.FileTrace
Parse input
parse(String[]) - Method in class gcspy.utils.Arguments
Parse arguments
parseBorderSize(String) - Static method in class gcspy.vis.plugins.history.HistoryConfig
Parse a string to get sizse for the border
parseFontSize(String) - Static method in class gcspy.vis.plugins.history.HistoryConfig
Parse a string to get a font size
parseRows(String) - Static method in class gcspy.vis.plugins.history.HistoryConfig
Parse a string to give the number of rows
parseTileSize(String) - Static method in class gcspy.vis.plugins.history.HistoryConfig
Parse a string to give a tile size
parseVerSepLegendPeriod(String) - Static method in class gcspy.vis.plugins.history.HistoryConfig
Parse a string to get the vertical separation for the legend
parseVerSepPeriod(String) - Static method in class gcspy.vis.plugins.history.HistoryConfig
Parse a string to give a vertical separator period
pause() - Method in interface gcspy.interpreter.client.PauseListener
Handle a pause command
pause() - Method in class gcspy.vis.MainFrame
 
PAUSE_CMD - Static variable in class gcspy.interpreter.Interpreter
Server has paused command
PAUSE_DEFAULT - Static variable in class gcspy.interpreter.EventFilters
Default is not to pause
PAUSE_REQ_CMD - Static variable in class gcspy.interpreter.Interpreter
Client has requested pause command
pauseAtStart - Variable in class gcspy.interpreter.Interpreter.BootstrapParameters
 
PauseListener - Interface in gcspy.interpreter.client
Gets called upon a PAUSE command
PERIOD_DEFAULT - Static variable in class gcspy.interpreter.EventFilters
Default period
PERIOD_MAX - Static variable in class gcspy.interpreter.EventFilters
Maximum period
PERIOD_MIN - Static variable in class gcspy.interpreter.EventFilters
Minimum period
placeIt() - Method in class gcspy.vis.utils.AbstractDialog
Place the dialog centred on its parent
placeIt(AbstractFrame.Position) - Method in class gcspy.vis.utils.AbstractFrame
Place the frame
placeIt(AbstractFrame, AbstractFrame.Position) - Method in class gcspy.vis.utils.AbstractFrame
Place the frame relative to its owner
PLAY_ONE_CMD - Static variable in class gcspy.interpreter.Interpreter
Client has requested play one event command
pluginClassLoader - Variable in class gcspy.vis.plugins.PluginManager
A class loader for the plugins
PluginException - Exception in gcspy.vis.plugins
An exception for the plugin mechanism
PluginException(String) - Constructor for exception gcspy.vis.plugins.PluginException
An exception for plugins
PluginFrame - Class in gcspy.vis.plugins
Abstract base class for plugins' frames.
PluginFrame(AbstractFrame, AbstractFrame.Position, boolean) - Constructor for class gcspy.vis.plugins.PluginFrame
Create a new frame for a plugin
pluginFrames - Variable in class gcspy.vis.plugins.PluginFrame
A The list of plugin frames known to the space manager
pluginFrames - Variable in class gcspy.vis.plugins.PluginListener
A The list of plugin frames known to the space manager
PluginListener - Class in gcspy.vis.plugins
A plugin view called MyView must provide a PluginListener called MyViewListener.
PluginListener(String) - Constructor for class gcspy.vis.plugins.PluginListener
Create a new listener for this view.
PluginManager - Class in gcspy.vis.plugins
This class manages pluggable views.
PluginManager() - Constructor for class gcspy.vis.plugins.PluginManager
Create the Plugin Manager and load all plugins We expect the plugin to be in a jar file plugins/plugin.jar.
point(int, int) - Method in class gcspy.test.ShapeStream
 
PopupToggleMenu - Class in gcspy.vis.utils
Popup menu that has a series of toggles
PopupToggleMenu(String, String[], int[]) - Constructor for class gcspy.vis.utils.PopupToggleMenu
Create a pop-up menu with toggles
POS_INT_TYPE - Static variable in class gcspy.utils.Arguments
Type for positive integer-valued arguments
PRESENTATION_ENUM - Static variable in class gcspy.interpreter.Stream
Select presentation from enumNames
PRESENTATION_MAX_VAR - Static variable in class gcspy.interpreter.Stream
Maximum value calclated by iterating over the stream
PRESENTATION_PERCENT - Static variable in class gcspy.interpreter.Stream
Present as a percentage of a fixed maximum
PRESENTATION_PERCENT_VAR - Static variable in class gcspy.interpreter.Stream
Present as a percentage but use the value of the corresponding tile in stream maxStreamIndex for its maximum
PRESENTATION_PLAIN - Static variable in class gcspy.interpreter.Stream
Present a tiles as is
PRESENTATION_PLUS - Static variable in class gcspy.interpreter.Stream
Present a tile as maximum+ if its value exceeds the maximum for the stream
presentData(int) - Method in class gcspy.interpreter.Stream
Present a tile value as a string
presentDataSmall(int) - Method in class gcspy.interpreter.Stream
Present a tile value as a short string
presentFullSummary(String, String) - Method in class gcspy.interpreter.Stream
Present a full summary
presentSummary(String, String) - Method in class gcspy.interpreter.client.ClientSpace
Represent a summary of the space as a string
presentTile(int) - Method in class gcspy.interpreter.client.ClientSpace
Represent a tile as a string
print(String) - Method in class gcspy.utils.Verbose
Print a string if f=verbose
println(int, String) - Method in class gcspy.interpreter.Interpreter
Print a message
println() - Method in class gcspy.utils.Verbose
Print a new line if verbose
println(String) - Method in class gcspy.utils.Verbose
Print a string followed by a new line if verbose
putCmd(byte) - Method in class gcspy.comm.CommandStream
Put a command into the output buffer
putCmd(BufferedOutput, byte) - Method in class gcspy.comm.CommandStream
Put a command into a BufferedOutput

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