Uses of Interface
org.nakedobjects.plugins.dnd.viewer.drawing.Image

Packages that use Image
org.nakedobjects.plugins.dnd   
org.nakedobjects.plugins.dnd.viewer   
org.nakedobjects.plugins.dnd.viewer.content   
org.nakedobjects.plugins.dnd.viewer.debug   
org.nakedobjects.plugins.dnd.viewer.image   
org.nakedobjects.plugins.dnd.viewer.lookup   
org.nakedobjects.plugins.dnd.viewer.view.graphic   
org.nakedobjects.plugins.dnd.viewer.view.message   
 

Uses of Image in org.nakedobjects.plugins.dnd
 

Methods in org.nakedobjects.plugins.dnd that return Image
 Image Content.getIconPicture(int iconHeight)
          The icon to use to respresent the object represented by this content.
 Image NullContent.getIconPicture(int iconHeight)
           
 Image CollectionContent.getIconPicture(int iconHeight)
           
 

Methods in org.nakedobjects.plugins.dnd with parameters of type Image
 void Canvas.drawImage(Image image, int x, int y)
           
 void Canvas.drawImage(Image image, int x, int y, int width, int height)
           
 

Uses of Image in org.nakedobjects.plugins.dnd.viewer
 

Methods in org.nakedobjects.plugins.dnd.viewer with parameters of type Image
 void AwtCanvas.drawImage(Image image, int x, int y)
           
 void AwtCanvas.drawImage(Image image, int x, int y, int width, int height)
           
 

Uses of Image in org.nakedobjects.plugins.dnd.viewer.content
 

Methods in org.nakedobjects.plugins.dnd.viewer.content that return Image
 Image ServiceObject.getIconPicture(int iconHeight)
           
 Image AbstractCollectionContent.getIconPicture(int iconHeight)
           
 Image AbstractObjectContent.getIconPicture(int iconHeight)
           
 Image RootCollection.getIconPicture(int iconHeight)
           
 Image OneToManyFieldImpl.getIconPicture(int iconHeight)
           
 Image AbstractTextParsableContent.getIconPicture(int iconHeight)
           
 Image TextParseableParameterImpl.getIconPicture(int iconHeight)
           
 Image PerspectiveContent.getIconPicture(int iconHeight)
           
 

Uses of Image in org.nakedobjects.plugins.dnd.viewer.debug
 

Methods in org.nakedobjects.plugins.dnd.viewer.debug with parameters of type Image
 void DebugCanvas.drawImage(Image image, int x, int y)
           
 void DebugCanvasAbsolute.drawImage(Image image, int x, int y)
           
 void DebugCanvas.drawImage(Image image, int x, int y, int width, int height)
           
 void DebugCanvasAbsolute.drawImage(Image image, int x, int y, int width, int height)
           
 

Uses of Image in org.nakedobjects.plugins.dnd.viewer.image
 

Classes in org.nakedobjects.plugins.dnd.viewer.image that implement Image
 class AwtImage
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.image that return Image
 Image ImageFactory.loadDefaultIcon(int height, Color tint)
          Loads the fall back icon image, for use when no specific image can be found
 Image ImageFactory.loadIcon(NakedObjectSpecification specification, int iconHeight, Color tint)
           
 Image ImageFactory.loadIcon(java.lang.String name, int height, Color tint)
          Loads an icon of the specified size, and with the specified tint.
 Image ImageFactory.loadImage(java.lang.String path)
          Load an image with the given name.
 

Uses of Image in org.nakedobjects.plugins.dnd.viewer.lookup
 

Methods in org.nakedobjects.plugins.dnd.viewer.lookup that return Image
 Image OptionContent.getIconPicture(int iconHeight)
           
 

Uses of Image in org.nakedobjects.plugins.dnd.viewer.view.graphic
 

Fields in org.nakedobjects.plugins.dnd.viewer.view.graphic declared as Image
protected  Image IconGraphic.icon
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.graphic that return Image
protected  Image IconGraphic.icon()
           
 

Uses of Image in org.nakedobjects.plugins.dnd.viewer.view.message
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.message that return Image
 Image ExceptionMessageContent.getIconPicture(int iconHeight)
           
 Image TextMessageContent.getIconPicture(int iconHeight)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.