org.cybertory.MSS
Class FImageLayout

java.lang.Object
  extended byorg.cybertory.MSS.FImageLayout
All Implemented Interfaces:
SelfScaler

public class FImageLayout
extends java.lang.Object
implements SelfScaler

Subset of ImageLayout, but with float values instead of int values.


Constructor Summary
FImageLayout(float minX, float minY, float width, float height)
           
FImageLayout(javax.media.jai.ImageLayout il)
           
FImageLayout(PendingRenderedOp rop)
           
FImageLayout(java.awt.image.RenderedImage ri)
           
 
Method Summary
 float getHeight()
           
 javax.media.jai.ImageLayout getImageLayout()
           
 float getMinX()
           
 float getMinY()
           
 java.lang.Object getScaled(float pixelSize)
           
 float getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FImageLayout

public FImageLayout(PendingRenderedOp rop)

FImageLayout

public FImageLayout(java.awt.image.RenderedImage ri)

FImageLayout

public FImageLayout(javax.media.jai.ImageLayout il)

FImageLayout

public FImageLayout(float minX,
                    float minY,
                    float width,
                    float height)
Method Detail

getScaled

public java.lang.Object getScaled(float pixelSize)
Specified by:
getScaled in interface SelfScaler

getImageLayout

public javax.media.jai.ImageLayout getImageLayout()

getMinX

public float getMinX()

getMinY

public float getMinY()

getWidth

public float getWidth()

getHeight

public float getHeight()