|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nwalsh.xalan.ImageIntrinsics
public class ImageIntrinsics
Xalan extension to examine intrinsic size of images
$Id: ImageIntrinsics.java 5932 2006-05-04 13:23:51Z nwalsh $
Copyright (C) 2002 Norman Walsh.
This class provides a Xalan extension to find the intrinsic size of images.
Change Log:
Initial release.
Field Summary |
---|
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
ImageIntrinsics(org.apache.xalan.extensions.ExpressionContext context,
java.lang.String imageFn)
Constructor for ImageIntrinsics |
Method Summary | |
---|---|
int |
getDepth(org.apache.xalan.extensions.ExpressionContext context,
int defaultDepth)
|
int |
getWidth(org.apache.xalan.extensions.ExpressionContext context,
int defaultWidth)
|
boolean |
imageUpdate(java.awt.Image img,
int infoflags,
int x,
int y,
int width,
int height)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageIntrinsics(org.apache.xalan.extensions.ExpressionContext context, java.lang.String imageFn)
Constructor for ImageIntrinsics
Method Detail |
---|
public int getWidth(org.apache.xalan.extensions.ExpressionContext context, int defaultWidth)
public int getDepth(org.apache.xalan.extensions.ExpressionContext context, int defaultDepth)
public boolean imageUpdate(java.awt.Image img, int infoflags, int x, int y, int width, int height)
imageUpdate
in interface java.awt.image.ImageObserver
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |