|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolution.player.ui.artwork.AlbumArtworkDecorator.Decoration
public abstract static class AlbumArtworkDecorator.Decoration
A decoration.
Clients must implement.
Constructor Summary | |
---|---|
AlbumArtworkDecorator.Decoration()
|
Method Summary | |
---|---|
abstract Action |
getAction()
The action to execute if this decoration is selected, if any. |
abstract ActionPosition[] |
getActionPositions()
The positions of the action in the workbench, or empty if the action should not be shown anywhere. |
abstract Image |
getImage()
The image to use to decorate. |
abstract AlbumArtworkDecorator.Position |
getPosition()
The position of the decoration. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlbumArtworkDecorator.Decoration()
Method Detail |
---|
public abstract AlbumArtworkDecorator.Position getPosition()
public abstract Image getImage()
public abstract Action getAction()
public abstract ActionPosition[] getActionPositions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |