railo.runtime.img.filter
Class ImageFilterUtil
java.lang.Object
railo.runtime.img.filter.ImageFilterUtil
public class ImageFilterUtil
- extends Object
Method Summary |
static int[][] |
toAAInt(Object value,
String argName)
|
static CurvesFilter.Curve[] |
toACurvesFilter$Curve(Object value,
String argName)
|
static AffineTransform |
toAffineTransform(Object value,
String argName)
|
static FieldWarpFilter.Line[] |
toAFieldWarpFilter$Line(Object o,
String string)
|
static float[] |
toAFloat(Object value,
String argName)
|
static int[] |
toAInt(Object value,
String argName)
|
static boolean |
toBooleanValue(Object value,
String argName)
|
static BufferedImage |
toBufferedImage(Object o,
String argName)
|
static Color |
toColor(Object value,
String argName)
|
static Colormap |
toColormap(Object value,
String argName)
|
static int |
toColorRGB(Object value,
String argName)
|
static Composite |
toComposite(Object value,
String argName)
|
static CurvesFilter.Curve |
toCurvesFilter$Curve(Object value,
String argName)
|
static int[] |
toDimensions(Object value,
String argName)
|
static float |
toFloatValue(Object value,
String argName)
|
static Font |
toFont(Object o,
String string)
|
static Function2D |
toFunction2D(Object value,
String argName)
|
static int |
toIntValue(Object value,
String argName)
|
static LightFilter.Material |
toLightFilter$Material(Object value,
String argName)
|
static Point |
toPoint(Object value,
String argName)
|
static String |
toString(Object value,
String argName)
|
static WarpGrid |
toWarpGrid(Object value,
String argName)
|
ImageFilterUtil
public ImageFilterUtil()
toFloatValue
public static float toFloatValue(Object value,
String argName)
throws FunctionException
- Throws:
FunctionException
toIntValue
public static int toIntValue(Object value,
String argName)
throws FunctionException
- Throws:
FunctionException
toBooleanValue
public static boolean toBooleanValue(Object value,
String argName)
throws FunctionException
- Throws:
FunctionException
toString
public static String toString(Object value,
String argName)
throws FunctionException
- Throws:
FunctionException
toBufferedImage
public static BufferedImage toBufferedImage(Object o,
String argName)
throws PageException
- Throws:
PageException
toColormap
public static Colormap toColormap(Object value,
String argName)
throws FunctionException
- Throws:
FunctionException
toColor
public static Color toColor(Object value,
String argName)
throws PageException
- Throws:
PageException
toColorRGB
public static int toColorRGB(Object value,
String argName)
throws PageException
- Throws:
PageException
toPoint
public static Point toPoint(Object value,
String argName)
throws PageException
- Throws:
PageException
toDimensions
public static int[] toDimensions(Object value,
String argName)
throws PageException
- Throws:
PageException
toLightFilter$Material
public static LightFilter.Material toLightFilter$Material(Object value,
String argName)
throws PageException
- Throws:
PageException
toFunction2D
public static Function2D toFunction2D(Object value,
String argName)
throws FunctionException
- Throws:
FunctionException
toAffineTransform
public static AffineTransform toAffineTransform(Object value,
String argName)
throws FunctionException
- Throws:
FunctionException
toComposite
public static Composite toComposite(Object value,
String argName)
throws FunctionException
- Throws:
FunctionException
toACurvesFilter$Curve
public static CurvesFilter.Curve[] toACurvesFilter$Curve(Object value,
String argName)
throws PageException
- Throws:
PageException
toCurvesFilter$Curve
public static CurvesFilter.Curve toCurvesFilter$Curve(Object value,
String argName)
throws FunctionException
- Throws:
FunctionException
toAInt
public static int[] toAInt(Object value,
String argName)
throws PageException
- Throws:
PageException
toAFloat
public static float[] toAFloat(Object value,
String argName)
throws PageException
- Throws:
PageException
toAAInt
public static int[][] toAAInt(Object value,
String argName)
throws FunctionException
- Throws:
FunctionException
toWarpGrid
public static WarpGrid toWarpGrid(Object value,
String argName)
throws FunctionException
- Throws:
FunctionException
toAFieldWarpFilter$Line
public static FieldWarpFilter.Line[] toAFieldWarpFilter$Line(Object o,
String string)
throws FunctionException
- Throws:
FunctionException
toFont
public static Font toFont(Object o,
String string)
Copyright © 2012 Railo