org.cybertory.MSS
Class FImageLayout
java.lang.Object
org.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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()