Uses of Class
t3.portfolios.PortfolioServer

Packages that use PortfolioServer
t3.portfolios   
t3.portfolios.swing   
 

Uses of PortfolioServer in t3.portfolios
 

Fields in t3.portfolios declared as PortfolioServer
 PortfolioServer Portfolio.portfolioServer
           
 

Constructors in t3.portfolios with parameters of type PortfolioServer
AnimatorJobsThread(long targetMsBetweenFrames, PortfolioServer ps, java.util.List<AnimatorJobsThread.AnimationJob> jobs, long durationMillis, java.lang.Runnable onCompletion)
           
AnimatorThread(long targetMsBetweenFrames, PortfolioServer ps)
           
JotterPortfolio(PortfolioServer t3, Portfolio parent, PortfolioCommonBehaviour c, int jotterTileWidth, int jotterTileHeight, int jotterTileFlags)
           
PlainPortfolio(PortfolioServer t3, Portfolio parent, PortfolioCommonBehaviour c, java.awt.Color cc, int jotterTileFlags)
           
Portfolio(boolean isRoot, PortfolioServer portfolioServer, Portfolio parent, PortfolioCommonBehaviour commonBehaviour, boolean hasTile, int tileWidth, int tileHeight, int tileFlags, int portfolioFlags)
          Creates a new Portfolio, using sensible default values for unwarped rectangle identification.
Portfolio(boolean isRoot, PortfolioServer portfolioServer, Portfolio parent, PortfolioCommonBehaviour commonBehaviour, boolean hasTile, int tileWidth, int tileHeight, int tileFlags, int portfolioFlags, int hereld_minw, int hereld_maxw, int hereld_minh, int hereld_maxh, int hereld_contrastThresh)
           
RootPortfolio(PortfolioServer t3)
           
 

Uses of PortfolioServer in t3.portfolios.swing
 

Methods in t3.portfolios.swing with parameters of type PortfolioServer
static void SwingFramePortfolio.runLaterFromSwingThreadUsesPortfolios(PortfolioServer ps, java.lang.Runnable r)
           
 

Constructors in t3.portfolios.swing with parameters of type PortfolioServer
SwingFramePortfolio(PortfolioServer pm, Portfolio parent, PortfolioCommonBehaviour c, int width, int height, int tileFlags, int portfolioFlags)
           
SwingFramePortfolio(PortfolioServer pm, Portfolio parent, PortfolioCommonBehaviour c, int width, int height, int tileFlags, int portfolioFlags, boolean bubbleEventsToParentPortfolio)