Uses of Class
com.evolution.player.ui.artwork.AlbumArtworkDecorator.Position

Packages that use AlbumArtworkDecorator.Position
com.evolution.player.ui.artwork   
 

Uses of AlbumArtworkDecorator.Position in com.evolution.player.ui.artwork
 

Methods in com.evolution.player.ui.artwork that return AlbumArtworkDecorator.Position
abstract  AlbumArtworkDecorator.Position AlbumArtworkDecorator.Decoration.getPosition()
          The position of the decoration.
static AlbumArtworkDecorator.Position AlbumArtworkDecorator.Position.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AlbumArtworkDecorator.Position[] AlbumArtworkDecorator.Position.values()
          Returns an array containing the constants of this enum type, in the order they are declared.