jokey
Class PlayerContext

java.lang.Object
  |
  +--jokey.PlayerContext

public class PlayerContext
extends java.lang.Object

PlayerContext contains all the variables necessary to define an AWT Karaoke Player.


Constructor Summary
PlayerContext()
           
 
Method Summary
 int getAnchorX()
           
 int getAnchorY()
           
 java.awt.Color getBackgroundColor()
           
 java.awt.Font getFont()
           
 java.awt.Color getForegroundColor()
           
 int getHeight()
           
 java.util.Locale getLocale()
           
 java.awt.Color getSwapColor()
           
 int getWidth()
           
 void setAnchorX(int anchorX)
           
 void setAnchorY(int anchorY)
           
 void setBackgroundColor(java.awt.Color backColor)
           
 void setFont(java.awt.Font font)
           
 void setForegroundColor(java.awt.Color foreColor)
           
 void setHeight(int height)
           
 void setLocale(java.util.Locale locale)
           
 void setSwapColor(java.awt.Color swapColor)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerContext

public PlayerContext()
Method Detail

getLocale

public java.util.Locale getLocale()

setLocale

public void setLocale(java.util.Locale locale)

getFont

public java.awt.Font getFont()

setFont

public void setFont(java.awt.Font font)

getForegroundColor

public java.awt.Color getForegroundColor()

setForegroundColor

public void setForegroundColor(java.awt.Color foreColor)

getBackgroundColor

public java.awt.Color getBackgroundColor()

setBackgroundColor

public void setBackgroundColor(java.awt.Color backColor)

getSwapColor

public java.awt.Color getSwapColor()

setSwapColor

public void setSwapColor(java.awt.Color swapColor)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

getAnchorX

public int getAnchorX()

setAnchorX

public void setAnchorX(int anchorX)

getAnchorY

public int getAnchorY()

setAnchorY

public void setAnchorY(int anchorY)