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.wtk
Methods in org.apache.pivot.wtk that return Image Modifier and Type Method Description Image
Window.IconImageSequence. get(int index)
Image
ImageView. getImage()
Returns the image view's current image.Image
LocalManifest. getImage()
Image
Manifest. getImage()
Image
RemoteManifest. getImage()
Image
ImageView.ImageBindMapping. toImage(java.lang.Object value)
Converts a value from the bind context to an image representation during aComponent.load(Object)
operation.Image
Window.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 int
Window.IconImageSequence. add(Image image)
void
WindowListener.Adapter. iconAdded(Window window, Image addedIcon)
Deprecated.default void
WindowListener. iconAdded(Window window, Image addedIcon)
Called when an icon has been added to a window.void
WindowListener.Listeners. iconAdded(Window window, Image addedIcon)
void
WindowListener.Adapter. iconInserted(Window window, Image addedIcon, int index)
Deprecated.default void
WindowListener. iconInserted(Window window, Image addedIcon, int index)
Called when a window has had an icon inserted.void
WindowListener.Listeners. iconInserted(Window window, Image addedIcon, int index)
void
ImageViewListener.Adapter. imageChanged(ImageView imageView, Image previousImage)
Deprecated.default void
ImageViewListener. imageChanged(ImageView imageView, Image previousImage)
Called when an image view's image has changed.void
ImageViewListener.Listeners. imageChanged(ImageView imageView, Image previousImage)
int
Window.IconImageSequence. indexOf(Image image)
void
Window.IconImageSequence. insert(Image image, int index)
void
TextPane. insertImage(Image image)
void
LocalManifest. putImage(Image imageArgument)
int
Window.IconImageSequence. remove(Image image)
void
ImageView. setImage(Image image)
Sets the image view's current image.Image
Window.IconImageSequence. update(int index, Image image)
java.lang.Object
ImageView.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 void
WindowListener.Adapter. iconsRemoved(Window window, int index, Sequence<Image> removed)
Deprecated.default void
WindowListener. iconsRemoved(Window window, int index, Sequence<Image> removed)
Called when one or more of the window's icons were removed.void
WindowListener.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.content
Subclasses of Image in org.apache.pivot.wtk.content Modifier and Type Class Description static class
ListViewColorItemRenderer.ColorBadge
Internal image class for rendering color swatches.Fields in org.apache.pivot.wtk.content declared as Image Modifier and Type Field Description protected Image
BaseContent. icon
Methods in org.apache.pivot.wtk.content that return Image Modifier and Type Method Description Image
TreeBranch. getExpandedIcon()
Image
BaseContent. getIcon()
Methods in org.apache.pivot.wtk.content with parameters of type Image Modifier and Type Method Description void
TreeBranch. setExpandedIcon(Image expandedIcon)
void
BaseContent. 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.effects
Methods in org.apache.pivot.wtk.effects that return Image Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description WatermarkDecorator(java.lang.String text, Image image)
Creates a newWatermarkDecorator
with the specified text and image.WatermarkDecorator(Image image)
Creates a newWatermarkDecorator
with no text and the specified image. -
Uses of Image in org.apache.pivot.wtk.media
Subclasses of Image in org.apache.pivot.wtk.media Modifier and Type Class Description class
Drawing
Image encapsulating an SVG diagram.class
Picture
Image representing a bitmapped picture.Methods in org.apache.pivot.wtk.media that return Image Modifier and Type Method Description Image
Image.LoadTask. execute()
static Image
Image. load(java.net.URL location)
Load an image from the given URL location, but without any listener.static Image
Image. 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 void
ImageListener. baselineChanged(Image image, int previousBaseline)
Called when an image's baseline has changed.void
ImageListener.Listeners. baselineChanged(Image image, int previousBaseline)
void
ImageListener.Listeners. 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
ImageListener.Listeners. 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 Modifier and Type Method Description static Image.LoadTask
Image. 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.skin
Methods in org.apache.pivot.wtk.skin with parameters of type Image Modifier and Type Method Description void
ImageViewSkin. imageChanged(ImageView imageView, Image previousImage)
-
Uses of Image in org.apache.pivot.wtk.skin.terra
Subclasses of Image in org.apache.pivot.wtk.skin.terra Modifier and Type Class Description 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 Modifier and Type Field Description static Image
TerraFileBrowserSkin.DriveRenderer. DRIVE_IMAGE
static Image
TerraVFSBrowserSkin.DriveRenderer. DRIVE_IMAGE
static Image
TerraFileBrowserSkin.FileRenderer. FILE_IMAGE
static Image
TerraVFSBrowserSkin.FileRenderer. FILE_IMAGE
static Image
TerraFileBrowserSkin.FileRenderer. FOLDER_IMAGE
static Image
TerraVFSBrowserSkin.FileRenderer. FOLDER_IMAGE
static Image
TerraFileBrowserSkin.FileRenderer. HOME_FOLDER_IMAGE
static Image
TerraVFSBrowserSkin.FileRenderer. HOME_FOLDER_IMAGE
Methods in org.apache.pivot.wtk.skin.terra that return Image Modifier and Type Method Description Image
TerraSpinnerSkin.SpinButton. getButtonImage()
Image
TerraMenuItemSkin. getCheckmarkImage()
static Image
TerraFileBrowserSkin.FileRenderer. getIcon(java.io.File file)
Image
TerraVFSBrowserSkin.FileRenderer. getIcon(org.apache.commons.vfs2.FileObject 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 Modifier and Type Method Description void
TerraFrameSkin. iconAdded(Window window, Image addedIcon)
void
TerraTheme. setMessageIcon(MessageType messageType, Image messageIcon)
Sets the image that this theme uses to represent messages of the specified type.void
TerraTheme. 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 void
TerraFrameSkin. 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.text
Methods in org.apache.pivot.wtk.text that return Image Modifier and Type Method Description Image
ImageNode. getImage()
Methods in org.apache.pivot.wtk.text with parameters of type Image Modifier and Type Method Description void
ImageNodeListener. imageChanged(ImageNode imageNode, Image previousImage)
void
ImageNodeListener.Listeners. imageChanged(ImageNode imageNode, Image previousImage)
void
ImageNode. setImage(Image image)
Constructors in org.apache.pivot.wtk.text with parameters of type Image Constructor Description ImageNode(Image image)
-