SourceForge.net Logo
aXSL API 0.2

org.axsl.graphic
Interface EpsGraphic

All Superinterfaces:
Graphic

public interface EpsGraphic
extends Graphic

Interface for EPS Graphic objects.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.axsl.graphic.Graphic
Graphic.Compression, Graphic.Type
 
Method Summary
 float[] getBoundingBox()
          Returns the EPS Bounding Box.
 
Methods inherited from interface org.axsl.graphic.Graphic
absoluteHeight, absoluteWidth, close, getBitsPerComponent, getColorSpace, getCompressionType, getContent, getContentSize, getGraphicType, getLinks, getMimeType, getName, getRawSamples, getTransparentColor, getUrl, isInverted, isTransparent, pixelHeight, pixelWidth
 

Method Detail

getBoundingBox

float[] getBoundingBox()
Returns the EPS Bounding Box. This array of four numerics contains a description of the rectangle that bounds the graphic. The four elements are, in order: the lower left X coordinate, the lower left Y coordinate, the upper right X coordinate, and the upper right Y coordinate.

Returns:
The EPS Bounding Box, expressed as a float array.

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.