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

S

sample(int, int, int) - Method in class t3.hrd.input.MaxellAnotoPen
 
sample(int, int, int) - Method in interface uk.org.pjt.jmaxellanotostream.PenListener
 
saveProjectorConfigsToProperties(LinkedList<ProjectorConfig>, Properties) - Static method in class t3.hrd.util.LoadConfigsFromProperties
 
scaleChangePerMM - Variable in class t3.portfolios.commonbehaviours.RNTWTORAndRegroupAndShrinkAndDestroy
 
scaleInContainerDESKtoPORT - Variable in class t3.portfolios.commonbehaviours.RNTWTORAndRegroupAndShrinkAndDestroy
 
ScaRotTraRectangle - Class in t3.hrd.state
Represents a scaled rotated translated rectangle.
ScaRotTraRectangle(Matrix) - Constructor for class t3.hrd.state.ScaRotTraRectangle
 
ScaRotTraTransformImmutable - Class in t3.hrd.state
Represents a transform in 2D homogenous space, where the transform consists of a positive scale, a rotation (about the origin) and a translation.
ScaRotTraTransformImmutable(double, double, double, double, double) - Constructor for class t3.hrd.state.ScaRotTraTransformImmutable
 
ScaRotTraTransformImmutable(Matrix) - Constructor for class t3.hrd.state.ScaRotTraTransformImmutable
 
ScaRotTraTransformImmutableUniformScale - Class in t3.hrd.state
Version of ScaRotTraTransformImmutable but with uniform scale.
ScaRotTraTransformImmutableUniformScale(double, double, double, double) - Constructor for class t3.hrd.state.ScaRotTraTransformImmutableUniformScale
 
ScaRotTraTransformImmutableUniformScale(Matrix) - Constructor for class t3.hrd.state.ScaRotTraTransformImmutableUniformScale
 
sd(List<Double>) - Static method in class t3.hrd.state.JOGLHelper
 
sendAndFlushIfBTNonBlocking(Serializable) - Method in class t3.remotehrd.server.NonBlockingObjectSender
 
sendLogMessageToAllClients(String) - Method in class t3.portfolios.PortfolioServer
 
sendMessageToServer(Serializable) - Method in class t3.remotehrd.client.RemoteHRDClient
 
serialEvent(SerialPortEvent) - Method in class uk.org.pjt.jmaxellanotostream.PenStreamingConnection
Whenever data is available, send bytes one in a row to the processor.
setChildToPosition(Portfolio, int) - Method in class t3.portfolios.Portfolio
 
setDESKtoPORT(Matrix) - Method in class t3.portfolios.Portfolio
Set this portfolio's coordinate space relative to the display surface's coordinate space.
setHandler() - Static method in class t3.hrd.renderer.HRDRenderer.AWTErrorHandler
 
setKeyboardFocusForPerson(Portfolio, Person) - Method in class t3.portfolios.PortfolioServer
Sets the portfolio to which keyboard input events from a specified person will be sent.
setNewChildrenOrder(List<Portfolio>) - Method in class t3.portfolios.Portfolio
Sets the new child order, which governs the order in which tiles appear on the display surface.
setNonBlackedAreas(List<ProjectorTransforms>, BlendOptions) - Static method in class t3.hrd.renderer.ProjectorTransforms
 
setPORTtoDESK(ScaRotTraTransformImmutableUniformScale) - Method in class t3.portfolios.Portfolio
Set this portfolio's coordinate space as a scaled, rotated and translated version of the display surface's coordinate space.
setPORTtoPPORT(ScaRotTraTransformImmutableUniformScale) - Method in class t3.portfolios.Portfolio
Set this portfolio's coordinate space as a scaled, rotated and translated version of the its parent portfolio's coordinate space.
setStateDESKcoordsFromINPUTcoords(double, double) - Method in class t3.hrd.input.PointInputDevice
 
setTileWidthAndHeightInPORT(double, double) - Method in class t3.portfolios.Portfolio
Specify the width and height of this portfolio's tile, relative to this portfolio's coordinate space.
setVisibleWhenParentVisible(boolean) - Method in class t3.portfolios.Portfolio
Sets the visibility of this portfolio relative to its parent.
ShapeInputDevice - Class in t3.hrd.input
Experimental.
ShapeInputDevice(int) - Constructor for class t3.hrd.input.ShapeInputDevice
 
ShapeInputDeviceState - Class in t3.hrd.input
Experimental.
ShapeInputDeviceState(int) - Constructor for class t3.hrd.input.ShapeInputDeviceState
 
shortArrayToWritableRasterForTextureWithoutCopy(short[], int, int) - Static method in class t3.hrd.state.JOGLHelper
 
showGrid(List<ProjectorConfig>) - Static method in class t3.hrd.util.Calibrate
 
showTestChecker(LinkedList<ProjectorConfig>, LinkedList<PointInputDevice>, boolean, BlendOptions) - Static method in class t3.hrd.util.Calibrate
 
showTestWhite(LinkedList<ProjectorConfig>, LinkedList<PointInputDevice>, boolean, BlendOptions) - Static method in class t3.hrd.util.Calibrate
 
Sim - Class in t3.hrd.input
Simulator input just simulates pointer drawing circles with no buttons.
Sim(int, int, Matrix, boolean, Properties, String) - Constructor for class t3.hrd.input.Sim
 
skip(long) - Method in class t3.remotehrd.client.BandwidthMeasuringInputStream
 
sortAscending(List<Double>) - Static method in class t3.hrd.state.JOGLHelper
STATS STUFF ***********************
sourcePortfolio - Variable in class t3.portfolios.PortfolioLink
 
sourcePORTrect - Variable in class t3.portfolios.PortfolioLink
 
splitDimensionForTileImages - Variable in class t3.hrd.state.StateManager
 
state - Variable in class t3.hrd.input.PointInputDevice
 
state - Variable in class t3.hrd.input.ShapeInputDevice
 
StateListener - Interface in t3.hrd.state
 
stateListener - Variable in class t3.hrd.state.StateManager
 
stateManager - Variable in class t3.hrd.renderer.HRDRenderer
Call methods on the stateManager object to create and manipulate Tiles, Cursors and Links on the display.
stateManager - Variable in class t3.hrd.state.OrderedElement
 
StateManager - Class in t3.hrd.state
A StateManager allows you to create, destroy and reorder Links, Tiles and Cursors.
StateManager(StateListener, boolean, boolean, int, int) - Constructor for class t3.hrd.state.StateManager
Creates a StateManager.
stateManager - Variable in class t3.remotehrd.server.RemoteHRDServer
See notes above.
sTileId - Variable in class t3.remotehrd.protocol.OpUpdateTileContentsByCopyingFromOtherTile
 
storePropertiesSorted(Properties, OutputStream, String) - Static method in class t3.hrd.state.JOGLHelper
writing out a properties file
SwingFramePortfolio - Class in t3.portfolios.swing
A portfolio whose tile appears to be a frame into which you can place Java Swing components that respond to keyboard and point input device events.
SwingFramePortfolio(PortfolioServer, Portfolio, PortfolioCommonBehaviour, int, int, int, int) - Constructor for class t3.portfolios.swing.SwingFramePortfolio
 
SwingFramePortfolio(PortfolioServer, Portfolio, PortfolioCommonBehaviour, int, int, int, int, boolean) - Constructor for class t3.portfolios.swing.SwingFramePortfolio
 
SwingFramePortfolioKeyEvent - Class in t3.portfolios.swing
Represents an AWT key event caused by a portfolio key event.
SwingFramePortfolioMouseEvent - Class in t3.portfolios.swing
Represents an AWT mouse event caused by a portfolio PID event.
sx - Variable in class t3.remotehrd.protocol.OpUpdateTileContentsByCopyingFromOtherTile
 
sy - Variable in class t3.remotehrd.protocol.OpUpdateTileContentsByCopyingFromOtherTile
 

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