org.tbee.swing.svg
Class SVGUtils
java.lang.Object
org.tbee.swing.svg.SVGUtils
public class SVGUtils
- extends java.lang.Object
- Version:
- $Revision: 1.7 $
|
Method Summary |
static ResizingImageIcon |
generateResizingImageIcon(java.io.InputStream is,
int width,
int height,
double maxfactor,
double step)
Generate an ResizingImageIcon by incremental set of images |
static ResizingImageIcon |
generateResizingImageIcon(java.net.URI uri,
int width,
int height,
double maxfactor,
double step)
Generate an ResizingImageIcon by incremental set of images |
static java.awt.image.BufferedImage |
toBufferedImage(java.io.InputStream is,
int width,
int height)
|
static java.awt.image.BufferedImage |
toBufferedImage(java.net.URI uri,
int width,
int height)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGUtils
public SVGUtils()
toBufferedImage
public static java.awt.image.BufferedImage toBufferedImage(java.io.InputStream is,
int width,
int height)
- Parameters:
is - width - height -
- Returns:
toBufferedImage
public static java.awt.image.BufferedImage toBufferedImage(java.net.URI uri,
int width,
int height)
- Parameters:
uri - width - height -
- Returns:
generateResizingImageIcon
public static ResizingImageIcon generateResizingImageIcon(java.net.URI uri,
int width,
int height,
double maxfactor,
double step)
- Generate an ResizingImageIcon by incremental set of images
- Parameters:
uri - width - height - maxfactor - step -
- Returns:
generateResizingImageIcon
public static ResizingImageIcon generateResizingImageIcon(java.io.InputStream is,
int width,
int height,
double maxfactor,
double step)
- Generate an ResizingImageIcon by incremental set of images
- Parameters:
is - width - height - maxfactor - step -
- Returns:
Copyright © 2010 KnowledgePlaza. All Rights Reserved.