org.freehep.swing.images
Class FreeHepImage

java.lang.Object
  extended by org.freehep.util.images.TempImageHandler
      extended by org.freehep.swing.images.FreeHepImage

public class FreeHepImage
extends org.freehep.util.images.TempImageHandler


Method Summary
static Cursor getCursor(String name)
           
static Cursor getCursor(String name, int x, int y)
           
static Icon getIcon(String name)
           
static Image getImage(String name)
           
 
Methods inherited from class org.freehep.util.images.TempImageHandler
getCursor, getCursor, getIcon, getImage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImage

public static Image getImage(String name)

getCursor

public static Cursor getCursor(String name)

getCursor

public static Cursor getCursor(String name,
                               int x,
                               int y)

getIcon

public static Icon getIcon(String name)


Copyright © 2000-2013 FreeHEP. All Rights Reserved.