public class WiredImage
extends org.freehep.util.images.ImageHandler
Modifier and Type | Method and Description |
---|---|
static Cursor |
getBestCursor(String name,
int width,
int height)
Returns the best cursor for given name, relative to this class.
|
static Cursor |
getBestCursor(String name,
int width,
int height,
int x,
int y)
Returns the best cursor for given name, relative to this class.
|
static Icon |
getIcon(String name)
Returns an icon for given name, relative to this class.
|
static Icon |
getIcon(String name,
int size)
Returns an icon for given name, relative to this class.
|
static Image |
getImage(String name)
Returns an image for given name, relative to this class.
|
public static Image getImage(String name)
public static Cursor getBestCursor(String name, int width, int height)
public static Cursor getBestCursor(String name, int width, int height, int x, int y)
public static Icon getIcon(String name)
Copyright © 1996-2014 FreeHEP. All Rights Reserved.