Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Runtime

Uses of Interface
org.eclipse.gmf.runtime.draw2d.ui.render.RenderInfo

Packages that use RenderInfo
org.eclipse.gmf.runtime.draw2d.ui.render This package contains the default interfaces for defining and using a RenderedImage
org.eclipse.gmf.runtime.draw2d.ui.render.factory Contains the factory class and supporting classes. 
 

Uses of RenderInfo in org.eclipse.gmf.runtime.draw2d.ui.render
 

Methods in org.eclipse.gmf.runtime.draw2d.ui.render that return RenderInfo
  RenderInfo RenderedImage. getRenderInfo ()
          Accessor method to return information about the rendered image.
 

Methods in org.eclipse.gmf.runtime.draw2d.ui.render with parameters of type RenderInfo
  RenderedImage RenderedImage. getNewRenderedImage ( RenderInfo info)
          Retrieves an equivalent image of the specified size as specified through the parameters.
 

Uses of RenderInfo in org.eclipse.gmf.runtime.draw2d.ui.render.factory
 

Methods in org.eclipse.gmf.runtime.draw2d.ui.render.factory that return RenderInfo
static  RenderInfo RenderedImageFactory. createInfo (int width, int height, boolean maintainAspectRatio, boolean antialias, RGB fill, RGB outline)
          createInfo static Utility to create a RenderInfo object.
 

Methods in org.eclipse.gmf.runtime.draw2d.ui.render.factory with parameters of type RenderInfo
static  RenderedImage RenderedImageFactory. getInstance (byte[] buffer, RenderInfo info)
          getInstance static constructor method for retrieving the appropriate instance of the immutable class RenderedImage.
static  RenderedImage RenderedImageFactory. getInstance (byte[] buffer, RenderInfo info, java.lang.String url)
          getInstance static constructor method for retrieving the appropriate instance of the immutable class RenderedImage.
static  RenderedImage RenderedImageFactory. getInstance (java.lang.String szFilePath, RenderInfo info)
          getInstance static constructor method for retrieving the appropriate instance of the immutable class RenderedImage.
static  RenderedImage RenderedImageFactory. getInstance (java.net.URL theURL, RenderInfo info)
          getInstance static constructor method for retrieving the appropriate instance of the immutable class RenderedImage.
static  RenderedImage RenderedImageFactory. getRelatedInstance ( RenderedImage image, RenderInfo info)
          Returns a related instance of the given RenderedImage that is based on the same byte stream or file info but instrumented for the passed in RenderInfo object
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire