public Bbox2Bvr boundingBox()
|
public ImageBvr clip(MatteBvr matte)
|
public ImageBvr clipPolygon(Point2Bvr[] points)
|
public ImageBvr crop(Point2Bvr minPt, Point2Bvr maxPt)
|
public ImageBvr mapToUnitSquare()
|
public ImageBvr opacity(NumberBvr opac)
|
public ImageBvr tile()
|
public ImageBvr transform(Transform2Bvr xf)
|
public ImageBvr undetectable()
|
public static ImageBvr newUninitBvr()
|
Fields Defined in Statics
|
public static ImageBvr detectableEmptyImage
|
public static ImageBvr emptyImage
|
Methods Defined in Statics
|
public static ImageBvr gradientHorizontal(ColorBvr start, ColorBvr stop, NumberBvr fallOff)
|
public static ImageBvr gradientPolygon(Point2Bvr[] pts, ColorBvr[] colors)
|
public static ImageBvr gradientSquare(ColorBvr lowerLeft, ColorBvr upperLeft, ColorBvr upperRight, ColorBvr lowerRight)
|
public static ImageBvr hatchBackwardDiagonal(ColorBvr color, NumberBvr size)
|
public static ImageBvr hatchCross(ColorBvr color, NumberBvr size)
|
public static ImageBvr hatchDiagonalCross(ColorBvr color, NumberBvr size)
|
public static ImageBvr hatchForwardDiagonal(ColorBvr color, NumberBvr size)
|
public static ImageBvr hatchHorizontal(ColorBvr color, NumberBvr size)
|
public static ImageBvr hatchVertical(ColorBvr color, NumberBvr size)
|
public static ImageBvr importImage(URL url)
|
public static ImageBvr importImage(URL url, ImageBvr imgStandIn, DXMEvent[] ev, NumberBvr[] progress, NumberBvr[] size)
|
public static ImageBvr importImageColorKey(URL url, ColorBvr red, ColorBvr green, ColorBvr blue)
|
public static ImageBvr importImageColorKey(URL url, ImageBvr imgStandIn, DXMEvent[] ev, NumberBvr[] progress, NumberBvr[] size, ColorBvr red, ColorBvr green, ColorBvr blue)
|
public static NumberBvr importMovie(URL url, ImageBvr[] img, SoundBvr[] snd)
|
public static NumberBvr importMovie(URL url, ImageBvr[] img, SoundBvr[] snd, ImageBvr imgStandIn, SoundBvr sndStandIn, DXMEvent[] ev, NumberBvr[] progress, NumberBvr[] size)
|
public static ImageBvr overlay(ImageBvr i1, ImageBvr i2)
|
public static ImageBvr overlayArray(ImageBvr[] im)
|
public static ImageBvr radialGradientPolygon(ColorBvr inner, ColorBvr outer, Point2Bvr[] points, NumberBvr fallOff)
|
public static ImageBvr radialGradientRegularPoly(ColorBvr inner, ColorBvr outer, NumberBvr edges, NumberBvr fallOff)
|
public static ImageBvr radialGradientSquare(ColorBvr inner, ColorBvr outer, NumberBvr fallOff)
|
public static ImageBvr solidColorImage(ColorBvr col)
|