org.netbeans.api.visual 2.23.1

Uses of Class
org.netbeans.api.visual.export.SceneExporter.ImageType

Packages that use SceneExporter.ImageType
org.netbeans.api.visual.export This package contains the class necessary to export a Scene to an image file and get the coordinates from the exported image to create an HTML image map 
 

Uses of SceneExporter.ImageType in org.netbeans.api.visual.export
 

Methods in org.netbeans.api.visual.export that return SceneExporter.ImageType
static SceneExporter.ImageType SceneExporter.ImageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SceneExporter.ImageType[] SceneExporter.ImageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.netbeans.api.visual.export with parameters of type SceneExporter.ImageType
static BufferedImage SceneExporter.createImage(Scene scene, File file, SceneExporter.ImageType imageType, SceneExporter.ZoomType zoomType, boolean visibleAreaOnly, boolean selectedOnly, int quality, int width, int height)
          Takes the Scene and writes an image file according to the constraints defined by the caller.
static ArrayList<WidgetPolygonalCoordinates> SceneExporter.createImageMap(Scene scene, File file, SceneExporter.ImageType imageType, SceneExporter.ZoomType zoomType, boolean visibleAreaOnly, boolean selectedOnly, int quality, int width, int height, int margin)
          Designed to create an HTML image map from an exported image.
 


org.netbeans.api.visual 2.23.1

Built on August 25 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.