Uses of Class
org.apache.pivot.wtk.media.Image

Packages that use Image
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
org.apache.pivot.wtk.content Contains classes representing component data, such as list items or table rows. 
org.apache.pivot.wtk.effects Contains classes supporting visual effects such as blurs, reflections, and drop shadows. 
org.apache.pivot.wtk.media Contains classes that provide multimedia support. 
org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
org.apache.pivot.wtk.text Contains classes representing a text object model. 
 

Uses of Image in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return Image
 Image Window.getIcon()
          Returns the window's icon.
static Image TabPane.getIcon(Component component)
           
static Image Accordion.getIcon(Component component)
           
 Image Manifest.getImage()
           
 Image LocalManifest.getImage()
           
 Image ImageView.getImage()
          Returns the image view's current image.
 Image RemoteManifest.getImage()
           
 

Methods in org.apache.pivot.wtk with parameters of type Image
 void AccordionAttributeListener.iconChanged(Accordion accordion, Component component, Image previousIcon)
          Called when a panel's icon attribute has changed.
 void AccordionAttributeListener.Adapter.iconChanged(Accordion accordion, Component component, Image previousIcon)
           
 void TabPaneAttributeListener.iconChanged(TabPane tabPane, Component component, Image previousIcon)
          Called when a tab's icon attribute has changed.
 void TabPaneAttributeListener.Adapter.iconChanged(TabPane tabPane, Component component, Image previousIcon)
           
 void WindowListener.iconChanged(Window window, Image previousIcon)
          Called when a window's icon has changed.
 void WindowListener.Adapter.iconChanged(Window window, Image previousIcon)
           
 void ImageViewListener.imageChanged(ImageView imageView, Image previousImage)
          Called when an image view's image has changed.
 void ImageViewListener.Adapter.imageChanged(ImageView imageView, Image previousImage)
           
 void TextArea.insertImage(Image image)
           
 void LocalManifest.putImage(Image image)
           
static void TabPane.setIcon(Component component, Image icon)
           
static void Accordion.setIcon(Component component, Image icon)
           
 void Window.setIcon(Image icon)
          Sets the window's icon.
 void ImageView.setImage(Image image)
          Sets the image view's current image.
 

Constructors in org.apache.pivot.wtk with parameters of type Image
ImageView(Image image)
          Creates an image view with the given image.
 

Uses of Image in org.apache.pivot.wtk.content
 

Subclasses of Image in org.apache.pivot.wtk.content
static class ListViewColorItemRenderer.ColorBadge
          Internal image class for rendering color swatches.
 

Methods in org.apache.pivot.wtk.content that return Image
 Image TreeBranch.getExpandedIcon()
           
 Image ListItem.getIcon()
           
 Image TreeNode.getIcon()
           
 Image ButtonData.getIcon()
           
 Image TableViewHeaderData.getIcon()
           
 

Methods in org.apache.pivot.wtk.content with parameters of type Image
 void TreeBranch.setExpandedIcon(Image expandedIcon)
           
 void ListItem.setIcon(Image icon)
           
 void TreeNode.setIcon(Image icon)
           
 void ButtonData.setIcon(Image icon)
           
 void TableViewHeaderData.setIcon(Image icon)
           
 

Constructors in org.apache.pivot.wtk.content with parameters of type Image
ButtonData(Image icon)
           
ButtonData(Image icon, String text)
           
ListItem(Image icon)
           
ListItem(Image icon, String text)
           
MenuItemData(Image icon)
          Constructor.
MenuItemData(Image icon, String text)
          Constructor.
MenuItemData(Image icon, String text, Keyboard.KeyStroke keyboardShortcut)
          Constructor.
TableViewHeaderData(Image icon)
           
TableViewHeaderData(Image icon, String text)
           
TreeBranch(Image icon)
           
TreeBranch(Image icon, Image expandedIcon, String text)
           
TreeBranch(Image icon, String text)
           
TreeNode(Image icon)
           
TreeNode(Image icon, String text)
           
 

Uses of Image in org.apache.pivot.wtk.effects
 

Methods in org.apache.pivot.wtk.effects that return Image
 Image WatermarkDecorator.getImage()
          Gets the image that will be painted over this decorator's component.
 

Methods in org.apache.pivot.wtk.effects with parameters of type Image
 void WatermarkDecorator.setImage(Image image)
          Sets the image that will be painted over this decorator's component.
 

Constructors in org.apache.pivot.wtk.effects with parameters of type Image
WatermarkDecorator(Image image)
          Cretes a new WatermarkDecorator with no text and the specified image.
WatermarkDecorator(String text, Image image)
          Cretes a new WatermarkDecorator with the specified text and image.
 

Uses of Image in org.apache.pivot.wtk.media
 

Subclasses of Image in org.apache.pivot.wtk.media
 class Drawing
          Image representing a vector drawing.
 class Picture
          Image representing a bitmapped picture.
 

Methods in org.apache.pivot.wtk.media that return Image
 Image Image.LoadTask.execute()
           
static Image Image.load(URL location)
           
 

Methods in org.apache.pivot.wtk.media with parameters of type Image
 void Image.ImageListenerList.baselineChanged(Image image, int previousBaseline)
           
 void ImageListener.baselineChanged(Image image, int previousBaseline)
          Called when an image's baseline has changed.
 void Image.ImageListenerList.regionUpdated(Image image, int x, int y, int width, int height)
           
 void ImageListener.regionUpdated(Image image, int x, int y, int width, int height)
          Called when a region within an image needs to be repainted.
 void Image.ImageListenerList.sizeChanged(Image image, int previousWidth, int previousHeight)
           
 void ImageListener.sizeChanged(Image image, int previousWidth, int previousHeight)
          Called when an image's size has changed.
 

Method parameters in org.apache.pivot.wtk.media with type arguments of type Image
static Image.LoadTask Image.load(URL location, TaskListener<Image> loadListener)
           
 

Uses of Image in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin with parameters of type Image
 void TextAreaSkin.ImageNodeView.baselineChanged(Image image, int previousBaseline)
           
 void WindowSkin.iconChanged(Window window, Image previousIcon)
           
 void TextAreaSkin.ImageNodeView.imageChanged(ImageNode imageNode, Image previousImage)
           
 void ImageViewSkin.imageChanged(ImageView imageView, Image previousImage)
           
 void TextAreaSkin.ImageNodeView.regionUpdated(Image image, int x, int y, int width, int height)
           
 void TextAreaSkin.ImageNodeView.sizeChanged(Image image, int previousWidth, int previousHeight)
           
 

Uses of Image in org.apache.pivot.wtk.skin.terra
 

Subclasses of Image in org.apache.pivot.wtk.skin.terra
protected  class TerraExpanderSkin.ButtonImage
           
protected  class TerraExpanderSkin.CollapseImage
           
protected  class TerraExpanderSkin.ExpandImage
           
protected  class TerraFrameSkin.ButtonImage
          Abstract base class for frame button images.
protected  class TerraFrameSkin.CloseImage
          Close button image.
protected  class TerraFrameSkin.MaximizeImage
          Maximize button image.
protected  class TerraFrameSkin.MinimizeImage
          Minimize button image.
protected  class TerraFrameSkin.ResizeImage
          Resize button image.
protected  class TerraFrameSkin.RestoreImage
          Restore button image.
 class TerraMenuItemSkin.CheckmarkImage
           
protected  class TerraPaletteSkin.CloseImage
          Close button image.
protected  class TerraPaletteSkin.ResizeImage
          Resize button image.
protected  class TerraPanoramaSkin.EastButtonImage
          East button image.
protected  class TerraPanoramaSkin.NorthButtonImage
          North button image.
protected  class TerraPanoramaSkin.ScrollButtonImage
          Abstract base class for button images.
protected  class TerraPanoramaSkin.SouthButtonImage
          South button image.
protected  class TerraPanoramaSkin.WestButtonImage
          West button image.
protected  class TerraScrollBarSkin.ScrollButtonImage
           
protected  class TerraScrollBarSkin.ScrollDownImage
           
protected  class TerraScrollBarSkin.ScrollUpImage
           
protected  class TerraSheetSkin.ResizeImage
          Resize button image.
protected  class TerraSpinnerSkin.SpinButtonImage
          Abstract base class for button images.
protected  class TerraSpinnerSkin.SpinDownImage
           
protected  class TerraSpinnerSkin.SpinUpImage
           
 

Fields in org.apache.pivot.wtk.skin.terra declared as Image
static Image TerraFileBrowserSkin.DriveRenderer.DRIVE_IMAGE
           
static Image TerraFileBrowserSkin.FileRenderer.FILE_IMAGE
           
static Image TerraFileBrowserSkin.FileRenderer.FOLDER_IMAGE
           
static Image TerraFileBrowserSkin.FileRenderer.HOME_FOLDER_IMAGE
           
 

Methods in org.apache.pivot.wtk.skin.terra that return Image
 Image TerraSpinnerSkin.SpinButton.getButtonImage()
           
 Image TerraMenuItemSkin.getCheckmarkImage()
           
static Image TerraFileBrowserSkin.FileRenderer.getIcon(File file)
          Obtains the icon to display for a given file.
 Image TerraTheme.getMessageIcon(MessageType messageType)
          Gets the image that this theme uses to represent messages of the specified type.
 Image TerraTheme.getSmallMessageIcon(MessageType messageType)
          Gets the "small" image that this theme uses to represent messages of the specified type.
 

Methods in org.apache.pivot.wtk.skin.terra with parameters of type Image
 void TerraAccordionSkin.iconChanged(Accordion accordion, Component component, Image previousIcon)
           
 void TerraTabPaneSkin.iconChanged(TabPane tabPane, Component component, Image previousIcon)
           
 void TerraFrameSkin.iconChanged(Window window, Image previousIcon)
           
 

Constructors in org.apache.pivot.wtk.skin.terra with parameters of type Image
TerraSpinnerSkin.SpinButton(int direction, Image buttonImage)
           
 

Uses of Image in org.apache.pivot.wtk.text
 

Methods in org.apache.pivot.wtk.text that return Image
 Image ImageNode.getImage()
           
 

Methods in org.apache.pivot.wtk.text with parameters of type Image
 void ImageNodeListener.imageChanged(ImageNode imageNode, Image previousImage)
           
 void ImageNode.setImage(Image image)
           
 

Constructors in org.apache.pivot.wtk.text with parameters of type Image
ImageNode(Image image)