skip to main content
Maps > Glossaries > JViews Framework Glossary > T
 
T
thin client
Also called light client or clientless. A thin client is a way of deploying a client/server application such that the client side is small, with no Java running on the client. Users require only a Web browser and an Internet connection. The user interface is executed within the browser with no local system administration and the business logic is executed on a remote server. See also rich client
transformer
A 2D affine transformation that performs a linear mapping from 2D coordinates to other 2D coordinates. A transformer can be a scale, a translation, or a rotation.
A 2D affine transformation that performs a linear mapping from 2D coordinates to other 2D coordinates. The most important types of transformers are scalings, translations and rotations
triple buffering
A rendering technique that uses three frame buffers instead of two as in double buffering. With two buffers, front and back, the front buffer is being displayed while the back buffer is being drawn. When the back buffer is ready, it has to wait until the current scan of the screen is finished before the buffers can be swapped. With three buffers, there is no waiting time. Triple buffering results in smoother animation, especially if the screen has a slow refresh rate.

Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.