Uses of Class
org.apache.pivot.wtk.media.Image
- 
Packages that use Image Package Description 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.wtkMethods in org.apache.pivot.wtk that return Image Modifier and Type Method Description ImageWindow.IconImageSequence. get(int index)ImageImageView. getImage()Returns the image view's current image.ImageLocalManifest. getImage()ImageManifest. getImage()ImageRemoteManifest. getImage()ImageImageView.ImageBindMapping. toImage(java.lang.Object value)Converts a value from the bind context to an image representation during aComponent.load(Object)operation.ImageWindow.IconImageSequence. update(int index, Image image)Methods in org.apache.pivot.wtk that return types with arguments of type Image Modifier and Type Method Description java.util.Iterator<Image>Window.IconImageSequence. iterator()Sequence<Image>Window.IconImageSequence. remove(int index, int count)Methods in org.apache.pivot.wtk with parameters of type Image Modifier and Type Method Description intWindow.IconImageSequence. add(Image image)voidWindowListener.Adapter. iconAdded(Window window, Image addedIcon)Deprecated.default voidWindowListener. iconAdded(Window window, Image addedIcon)Called when an icon has been added to a window.voidWindowListener.Listeners. iconAdded(Window window, Image addedIcon)voidWindowListener.Adapter. iconInserted(Window window, Image addedIcon, int index)Deprecated.default voidWindowListener. iconInserted(Window window, Image addedIcon, int index)Called when a window has had an icon inserted.voidWindowListener.Listeners. iconInserted(Window window, Image addedIcon, int index)voidImageViewListener.Adapter. imageChanged(ImageView imageView, Image previousImage)Deprecated.default voidImageViewListener. imageChanged(ImageView imageView, Image previousImage)Called when an image view's image has changed.voidImageViewListener.Listeners. imageChanged(ImageView imageView, Image previousImage)intWindow.IconImageSequence. indexOf(Image image)voidWindow.IconImageSequence. insert(Image image, int index)voidTextPane. insertImage(Image image)voidLocalManifest. putImage(Image imageArgument)intWindow.IconImageSequence. remove(Image image)voidImageView. setImage(Image image)Sets the image view's current image.ImageWindow.IconImageSequence. update(int index, Image image)java.lang.ObjectImageView.ImageBindMapping. valueOf(Image image)Converts an image to a value to be stored in the bind context during aComponent.store(Object)operation.Method parameters in org.apache.pivot.wtk with type arguments of type Image Modifier and Type Method Description voidWindowListener.Adapter. iconsRemoved(Window window, int index, Sequence<Image> removed)Deprecated.default voidWindowListener. iconsRemoved(Window window, int index, Sequence<Image> removed)Called when one or more of the window's icons were removed.voidWindowListener.Listeners. iconsRemoved(Window window, int index, Sequence<Image> removed)Constructors in org.apache.pivot.wtk with parameters of type Image Constructor Description ImageView(Image image)Creates an image view with the given image.
- 
Uses of Image in org.apache.pivot.wtk.contentSubclasses of Image in org.apache.pivot.wtk.content Modifier and Type Class Description static classListViewColorItemRenderer.ColorBadgeInternal image class for rendering color swatches.Fields in org.apache.pivot.wtk.content declared as Image Modifier and Type Field Description protected ImageBaseContent. iconMethods in org.apache.pivot.wtk.content that return Image Modifier and Type Method Description ImageTreeBranch. getExpandedIcon()ImageBaseContent. getIcon()Methods in org.apache.pivot.wtk.content with parameters of type Image Modifier and Type Method Description voidTreeBranch. setExpandedIcon(Image expandedIcon)voidBaseContent. setIcon(Image icon)Constructors in org.apache.pivot.wtk.content with parameters of type Image Constructor Description BaseContent(Image icon)BaseContent(Image icon, java.lang.String text)ButtonData(Image icon)ButtonData(Image icon, java.lang.String text)ListItem(Image icon)ListItem(Image icon, java.lang.String text)MenuItemData(Image icon)Constructor.MenuItemData(Image icon, java.lang.String text)Constructor.MenuItemData(Image icon, java.lang.String text, Keyboard.KeyStroke keyboardShortcut)Constructor.TableViewHeaderData(Image icon)TableViewHeaderData(Image icon, java.lang.String text)TreeBranch(Image icon)TreeBranch(Image icon, java.lang.String text)TreeBranch(Image icon, Image expandedIcon, java.lang.String text)TreeNode(Image icon)TreeNode(Image icon, java.lang.String text)UserContent(Image icon)UserContent(Image icon, java.lang.String text)
- 
Uses of Image in org.apache.pivot.wtk.effectsMethods in org.apache.pivot.wtk.effects that return Image Modifier and Type Method Description ImageWatermarkDecorator. 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 Modifier and Type Method Description voidWatermarkDecorator. 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 Constructor Description WatermarkDecorator(java.lang.String text, Image image)Creates a newWatermarkDecoratorwith the specified text and image.WatermarkDecorator(Image image)Creates a newWatermarkDecoratorwith no text and the specified image.
- 
Uses of Image in org.apache.pivot.wtk.mediaSubclasses of Image in org.apache.pivot.wtk.media Modifier and Type Class Description classDrawingImage encapsulating an SVG diagram.classPictureImage representing a bitmapped picture.Methods in org.apache.pivot.wtk.media that return Image Modifier and Type Method Description ImageImage.LoadTask. execute()static ImageImage. load(java.net.URL location)Load an image from the given URL location, but without any listener.static ImageImage. loadFromCache(java.net.URL location)Load an image.Methods in org.apache.pivot.wtk.media with parameters of type Image Modifier and Type Method Description voidImageListener. baselineChanged(Image image, int previousBaseline)Called when an image's baseline has changed.voidImageListener.Listeners. baselineChanged(Image image, int previousBaseline)voidImageListener.Listeners. regionUpdated(Image image, int x, int y, int width, int height)voidImageListener. regionUpdated(Image image, int x, int y, int width, int height)Called when a region within an image needs to be repainted.voidImageListener.Listeners. sizeChanged(Image image, int previousWidth, int previousHeight)voidImageListener. 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 Modifier and Type Method Description static Image.LoadTaskImage. load(java.net.URL location, TaskListener<Image> loadListener)Load an image from the given URL location, in the background, and return a reference to the background task.
- 
Uses of Image in org.apache.pivot.wtk.skinMethods in org.apache.pivot.wtk.skin with parameters of type Image Modifier and Type Method Description voidImageViewSkin. imageChanged(ImageView imageView, Image previousImage)
- 
Uses of Image in org.apache.pivot.wtk.skin.terraSubclasses of Image in org.apache.pivot.wtk.skin.terra Modifier and Type Class Description protected classTerraExpanderSkin.ButtonImageprotected classTerraExpanderSkin.CollapseImageprotected classTerraExpanderSkin.ExpandImageprotected classTerraFrameSkin.ButtonImageAbstract base class for frame button images.protected classTerraFrameSkin.CloseImageClose button image.protected classTerraFrameSkin.MaximizeImageMaximize button image.protected classTerraFrameSkin.MinimizeImageMinimize button image.protected classTerraFrameSkin.ResizeImageResize button image.protected classTerraFrameSkin.RestoreImageRestore button image.classTerraMenuItemSkin.CheckmarkImageprotected classTerraPaletteSkin.CloseImageClose button image.protected classTerraPaletteSkin.ResizeImageResize button image.protected classTerraPanoramaSkin.EastButtonImageEast button image.protected classTerraPanoramaSkin.NorthButtonImageNorth button image.protected classTerraPanoramaSkin.ScrollButtonImageAbstract base class for button images.protected classTerraPanoramaSkin.SouthButtonImageSouth button image.protected classTerraPanoramaSkin.WestButtonImageWest button image.protected classTerraScrollBarSkin.ScrollButtonImageprotected classTerraScrollBarSkin.ScrollDownImageprotected classTerraScrollBarSkin.ScrollUpImageprotected classTerraSheetSkin.ResizeImageResize button image.protected classTerraSpinnerSkin.SpinButtonImageAbstract base class for button images.protected classTerraSpinnerSkin.SpinDownImageprotected classTerraSpinnerSkin.SpinUpImageFields in org.apache.pivot.wtk.skin.terra declared as Image Modifier and Type Field Description static ImageTerraFileBrowserSkin.DriveRenderer. DRIVE_IMAGEstatic ImageTerraVFSBrowserSkin.DriveRenderer. DRIVE_IMAGEstatic ImageTerraFileBrowserSkin.FileRenderer. FILE_IMAGEstatic ImageTerraVFSBrowserSkin.FileRenderer. FILE_IMAGEstatic ImageTerraFileBrowserSkin.FileRenderer. FOLDER_IMAGEstatic ImageTerraVFSBrowserSkin.FileRenderer. FOLDER_IMAGEstatic ImageTerraFileBrowserSkin.FileRenderer. HOME_FOLDER_IMAGEstatic ImageTerraVFSBrowserSkin.FileRenderer. HOME_FOLDER_IMAGEMethods in org.apache.pivot.wtk.skin.terra that return Image Modifier and Type Method Description ImageTerraSpinnerSkin.SpinButton. getButtonImage()ImageTerraMenuItemSkin. getCheckmarkImage()static ImageTerraFileBrowserSkin.FileRenderer. getIcon(java.io.File file)ImageTerraVFSBrowserSkin.FileRenderer. getIcon(org.apache.commons.vfs2.FileObject file)ImageTerraTheme. getMessageIcon(MessageType messageType)Gets the image that this theme uses to represent messages of the specified type.ImageTerraTheme. 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 Modifier and Type Method Description voidTerraFrameSkin. iconAdded(Window window, Image addedIcon)voidTerraTheme. setMessageIcon(MessageType messageType, Image messageIcon)Sets the image that this theme uses to represent messages of the specified type.voidTerraTheme. setSmallMessageIcon(MessageType messageType, Image smallMessageIcon)Sets the small image that this theme uses to represent messages of the specified type.Method parameters in org.apache.pivot.wtk.skin.terra with type arguments of type Image Modifier and Type Method Description voidTerraFrameSkin. iconsRemoved(Window window, int index, Sequence<Image> removed)Constructors in org.apache.pivot.wtk.skin.terra with parameters of type Image Constructor Description SpinButton(int direction, Image buttonImage)
- 
Uses of Image in org.apache.pivot.wtk.textMethods in org.apache.pivot.wtk.text that return Image Modifier and Type Method Description ImageImageNode. getImage()Methods in org.apache.pivot.wtk.text with parameters of type Image Modifier and Type Method Description voidImageNodeListener. imageChanged(ImageNode imageNode, Image previousImage)voidImageNodeListener.Listeners. imageChanged(ImageNode imageNode, Image previousImage)voidImageNode. setImage(Image image)Constructors in org.apache.pivot.wtk.text with parameters of type Image Constructor Description ImageNode(Image image)
 
-