javazoom.jlgui.player.amp.skin

Class PlaylistUIDelegate


public class PlaylistUIDelegate
extends java.lang.Object

Constructor Summary

PlaylistUIDelegate()

Method Summary

Color
getBackgroundColor()
Image
getBottomLeftImage()
Image
getBottomRightImage()
Image
getBottomStretchImage()
AbsoluteConstraints
getConstraints()
Color
getCurrentColor()
Image
getLeftImage()
int
getLines()
Color
getNormalColor()
Image
getRightImage()
Color
getSelectedBackgroundColor()
Image
getTitleCenterImage()
Image
getTitleLeftImage()
Image
getTitleRightImage()
Image
getTitleStretchImage()
boolean
isInSelectArea(int x, int y)
boolean
isIndexArea(int y, int n)
void
paintBackground(Graphics g)
void
paintList(Graphics g)
void
setBackgroundColor(Color backgroundColor)
void
setBottomLeftImage(Image bottomLeftImage)
void
setBottomRightImage(Image bottomRightImage)
void
setBottomStretchImage(Image bottomStretchImage)
void
setConstraints(AbsoluteConstraints cnts)
void
setCurrentColor(Color currentColor)
void
setLeftImage(Image leftImage)
void
setNormalColor(Color normalColor)
void
setParent(PlaylistUI playlist)
void
setRightImage(Image rightImage)
void
setSelectedBackgroundColor(Color selectedColor)
void
setTitleCenterImage(Image titleCenterImage)
void
setTitleLeftImage(Image titleLeftImage)
void
setTitleRightImage(Image titleRightImage)
void
setTitleStretchImage(Image titleStretchImage)

Constructor Details

PlaylistUIDelegate

public PlaylistUIDelegate()

Method Details

getBackgroundColor

public Color getBackgroundColor()

getBottomLeftImage

public Image getBottomLeftImage()

getBottomRightImage

public Image getBottomRightImage()

getBottomStretchImage

public Image getBottomStretchImage()

getConstraints

public AbsoluteConstraints getConstraints()

getCurrentColor

public Color getCurrentColor()

getLeftImage

public Image getLeftImage()

getLines

public int getLines()

getNormalColor

public Color getNormalColor()

getRightImage

public Image getRightImage()

getSelectedBackgroundColor

public Color getSelectedBackgroundColor()

getTitleCenterImage

public Image getTitleCenterImage()

getTitleLeftImage

public Image getTitleLeftImage()

getTitleRightImage

public Image getTitleRightImage()

getTitleStretchImage

public Image getTitleStretchImage()

isInSelectArea

public boolean isInSelectArea(int x,
                              int y)

isIndexArea

public boolean isIndexArea(int y,
                           int n)

paintBackground

public void paintBackground(Graphics g)

paintList

public void paintList(Graphics g)

setBackgroundColor

public void setBackgroundColor(Color backgroundColor)

setBottomLeftImage

public void setBottomLeftImage(Image bottomLeftImage)

setBottomRightImage

public void setBottomRightImage(Image bottomRightImage)

setBottomStretchImage

public void setBottomStretchImage(Image bottomStretchImage)

setConstraints

public void setConstraints(AbsoluteConstraints cnts)

setCurrentColor

public void setCurrentColor(Color currentColor)

setLeftImage

public void setLeftImage(Image leftImage)

setNormalColor

public void setNormalColor(Color normalColor)

setParent

public void setParent(PlaylistUI playlist)

setRightImage

public void setRightImage(Image rightImage)

setSelectedBackgroundColor

public void setSelectedBackgroundColor(Color selectedColor)

setTitleCenterImage

public void setTitleCenterImage(Image titleCenterImage)

setTitleLeftImage

public void setTitleLeftImage(Image titleLeftImage)

setTitleRightImage

public void setTitleRightImage(Image titleRightImage)

setTitleStretchImage

public void setTitleStretchImage(Image titleStretchImage)

JavaZOOM 1999-2006