|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.sourceforge.livez.images.ImageConverter
public final class ImageConverter
簡易な画像変換用ユーティリティクラスです。
メソッドの概要 | |
---|---|
static void |
converte(File src,
File dist,
ImageType type)
|
static void |
converte(File src,
File dist,
ImageType type,
double scale)
|
static void |
converte(File src,
File dist,
ImageType type,
double sx,
double sy)
|
static void |
converte(File src,
File dist,
ImageType type,
int width,
int height)
|
static void |
converte(String src,
ImageType type)
|
static void |
converte(String src,
ImageType type,
double scale)
|
static void |
converte(String src,
ImageType type,
double sx,
double sy)
|
static void |
converte(String src,
ImageType type,
int width,
int height)
|
static void |
converte(String src,
String dist,
ImageType type)
|
static void |
converte(String src,
String dist,
ImageType type,
double scale)
|
static void |
converte(String src,
String dist,
ImageType type,
double sx,
double sy)
|
static void |
converte(String src,
String dist,
ImageType type,
int width,
int height)
|
static BufferedImage |
converteBufferedImage(BufferedImage source,
ImageType type)
指定された画像を指定された変換方法によって変換した画像のコピーを返します。 |
static BufferedImage |
converteBufferedImage(BufferedImage source,
ImageType type,
double scale)
指定された画像を指定された変換方法によって変換した画像のコピーを返します。 |
static BufferedImage |
converteBufferedImage(BufferedImage source,
ImageType type,
double sx,
double sy)
指定された画像を指定された変換方法によって変換した画像のコピーを返します。 |
static BufferedImage |
converteBufferedImage(BufferedImage source,
ImageType type,
int width,
int height)
指定された画像を指定された変換方法によって変換した画像のコピーを返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public static void converte(String src, ImageType type) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public static void converte(String src, ImageType type, double scale) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public static void converte(String src, ImageType type, double sx, double sy) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public static void converte(String src, ImageType type, int width, int height) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public static void converte(String src, String dist, ImageType type) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public static void converte(String src, String dist, ImageType type, double scale) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public static void converte(String src, String dist, ImageType type, double sx, double sy) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public static void converte(String src, String dist, ImageType type, int width, int height) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public static void converte(File src, File dist, ImageType type) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public static void converte(File src, File dist, ImageType type, double scale) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public static void converte(File src, File dist, ImageType type, double sx, double sy) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public static void converte(File src, File dist, ImageType type, int width, int height) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public static BufferedImage converteBufferedImage(BufferedImage source, ImageType type) throws IllegalArgumentException
source
- 画像type
- 画像形式
IllegalArgumentException
public static BufferedImage converteBufferedImage(BufferedImage source, ImageType type, double scale) throws IllegalArgumentException
source
- 画像scale
- 倍率type
- 画像形式
IllegalArgumentException
public static BufferedImage converteBufferedImage(BufferedImage source, ImageType type, double sx, double sy) throws IllegalArgumentException
source
- 画像sx
- 横倍率sy
- 縦倍率type
- 画像形式
IllegalArgumentException
public static BufferedImage converteBufferedImage(BufferedImage source, ImageType type, int width, int height) throws IllegalArgumentException
source
- 画像width
- 幅(ピクセル)height
- 高さ(ビクセル)type
- 画像形式
IllegalArgumentException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |