Uses of Package
com.bramosystems.oss.player.core.client.geom

Packages that use com.bramosystems.oss.player.core.client.geom
com.bramosystems.oss.player.core.client.geom Provides geometry and related utility classes, such as vectors, matrixes and transformation matrixes, to support graphics manipulation 
com.bramosystems.oss.player.core.client.skin Provides classes to develop custom players which can serve as cross browser media players. 
com.bramosystems.oss.player.core.client.ui Provides user interface widgets to embed Windows Media Player™, QuickTime® Player, VLC Media Player, Flash Player, DivX® Web Player and HTML 5 video elements in GWT applications. 
com.bramosystems.oss.player.flat.client Sample custom video player implementation 
com.bramosystems.oss.player.uibinder.client Provides wrapper classes with UiBinder support for the various player widgets. 
com.bramosystems.oss.player.uibinder.client.youtube Provides wrapper classes for adding YouTube™ video players to UiBinder ui.xml files 
 

Classes in com.bramosystems.oss.player.core.client.geom used by com.bramosystems.oss.player.core.client.geom
Matrix2D
          Implements a 3x3 matrix.
Matrix3D
          Implements a 4x4 matrix.
TransformationMatrix
          Represents a transformation matrix that determines how to map points from one coordinate space to another.
Vector
          Represents a location or point in three-dimensional space using the Cartesian coordinates x, y, and z.
Vector3D
          Represents a location or point in three-dimensional space similar to a Vector, but in addition, consists of a fourth property w which can be used to represent the angle of rotation.
 

Classes in com.bramosystems.oss.player.core.client.geom used by com.bramosystems.oss.player.core.client.skin
MatrixSupport
          Interface for players that have two-dimensional transformation matrix support.
TransformationMatrix
          Represents a transformation matrix that determines how to map points from one coordinate space to another.
 

Classes in com.bramosystems.oss.player.core.client.geom used by com.bramosystems.oss.player.core.client.ui
MatrixSupport
          Interface for players that have two-dimensional transformation matrix support.
TransformationMatrix
          Represents a transformation matrix that determines how to map points from one coordinate space to another.
 

Classes in com.bramosystems.oss.player.core.client.geom used by com.bramosystems.oss.player.flat.client
MatrixSupport
          Interface for players that have two-dimensional transformation matrix support.
 

Classes in com.bramosystems.oss.player.core.client.geom used by com.bramosystems.oss.player.uibinder.client
MatrixSupport
          Interface for players that have two-dimensional transformation matrix support.
TransformationMatrix
          Represents a transformation matrix that determines how to map points from one coordinate space to another.
 

Classes in com.bramosystems.oss.player.core.client.geom used by com.bramosystems.oss.player.uibinder.client.youtube
MatrixSupport
          Interface for players that have two-dimensional transformation matrix support.
 



Copyright © 2009-2011. All Rights Reserved.