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

A

ACTIVATE - Static variable in class com.keenedgesoftware.scrutinize.core.CoreEntity
 
activate() - Method in class com.keenedgesoftware.scrutinize.core.Picker
Activate
activate() - Method in class com.keenedgesoftware.scrutinize.core.Selector
Activate
addBroadcast(String, BroadcastEvent) - Method in class com.keenedgesoftware.scrutinize.core.BroadcastManager
Declares a new broadcast to the broadcast manager.
addCommand(String, Command) - Method in class com.keenedgesoftware.scrutinize.core.CommandManager
Declares a new command to the command manager.
addListener(String, BroadcastListener) - Method in class com.keenedgesoftware.scrutinize.core.BroadcastManager
Registers a listener's interest in a broadcast.
append(Task) - Method in class com.keenedgesoftware.scrutinize.core.TaskManager
 

B

BACKSLASH - Static variable in class com.keenedgesoftware.scrutinize.core.CoreEntity
 
broadcast(String) - Method in class com.keenedgesoftware.scrutinize.core.BroadcastManager
Broadcasts the default event for the specified broadcast.
broadcast(String, BroadcastEvent) - Method in class com.keenedgesoftware.scrutinize.core.BroadcastManager
Broadcasts a specified event for the specified broadcast.
BroadcastEvent - class com.keenedgesoftware.scrutinize.core.BroadcastEvent.
Base class for broadcast events
BroadcastEvent() - Constructor for class com.keenedgesoftware.scrutinize.core.BroadcastEvent
 
broadcastHandler(BroadcastEvent) - Method in interface com.keenedgesoftware.scrutinize.core.BroadcastListener
Handles the specified event.
BroadcastListener - interface com.keenedgesoftware.scrutinize.core.BroadcastListener.
Base class for broadcast listeners.
BroadcastManager - class com.keenedgesoftware.scrutinize.core.BroadcastManager.
Manages broadcasts.
BroadcastManager() - Constructor for class com.keenedgesoftware.scrutinize.core.BroadcastManager
Constructs an empty broadcast manager
BroadcastManager(Universe) - Constructor for class com.keenedgesoftware.scrutinize.core.BroadcastManager
Constructs a broadcast manager owned by the specified universe.

C

CentreCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.CentreCommand.
Centres the view on a selected entity or on a picked free position.

Examples:
$centre "select /p2 true 7.0 -7.0 0.0"
$centre "button1Down 0 0.05 0.22 7.11 22.84 100.0"
CentreCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.CentreCommand
Default constructor
CentreCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.CentreCommand
Usual constructor.
ClearCommand - class com.keenedgesoftware.scrutinize.core.misc.commands.ClearCommand.
Clears the text area

Example:
$clear
ClearCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.ClearCommand
Default constructor
ClearCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.ClearCommand
Usual constructor
com.keenedgesoftware.scrutinize.core - package com.keenedgesoftware.scrutinize.core
 
com.keenedgesoftware.scrutinize.core.graphics.commands - package com.keenedgesoftware.scrutinize.core.graphics.commands
 
com.keenedgesoftware.scrutinize.core.misc.commands - package com.keenedgesoftware.scrutinize.core.misc.commands
 
com.keenedgesoftware.scrutinize.core.system.commands - package com.keenedgesoftware.scrutinize.core.system.commands
 
Command - class com.keenedgesoftware.scrutinize.core.Command.
Abstract class for any command.
Command() - Constructor for class com.keenedgesoftware.scrutinize.core.Command
Default constructor
Command(CommandManager, int) - Constructor for class com.keenedgesoftware.scrutinize.core.Command
Usual constructor for suspending type of command
Command(CommandManager, int, int) - Constructor for class com.keenedgesoftware.scrutinize.core.Command
Usual constructor for terminating type of command
CommandManager - class com.keenedgesoftware.scrutinize.core.CommandManager.
Manages commands.
CommandManager() - Constructor for class com.keenedgesoftware.scrutinize.core.CommandManager
Constructs an empty command manager
CommandManager(Universe) - Constructor for class com.keenedgesoftware.scrutinize.core.CommandManager
Constructs a command manager owned by the specified universe.
ConnectClientCommand - class com.keenedgesoftware.scrutinize.core.system.commands.ConnectClientCommand.
Establishes web connections for a scrutinize client.

Examples:
$connectClient "http://localhost"
ConnectClientCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.ConnectClientCommand
Default constructor
ConnectClientCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.ConnectClientCommand
Usual constructor
CoreEntity - class com.keenedgesoftware.scrutinize.core.CoreEntity.
Base class for core objects
CoreEntity() - Constructor for class com.keenedgesoftware.scrutinize.core.CoreEntity
Default constructor
CoreEntity(Universe) - Constructor for class com.keenedgesoftware.scrutinize.core.CoreEntity
Usual constructor

D

DebugOffCommand - class com.keenedgesoftware.scrutinize.core.misc.commands.DebugOffCommand.
Switches off debug for specified modules.

Examples:
$debugOff "Command" "GView";
$debugOff "ALL";"
DebugOffCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.DebugOffCommand
Default constructor
DebugOffCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.DebugOffCommand
Usual constructor
DebugOnCommand - class com.keenedgesoftware.scrutinize.core.misc.commands.DebugOnCommand.
Switches on debug for specified modules.

Examples:
$debugOn "Command" "GView";
$debugOn "ALL";"
DebugOnCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.DebugOnCommand
Default constructor
DebugOnCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.DebugOnCommand
Usual constructor
DebugReportCommand - class com.keenedgesoftware.scrutinize.core.misc.commands.DebugReportCommand.
Prints debug status for specified modules.

Examples:
$debugReport "Command" "GView";
$debugReport "ALL";"
DebugReportCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.DebugReportCommand
Default constructor
DebugReportCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.DebugReportCommand
Usual constructor
DeleteAllCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.DeleteAllCommand.
Deletes everything in the scene graph.

Example:
$deleteAll
DeleteAllCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.DeleteAllCommand
Default constructor
DeleteAllCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.DeleteAllCommand
Usual constructor.
DeleteCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.DeleteCommand.
Deletes the current selection.

Example:
$delete
DeleteCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.DeleteCommand
Default constructor
DeleteCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.DeleteCommand
Usual constructor
DeleteNodeCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.DeleteNodeCommand.
Deletes the specified node.
DeleteNodeCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.DeleteNodeCommand
Default constructor
DeleteNodeCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.DeleteNodeCommand
Usual constructor
describe() - Method in class com.keenedgesoftware.scrutinize.core.Task
 
DisconnectClientCommand - class com.keenedgesoftware.scrutinize.core.system.commands.DisconnectClientCommand.
Disconnects scrutinize client from server.

Example:
$disconnectClient
DisconnectClientCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.DisconnectClientCommand
Default constructor
DisconnectClientCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.DisconnectClientCommand
Usual constructor

E

EchoCommand - class com.keenedgesoftware.scrutinize.core.misc.commands.EchoCommand.
Echoes command-line input to the output window

Example:
$echo
blah
blah
;
EchoCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.EchoCommand
Default constructor
EchoCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.EchoCommand
Usual constructor
EOL - Static variable in class com.keenedgesoftware.scrutinize.core.CoreEntity
 

F

FastForwardCommand - class com.keenedgesoftware.scrutinize.core.system.commands.FastForwardCommand.
Replays the current playback file at maximum speed.

Example:
$fastForward
FastForwardCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.FastForwardCommand
Default constructor
FastForwardCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.FastForwardCommand
Usual constructor
FitCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.FitCommand.
Modifies the active view's camera to fit the scene.

Example:
$fit
FitCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.FitCommand
Default constructor
FitCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.FitCommand
Usual constructor
FreezeUICommand - class com.keenedgesoftware.scrutinize.core.misc.commands.FreezeUICommand.
Temporarily suspends prompts etc

Example:
$freezeUI
FreezeUICommand() - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.FreezeUICommand
Default constructor
FreezeUICommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.FreezeUICommand
Usual constructor

G

GArrowCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.GArrowCommand.
Creates an arrow as a child of the current selection or specified node.
GArrowCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GArrowCommand
Default constructor
GArrowCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GArrowCommand
Usual constructor
GArrowheadCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.GArrowheadCommand.
Creates an arrowhead as a child of the current selection or specified node.
GArrowheadCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GArrowheadCommand
Default constructor
GArrowheadCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GArrowheadCommand
Usual constructor
GAxesCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.GAxesCommand.
Creates a set of axes as a child of the current selection or specified node.
GAxesCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GAxesCommand
Default constructor
GAxesCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GAxesCommand
Usual constructor
getActivePicker() - Method in class com.keenedgesoftware.scrutinize.core.CommandManager
Returns the active picker
getActiveSelector() - Method in class com.keenedgesoftware.scrutinize.core.CommandManager
Returns the active selector
getActiveView() - Method in class com.keenedgesoftware.scrutinize.core.CoreEntity
Returns the global view object
getBoolean() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved boolean value.
getBroadcast(String) - Method in class com.keenedgesoftware.scrutinize.core.BroadcastManager
Returns the map entry for the named broadcast
getBroadcastManager() - Method in class com.keenedgesoftware.scrutinize.core.CoreEntity
Returns the global broadcast-manager object
getBroadcastManager() - Method in class com.keenedgesoftware.scrutinize.core.Universe
 
getButtonScreenPos() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved button screen position value.
getButtonWorldPos() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved button world position value.
getChar() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved char value.
getCommand() - Method in class com.keenedgesoftware.scrutinize.core.Picker
 
getCommand() - Method in class com.keenedgesoftware.scrutinize.core.Selector
 
getCommandManager() - Method in class com.keenedgesoftware.scrutinize.core.CoreEntity
Returns the global command-manager object
getCommandManager() - Method in class com.keenedgesoftware.scrutinize.core.Universe
 
getCursor() - Method in class com.keenedgesoftware.scrutinize.core.Command
Cursor
getDouble() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved double value.
getFloat() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved float value.
getGraphicsGate() - Method in class com.keenedgesoftware.scrutinize.core.CoreEntity
Returns the global graphicsGate object
getGraphicsWorld() - Method in class com.keenedgesoftware.scrutinize.core.CoreEntity
Returns the global graphicsWorld object
getGraphicsWorld() - Method in class com.keenedgesoftware.scrutinize.core.Universe
 
getInt() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved int value.
getKeyChar() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved character input by last key type.
getKeyId() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved key id input by last key press/release.
getLastSelectionPath() - Method in class com.keenedgesoftware.scrutinize.core.Selector
 
getLastSelectionPos() - Method in class com.keenedgesoftware.scrutinize.core.Selector
 
getLevel() - Method in class com.keenedgesoftware.scrutinize.core.Command
Returns the level (ie "weight") of the command
getMiscWorld() - Method in class com.keenedgesoftware.scrutinize.core.CoreEntity
Returns the global miscWorld object
getMiscWorld() - Method in class com.keenedgesoftware.scrutinize.core.Universe
 
getModelWorld() - Method in class com.keenedgesoftware.scrutinize.core.CoreEntity
Returns the global modelWorld object
getModelWorld() - Method in class com.keenedgesoftware.scrutinize.core.Universe
 
getModifier() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved modifier value.
getMotionScreenPos() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved motion screen position value.
getMotionWorldPos() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved motion world position value.
getName() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved name value.
getNetcaster() - Method in class com.keenedgesoftware.scrutinize.core.CoreEntity
Returns the global netcaster object
getPicker() - Method in class com.keenedgesoftware.scrutinize.core.Command
Picking.
getPrompt() - Method in class com.keenedgesoftware.scrutinize.core.Command
Prompt
getProperty(String) - Method in class com.keenedgesoftware.scrutinize.core.Universe
 
getPropertyKey() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved property key.
getPropertyVal() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved property value.
getRecorder() - Method in class com.keenedgesoftware.scrutinize.core.CoreEntity
Returns the global recorder object
getScene() - Method in class com.keenedgesoftware.scrutinize.core.CoreEntity
Returns the global scene object
getSelectionName() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved selection name.
getSelectionPos() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved pick position on selection, or null if a pick position was not defined
getSelector() - Method in class com.keenedgesoftware.scrutinize.core.Command
Selection.
getState() - Method in class com.keenedgesoftware.scrutinize.core.Command
Returns the current state of the command
getString() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved String value.
getSystemWorld() - Method in class com.keenedgesoftware.scrutinize.core.CoreEntity
Returns the global systemWorld object
getSystemWorld() - Method in class com.keenedgesoftware.scrutinize.core.Universe
 
getTaskManager() - Method in class com.keenedgesoftware.scrutinize.core.CoreEntity
Returns the global task-manager object
getTaskManager() - Method in class com.keenedgesoftware.scrutinize.core.Universe
 
getType() - Method in class com.keenedgesoftware.scrutinize.core.Command
Returns the type of the command
getUniverse() - Method in class com.keenedgesoftware.scrutinize.core.CoreEntity
Returns the global universe object
getWord() - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Returns saved word value.
GGroupCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.GGroupCommand.
Creates an empty group with the specified owner and the given name.

Examples:
$ggroup "/a1" "name=b8";
GGroupCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GGroupCommand
Default constructor
GGroupCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GGroupCommand
Usual constructor
GLineArrayCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.GLineArrayCommand.
Creates a graphical line segment array from basic dataas a child of the current selection or specified node.
GLineArrayCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GLineArrayCommand
Default constructor
GLineArrayCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GLineArrayCommand
Usual constructor
GLineCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.GLineCommand.
Creates a graphical line from basic data as a child of the current selection or specified node.
GLineCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GLineCommand
Default constructor
GLineCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GLineCommand
Usual constructor
GMeshCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.GMeshCommand.
Creates a graphical indexed triangle array from basic data as a child of the current selection or specified node.
GMeshCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GMeshCommand
Default constructor
GMeshCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GMeshCommand
Usual constructor
GO - Static variable in class com.keenedgesoftware.scrutinize.core.CoreEntity
 
GPointArrayCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.GPointArrayCommand.
Creates a graphical point array from basic data as a child of the current selection or specified node.
GPointArrayCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GPointArrayCommand
Default constructor
GPointArrayCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GPointArrayCommand
Usual constructor
GPointCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.GPointCommand.
Creates a graphical point from basic data as a child of the current selection or specified node.
GPointCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GPointCommand
Default constructor
GPointCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GPointCommand
Usual constructor
GPolylineArrayCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.GPolylineArrayCommand.
Creates a graphical polyline array from basic data as a child of the current selection or specified node.
GPolylineArrayCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GPolylineArrayCommand
Default constructor
GPolylineArrayCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GPolylineArrayCommand
Usual constructor
GPolylineCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.GPolylineCommand.
Creates a graphical polyline from basic dataas a child of the current selection or specified node.
GPolylineCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GPolylineCommand
Default constructor
GPolylineCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GPolylineCommand
Constructor
GQuadArrayCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.GQuadArrayCommand.
Creates a graphical quad array from basic data as a child of the current selection or specified node.
GQuadArrayCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GQuadArrayCommand
Default constructor
GQuadArrayCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GQuadArrayCommand
Usual constructor
GraphicsCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.GraphicsCommand.
Base class for graphics commands
GraphicsCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GraphicsCommand
Default constructor
GraphicsCommand(CommandManager, int) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GraphicsCommand
Usual constructor for suspending-type command
GraphicsCommand(CommandManager, int, int) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.GraphicsCommand
Usual constructor for terminating-type command

H

HASH - Static variable in class com.keenedgesoftware.scrutinize.core.CoreEntity
 
hasListeners(String) - Method in class com.keenedgesoftware.scrutinize.core.BroadcastManager
Tests if the specified broadcast has any registered listeners.
HiliteNodeCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.HiliteNodeCommand.
Hilites the specified node.

Example:
$hiliteNode "/a2/a2/e3"
HiliteNodeCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.HiliteNodeCommand
Default constructor
HiliteNodeCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.HiliteNodeCommand
Usual constructor
HomeCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.HomeCommand.
Sets the active camera to be the home camera.

Example:
$home
HomeCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.HomeCommand
Default constructor
HomeCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.HomeCommand
Usual constructor

I

IDE_DEBUG_ON_PROMPT - Static variable in class com.keenedgesoftware.scrutinize.core.misc.commands.DebugOnCommand
 
IDE_DEBUG_REPORT_PROMPT - Static variable in class com.keenedgesoftware.scrutinize.core.misc.commands.DebugReportCommand
 
IDE_PAN_DYNAMIC_CURSOR - Static variable in class com.keenedgesoftware.scrutinize.core.graphics.commands.PanDynamicCommand
 
IDE_PAN_DYNAMIC_PROMPT - Static variable in class com.keenedgesoftware.scrutinize.core.graphics.commands.PanDynamicCommand
 
IDE_SET_HOME_UP_PROMPT - Static variable in class com.keenedgesoftware.scrutinize.core.graphics.commands.SetHomeUpCommand
prompt
IDE_ZOOM_PROMPT - Static variable in class com.keenedgesoftware.scrutinize.core.graphics.commands.ZoomCommand
 
INIT - Static variable in class com.keenedgesoftware.scrutinize.core.CoreEntity
 
init() - Method in class com.keenedgesoftware.scrutinize.core.Picker
Init
init() - Method in class com.keenedgesoftware.scrutinize.core.Selector
Init
initialize(CommandManager) - Static method in class com.keenedgesoftware.scrutinize.core.graphics.commands.GraphicsCommand
Initializes all the graphics commands.
initialize(CommandManager) - Static method in class com.keenedgesoftware.scrutinize.core.misc.commands.MiscCommand
Initializes all the miscellaneous commands.
initialize(CommandManager) - Static method in class com.keenedgesoftware.scrutinize.core.system.commands.RecorderCommand
Initializes all system commands.
initialize(CommandManager) - Static method in class com.keenedgesoftware.scrutinize.core.system.commands.SystemCommand
Initializes all system commands.
initialize(String[]) - Method in class com.keenedgesoftware.scrutinize.core.Universe
 
initializeDebug() - Method in class com.keenedgesoftware.scrutinize.core.TaskManager
 
initializeDebug() - Method in class com.keenedgesoftware.scrutinize.core.CommandManager
 
initializeDebug() - Method in class com.keenedgesoftware.scrutinize.core.BroadcastManager
Initializes debug for the broadcast manager
isBroadcast(String) - Method in class com.keenedgesoftware.scrutinize.core.BroadcastManager
Tests if the specified string is the name of a broadcast.
isHiliteSuppressed() - Method in class com.keenedgesoftware.scrutinize.core.Selector
 
isPersistentSelectionEnabled() - Method in class com.keenedgesoftware.scrutinize.core.Selector
 
isPickerActive() - Method in class com.keenedgesoftware.scrutinize.core.CommandManager
Returns true if a picker is active
isSelectorActive() - Method in class com.keenedgesoftware.scrutinize.core.CommandManager
Returns true if a selector is active

L

LEVEL_0 - Static variable in class com.keenedgesoftware.scrutinize.core.Command
Level 0, used for top-level commands (eg start, quit)
LEVEL_1 - Static variable in class com.keenedgesoftware.scrutinize.core.Command
Level 1, used for interactive modelling commands.
LEVEL_2 - Static variable in class com.keenedgesoftware.scrutinize.core.Command
Level 2, used for primary camera controls.
LEVEL_3 - Static variable in class com.keenedgesoftware.scrutinize.core.Command
Level 3, used for secondary camera controls.
LEVEL_4 - Static variable in class com.keenedgesoftware.scrutinize.core.Command
Level 4, used for batch modelling commands

M

matches(String, String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Compares two message strings for equality
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.CommandManager
Usual message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.Command
Message handler.
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.Picker
Message handler.
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.Selector
Message handler.
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.GArrowheadCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.GMeshCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.ResetHomeCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.GLineArrayCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.ZoomWindowCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.HomeCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.UnhiliteAllCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.SetHomeUpCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.NextViewCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.DeleteAllCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.UnhiliteNodeCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.GGroupCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.GPointArrayCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.DeleteCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.RotateDynamicCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.ZoomDynamicCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.MoveCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.GPointCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.ZoomCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.CentreCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.TransformCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.RotateCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.HiliteNodeCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.GQuadArrayCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.GAxesCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.PreviousViewCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.GPolylineCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.PanDynamicCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.GLineCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.DeleteNodeCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.SetPropertyCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.SetHomeDirCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.GPolylineArrayCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.GArrowCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.FitCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.graphics.commands.ScaleCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.misc.commands.DebugOffCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.misc.commands.UnfreezeUICommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.misc.commands.SleepCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.misc.commands.EchoCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.misc.commands.ProgressBarCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.misc.commands.PrintlnCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.misc.commands.ClearCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.misc.commands.DebugReportCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.misc.commands.DebugOnCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.misc.commands.QuitCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.misc.commands.FreezeUICommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.misc.commands.StartCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.system.commands.SaveSessionAsCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.system.commands.StopRecordingCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.system.commands.ResetSessionCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.system.commands.FastForwardCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.system.commands.SaveSessionCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.system.commands.StepCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.system.commands.StartRecordingCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.system.commands.PlayCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.system.commands.ConnectClientCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.system.commands.SetPlaybackFileCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.system.commands.StopCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.system.commands.StopServerCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.system.commands.PlayToMarkCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.system.commands.StartServerCommand
Message handler
messageHandler(String) - Method in class com.keenedgesoftware.scrutinize.core.system.commands.DisconnectClientCommand
Message handler
messageHandlerInternal(String, int, int) - Method in class com.keenedgesoftware.scrutinize.core.CommandManager
Internal message handlers.
messageHandlerInternal2(String, int, int) - Method in class com.keenedgesoftware.scrutinize.core.CommandManager
 
messageHandlerInternal3(String, int, int) - Method in class com.keenedgesoftware.scrutinize.core.CommandManager
Internal message handler
messageHandlerInternal4(String) - Method in class com.keenedgesoftware.scrutinize.core.CommandManager
Internal message handler
messageHandlerLongCommand(String) - Method in class com.keenedgesoftware.scrutinize.core.CommandManager
Message handler for time-hungry commands.
MessageParser - class com.keenedgesoftware.scrutinize.core.MessageParser.
 
MessageParser() - Constructor for class com.keenedgesoftware.scrutinize.core.MessageParser
Default constructor
MiscCommand - class com.keenedgesoftware.scrutinize.core.misc.commands.MiscCommand.
Base class for miscellaneous commands
MiscCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.MiscCommand
Default constructor
MiscCommand(CommandManager, int) - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.MiscCommand
Usual constructor for suspending-type command
MiscCommand(CommandManager, int, int) - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.MiscCommand
Usual constructor for terminating-type command
MoveCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.MoveCommand.
Translates the specified node or current selection by the specified vector.

Examples:
$move 3 4 5
$move "/a1/a2/e3" 3 4 5
MoveCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.MoveCommand
Default constructor
MoveCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.MoveCommand
Usual constructor

N

NEWLINE - Static variable in class com.keenedgesoftware.scrutinize.core.CoreEntity
 
NextViewCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.NextViewCommand.
Restores the next camera

Example:
$undoView
NextViewCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.NextViewCommand
Default constructor
NextViewCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.NextViewCommand
Usual constructor

P

PanDynamicCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.PanDynamicCommand.
Pans the active view dynamically under control of the mouse.

Example:
$panDynamic
"button1Down 0 0.04024767801857587 -0.09363295880149813 107.09039172800941 124.95665326048207 -137.07409167785175"
"drag 0 0.034055727554179516 -0.09363295880149813 108.23688946964673 124.9468782747747 -136.15765896716573"
"drag 0 0.021671826625387025 -0.08614232209737827 110.15432216540701 126.2611304013943 -133.84072114309564"
"button1Up 0 0.009287925696594534 -0.08614232209737827 109.38338721128409 124.93710328906727 -135.24122625647976"
PanDynamicCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.PanDynamicCommand
Default constructor
PanDynamicCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.PanDynamicCommand
Usual constructor
parseActivate(String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a message is an activate message.
parseBoolean(String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a string is a boolean value, and saves it if so.
parseButton(String, String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a message is the specified button message, and saves its arguments if so.
parseChar(String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a string is a single character, and saves it if so.
parseDelete(String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a message is a delete message.
parseDouble(String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a string is a double value, and saves it if so.
parseEol(String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a string is an eol message.
parseFloat(String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a string is a float value, and saves it if so.
parseInit(String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a message is an init message.
parseInt(String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a string is a decimal integer value, and saves it if so.
parseKeyPress(String, String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a message is the specified keyPress message, and saves its arguments if so
parseKeyType(String, String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a message is the specified keyType message, and saves its arguments if so
parseMotion(String, String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a message is the specified button motion message, and saves its arguments if so.
parseName(String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a message is a valid name, and saves it if so
parseProperty(String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a message is a property message, and saves its arguments if so.
parseQuit(String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a message is a quit message.
parser - Static variable in class com.keenedgesoftware.scrutinize.core.Command
Message parser
parseSelection(String, String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a message is the specified selection message, and saves its arguments if so.
parseString(String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Saves the given string
parseWord(String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if a string is a word, and saves it if so
peekActiveCommand() - Method in class com.keenedgesoftware.scrutinize.core.CommandManager
Peeks at the top command
Picker - class com.keenedgesoftware.scrutinize.core.Picker.
The picker translates button press and mouse motion messages into selection and dyn-selection messages, which it then forwards to the message handlers
Picker() - Constructor for class com.keenedgesoftware.scrutinize.core.Picker
Default constructor
Picker(Command) - Constructor for class com.keenedgesoftware.scrutinize.core.Picker
Usual constructor
PlayCommand - class com.keenedgesoftware.scrutinize.core.system.commands.PlayCommand.
Replays the current playback file quite slowly.

Example:
$play
PlayCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.PlayCommand
Default constructor
PlayCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.PlayCommand
Usual constructor
PlayToMarkCommand - class com.keenedgesoftware.scrutinize.core.system.commands.PlayToMarkCommand.
Replays the current playback file, up to the next occurrence of "$mark".

Example:
$playToMark
PlayToMarkCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.PlayToMarkCommand
Default constructor
PlayToMarkCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.PlayToMarkCommand
Usual constructor
PreviousViewCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.PreviousViewCommand.
Restores the previous camera

Example:
$undoView
PreviousViewCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.PreviousViewCommand
Default constructor
PreviousViewCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.PreviousViewCommand
Usual constructor
PrintlnCommand - class com.keenedgesoftware.scrutinize.core.misc.commands.PrintlnCommand.
Outputs the specified string, adding a newline at the end.

Examples:
$println "Hello, scrutinize!"
PrintlnCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.PrintlnCommand
Default constructor
PrintlnCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.PrintlnCommand
Usual constructor
ProgressBarCommand - class com.keenedgesoftware.scrutinize.core.misc.commands.ProgressBarCommand.
Updates the progress bar to the supplied percentage

Example:
$progressBar 25
ProgressBarCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.ProgressBarCommand
Default constructor
ProgressBarCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.ProgressBarCommand
Usual constructor

Q

QUIT - Static variable in class com.keenedgesoftware.scrutinize.core.CoreEntity
 
quit() - Method in class com.keenedgesoftware.scrutinize.core.Picker
Quit
quit() - Method in class com.keenedgesoftware.scrutinize.core.Selector
Quit
QuitCommand - class com.keenedgesoftware.scrutinize.core.misc.commands.QuitCommand.
Exits the program.

Example:
$quit
QuitCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.QuitCommand
Default constructor
QuitCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.QuitCommand
Usual constructor
QUOTE - Static variable in class com.keenedgesoftware.scrutinize.core.CoreEntity
 

R

RecorderCommand - class com.keenedgesoftware.scrutinize.core.system.commands.RecorderCommand.
Base class for recorder commands.
RecorderCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.RecorderCommand
Default constructor
RecorderCommand(CommandManager, int) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.RecorderCommand
Usual constructor for suspending-type command.
RecorderCommand(CommandManager, int, int) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.RecorderCommand
Usual consructor for terminating-type command.
redo() - Method in class com.keenedgesoftware.scrutinize.core.TaskManager
 
redo() - Method in class com.keenedgesoftware.scrutinize.core.Task
 
redoable() - Method in class com.keenedgesoftware.scrutinize.core.Task
 
reset() - Method in class com.keenedgesoftware.scrutinize.core.Universe
 
ResetHomeCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.ResetHomeCommand.
Resets the home camera to default values.

Example:
$resetHome
ResetHomeCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.ResetHomeCommand
Default constructor
ResetHomeCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.ResetHomeCommand
Usual constructor
ResetSessionCommand - class com.keenedgesoftware.scrutinize.core.system.commands.ResetSessionCommand.
Resets all variables, camera positions etc to default values.

Examples:
$resetSession
ResetSessionCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.ResetSessionCommand
Default constructor
ResetSessionCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.ResetSessionCommand
Usual constructor
RotateCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.RotateCommand.
Rotates the specified node or current selection around the specified axis by the specified angle in degrees.

Examples:
$rotate 3 4 5 0 0 1 30
$rotate "/a1/a2/e3" 3 4 5 0 0 1 30
RotateCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.RotateCommand
Default constructor
RotateCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.RotateCommand
Usual constructor
RotateDynamicCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.RotateDynamicCommand.
Rotates the active view dynamically under control of the mouse.

Example:
$rotateDynamic
"button1Down 0 0.7770897832817338 0.6404494382022472 165.65061799410486 113.1178945273284 1001.5322682164455"
"drag 0 0.758513931888545 0.6179775280898876 161.69084226516213 109.14884559654493 1001.4956402909528"
"drag 0 0.7399380804953561 0.6029962546816479 157.73106653621937 106.50281297602262 1001.45901236546"
"drag 0 0.7213622291021671 0.5805243445692884 153.77129080727659 102.53376404523918 1001.4223844399673"
"button1Up 0 0.7027863777089782 0.5580524344569289 148.6531844735187 100.301622413503 1001.4928911139701"
RotateDynamicCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.RotateDynamicCommand
Default constructor
RotateDynamicCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.RotateDynamicCommand
Constructor
run() - Method in class com.keenedgesoftware.scrutinize.core.CommandManager
Run method for messageHandlerLongCommand

S

SaveSessionAsCommand - class com.keenedgesoftware.scrutinize.core.system.commands.SaveSessionAsCommand.
Saves the current session to a specified recorder file.

Examples:
$saveSessionAs "mySession.pbk"
SaveSessionAsCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.SaveSessionAsCommand
Default constructor
SaveSessionAsCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.SaveSessionAsCommand
Usual constructor
SaveSessionCommand - class com.keenedgesoftware.scrutinize.core.system.commands.SaveSessionCommand.
Saves the current session to a file.

Examples:
$saveSession
SaveSessionCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.SaveSessionCommand
Default constructor
SaveSessionCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.SaveSessionCommand
Usual constructor
ScaleCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.ScaleCommand.
Uniformly scales the specified node or current selection around the specified scale centre by the specified scale factor.

Examples:
$scale 6 2 1 10
$scale "/a1/a2/e3" 6 2 1 10
ScaleCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.ScaleCommand
Default constructor
ScaleCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.ScaleCommand
Usual constructor
Selector - class com.keenedgesoftware.scrutinize.core.Selector.
The selector class handles selection and dyn-selection messages, and it manages the selection state (ie which entities are currently selected).
Selector() - Constructor for class com.keenedgesoftware.scrutinize.core.Selector
Default constructor
Selector(Command) - Constructor for class com.keenedgesoftware.scrutinize.core.Selector
Usual constructor
setCursor(CursorEvent) - Method in class com.keenedgesoftware.scrutinize.core.Command
 
setHiliteSuppressed(boolean) - Method in class com.keenedgesoftware.scrutinize.core.Selector
 
SetHomeDirCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.SetHomeDirCommand.
Sets the home camera viewing direction to the specified vector.

Example:
$setHomeDir 0 0 -1
SetHomeDirCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.SetHomeDirCommand
Default constructor
SetHomeDirCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.SetHomeDirCommand
Usual constructor
SetHomeUpCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.SetHomeUpCommand.
Sets the home camera's up direction to the specified vector.

Example:
$setHomeUp 1 0 0
SetHomeUpCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.SetHomeUpCommand
Default constructor
SetHomeUpCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.SetHomeUpCommand
Usual constructor
setPersistentSelectionEnabled(boolean) - Method in class com.keenedgesoftware.scrutinize.core.Selector
 
setPicker(Picker) - Method in class com.keenedgesoftware.scrutinize.core.Command
 
SetPlaybackFileCommand - class com.keenedgesoftware.scrutinize.core.system.commands.SetPlaybackFileCommand.
Sets the current playback file to the specified filename.

Example:
$setPlaybackFile "myLastSession.pbk"
SetPlaybackFileCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.SetPlaybackFileCommand
Default constructor
SetPlaybackFileCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.SetPlaybackFileCommand
Usual constructor
setPrompt(PromptEvent) - Method in class com.keenedgesoftware.scrutinize.core.Command
 
setProperty(String, String) - Method in class com.keenedgesoftware.scrutinize.core.Universe
 
SetPropertyCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.SetPropertyCommand.
Sets the specified property on the specified node or on the current selection.

Examples:
$setProperty "/a1/a2/e3" "tag=50" "name=e4" "rgb=1.0 0.0 0.0";
$setProperty "tag=50" "name=e4" "rgb=1.0 0.0 0.0";
SetPropertyCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.SetPropertyCommand
Default constructor
SetPropertyCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.SetPropertyCommand
Usual constructor
setSelector(Selector) - Method in class com.keenedgesoftware.scrutinize.core.Command
 
setState(int) - Method in class com.keenedgesoftware.scrutinize.core.Command
Sets the current state of the command to the specified value
SLASH - Static variable in class com.keenedgesoftware.scrutinize.core.CoreEntity
 
SleepCommand - class com.keenedgesoftware.scrutinize.core.misc.commands.SleepCommand.
Waits for the specified number of milliseconds to pass

Example:
$sleep 20
SleepCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.SleepCommand
Default constructor
SleepCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.SleepCommand
Usual constructor
SOURCE_INTERACTIVE - Static variable in class com.keenedgesoftware.scrutinize.core.CommandManager
The message was generated by a user interaction
SOURCE_NETCASTER - Static variable in class com.keenedgesoftware.scrutinize.core.CommandManager
The message was read from the net by the netcaster
SOURCE_RECORDER - Static variable in class com.keenedgesoftware.scrutinize.core.CommandManager
The message was read from a pbk file by the recorder
SPACE - Static variable in class com.keenedgesoftware.scrutinize.core.CoreEntity
 
StartCommand - class com.keenedgesoftware.scrutinize.core.misc.commands.StartCommand.
The start command is pushed onto the command stack automatically when scrutinize is initialized.

Examples:
$start
StartCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.StartCommand
Default constructor
StartCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.StartCommand
Usual constructor
StartRecordingCommand - class com.keenedgesoftware.scrutinize.core.system.commands.StartRecordingCommand.
Restarts recording for the current session.

Example:
$startRecording
StartRecordingCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.StartRecordingCommand
Default constructor
StartRecordingCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.StartRecordingCommand
Usual constructor
StartServerCommand - class com.keenedgesoftware.scrutinize.core.system.commands.StartServerCommand.
Initializes a scrutinize server.

Example:
$startServer
StartServerCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.StartServerCommand
Default constructor
StartServerCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.StartServerCommand
Usual constructor
startsWith(String, String) - Method in class com.keenedgesoftware.scrutinize.core.MessageParser
Tests if string s1 starts with prefix s2
STATE_DYNAMIC - Static variable in class com.keenedgesoftware.scrutinize.core.graphics.commands.PanDynamicCommand
"Dynamic" state.
STATE_FINAL - Static variable in class com.keenedgesoftware.scrutinize.core.Command
Final state, which the command-manager interprets as meaning the command is finished.
STATE_INITIAL - Static variable in class com.keenedgesoftware.scrutinize.core.Command
Initial state, in which all commands are created.
StepCommand - class com.keenedgesoftware.scrutinize.core.system.commands.StepCommand.
Replays a single line the current playback file.

Examples:
$step
StepCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.StepCommand
Default constructor
StepCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.StepCommand
Usual constructor
StopCommand - class com.keenedgesoftware.scrutinize.core.system.commands.StopCommand.
Aborts a playback and closes the playback file.

Example:
$stop
StopCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.StopCommand
Default constructor
StopCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.StopCommand
Usual constructor
StopRecordingCommand - class com.keenedgesoftware.scrutinize.core.system.commands.StopRecordingCommand.
Suspends recording of the current session.

Examples:
$stopRecording
StopRecordingCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.StopRecordingCommand
Default constructor
StopRecordingCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.StopRecordingCommand
Usual constructor
StopServerCommand - class com.keenedgesoftware.scrutinize.core.system.commands.StopServerCommand.
Closes down a scrutinize server.

Example:
$stopServer
StopServerCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.StopServerCommand
Default constructor
StopServerCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.StopServerCommand
Usual constructor
SystemCommand - class com.keenedgesoftware.scrutinize.core.system.commands.SystemCommand.
Base class for system commands.
SystemCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.SystemCommand
Default constructor
SystemCommand(CommandManager, int) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.SystemCommand
Usual constructor for suspending-type command.
SystemCommand(CommandManager, int, int) - Constructor for class com.keenedgesoftware.scrutinize.core.system.commands.SystemCommand
Usual consructor for terminating-type command.

T

Task - class com.keenedgesoftware.scrutinize.core.Task.
 
Task() - Constructor for class com.keenedgesoftware.scrutinize.core.Task
 
TaskManager - class com.keenedgesoftware.scrutinize.core.TaskManager.
 
TaskManager(Universe) - Constructor for class com.keenedgesoftware.scrutinize.core.TaskManager
 
TransformCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.TransformCommand.
Transforms the specified node or current selection by the specified 4x4 transformation matrix.

Examples:
TransformCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.TransformCommand
Default constructor
TransformCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.TransformCommand
Usual constructor
TYPE_SUSPENDING - Static variable in class com.keenedgesoftware.scrutinize.core.Command
Suspending type of command.
TYPE_TERMINATING - Static variable in class com.keenedgesoftware.scrutinize.core.Command
Terminating type of command.

U

undo() - Method in class com.keenedgesoftware.scrutinize.core.TaskManager
 
undo() - Method in class com.keenedgesoftware.scrutinize.core.Task
 
undoable() - Method in class com.keenedgesoftware.scrutinize.core.Task
 
UnfreezeUICommand - class com.keenedgesoftware.scrutinize.core.misc.commands.UnfreezeUICommand.
Resumes prompts etc after a freezeUI.

Example:
$unfreezeUI
UnfreezeUICommand() - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.UnfreezeUICommand
Default constructor
UnfreezeUICommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.misc.commands.UnfreezeUICommand
Usual constructor
UnhiliteAllCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.UnhiliteAllCommand.
Unhilites everything in the scene graph.

Examples:
$unhiliteAll
UnhiliteAllCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.UnhiliteAllCommand
Default constructor
UnhiliteAllCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.UnhiliteAllCommand
Usual constructor
UnhiliteNodeCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.UnhiliteNodeCommand.
Unhilites the specified node.

Example:
$unhiliteNode "/a1/a2/e2"
UnhiliteNodeCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.UnhiliteNodeCommand
Default constructor
UnhiliteNodeCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.UnhiliteNodeCommand
Usual constructor
Universe - class com.keenedgesoftware.scrutinize.core.Universe.
Top-level object of scrutinize core.
Universe() - Constructor for class com.keenedgesoftware.scrutinize.core.Universe
 

Z

ZoomCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.ZoomCommand.
Zooms the active view by the specified factor.

Example:
$zoom 3
ZoomCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.ZoomCommand
Default constructor
ZoomCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.ZoomCommand
Usual constructor
ZoomDynamicCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.ZoomDynamicCommand.
Zooms the active view dynamically under control of the mouse.

Example:
$zoomDynamic
"button1Down 0 0.5046439628482973 -0.2584269662921348 497.23482879686776 393.1817334895816 -819.6987481564369" "drag 0 0.5046439628482973 -0.2359550561797752 496.2605350511262 396.7696851389636 -818.3092503789436" "drag 0 0.4984520123839009 -0.19850187265917607 500.30752247920526 404.54749375001995 -810.6103248406122" "drag 0 0.49226006191950455 -0.16104868913857673 506.9068968902618 412.3840814752175 -800.9341992145005" "button1Up 0 0.49226006191950455 -0.13108614232209748 512.3445989649441 418.05203587659616 -793.4300363858792"
ZoomDynamicCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.ZoomDynamicCommand
Default constructor
ZoomDynamicCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.ZoomDynamicCommand
Usual constructor
ZoomWindowCommand - class com.keenedgesoftware.scrutinize.core.graphics.commands.ZoomWindowCommand.
Scales the view to fit a new rectangle

Example:
ZoomWindowCommand() - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.ZoomWindowCommand
Default constructor
ZoomWindowCommand(CommandManager) - Constructor for class com.keenedgesoftware.scrutinize.core.graphics.commands.ZoomWindowCommand
Usual constructor

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