Uses of Class
pivot.wtk.media.Image

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

Uses of Image in pivot.wtk
 

Fields in pivot.wtk declared as Image
protected  Image LocalManifest.image
           
 

Methods in pivot.wtk that return Image
 Image Window.getIcon()
          Returns the window's icon.
 Image Accordion.AccordionAttributes.getIcon()
           
 Image TabPane.TabPaneAttributes.getIcon()
           
static Image Accordion.getIcon(Component component)
           
static Image TabPane.getIcon(Component component)
           
 Image Manifest.getImage()
           
 Image LocalManifest.getImage()
           
 Image RemoteManifest.getImage()
           
 Image ImageView.getImage()
          Returns the image view's current image.
abstract  Image Theme.getMessageIcon(MessageType messageType)
           
abstract  Image Theme.getSmallMessageIcon(MessageType messageType)
           
 

Methods in 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 TabPaneAttributeListener.iconChanged(TabPane tabPane, Component component, Image previousIcon)
          Called when a tab's icon attribute has changed.
 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 TextArea.insertImage(Image image)
           
 void LocalManifest.putImage(Image image)
           
static void Accordion.setIcon(Component component, Image icon)
           
static void TabPane.setIcon(Component component, Image icon)
           
 void Window.setIcon(Image icon)
          Sets the window's icon.
 void Accordion.AccordionAttributes.setIcon(Image icon)
           
 void TabPane.TabPaneAttributes.setIcon(Image icon)
           
 void ImageView.setImage(Image image)
          Sets the image view's current image.
 

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

Uses of Image in pivot.wtk.content
 

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

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

Methods in 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 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 pivot.wtk.effects
 

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

Methods in 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 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 pivot.wtk.media
 

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

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

Methods in pivot.wtk.media with parameters of type Image
 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 pivot.wtk.media with type arguments of type Image
static Image.LoadTask Image.load(URL url, TaskListener<Image> loadListener)
           
 

Uses of Image in pivot.wtk.skin
 

Methods in pivot.wtk.skin with parameters of type Image
 void WindowSkin.iconChanged(Window window, Image previousIcon)
           
 void TextAreaSkin.ImageNodeView.imageChanged(ImageNode imageNode, Image previousImage)
           
 void ImageViewSkin.imageChanged(ImageView imageView, Image previousImage)
           
 

Uses of Image in pivot.wtk.skin.obsidian
 

Methods in pivot.wtk.skin.obsidian that return Image
 Image ObsidianTheme.getMessageIcon(MessageType messageType)
           
 Image ObsidianTheme.getSmallMessageIcon(MessageType messageType)
           
 

Uses of Image in pivot.wtk.skin.terra
 

Subclasses of Image in 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 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 TerraSpinnerSkin.SpinButtonImage
          Abstract base class for button images.
protected  class TerraSpinnerSkin.SpinDownImage
           
protected  class TerraSpinnerSkin.SpinUpImage
           
 

Methods in pivot.wtk.skin.terra that return Image
 Image TerraSpinnerSkin.SpinButton.getButtonImage()
           
 Image TerraMenuItemSkin.getCheckmarkImage()
           
 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 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 pivot.wtk.skin.terra with parameters of type Image
TerraSpinnerSkin.SpinButton(int direction, Image buttonImage)
           
 

Uses of Image in pivot.wtk.text
 

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

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

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