|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cybertory.MSS.PendingRenderedOp
This class is analogous to RenderedOp
,
but in addition it handles recursive application of pixel size.
Once the pixel size is known, the manifestResolution(float)
method
is called to create a RenderedOp
with the
appropriate pixel size.
Constructor Summary | |
PendingRenderedOp(PendingParameterBlockJAI pbjp)
|
|
PendingRenderedOp(PendingParameterBlockJAI pbjp,
java.awt.RenderingHints rh)
|
Method Summary | |
FImageLayout |
getLayout()
|
java.lang.Object |
getScaled(float pixelSize)
Returns a scaled version of this object. |
javax.media.jai.RenderedOp |
manifestResolution(float pixelSize)
This method invokes the application of pixel size. |
void |
propagateImageLayout(int sourceNum)
|
void |
setImageLayout(FImageLayout imageLayout)
|
void |
setNumberOfChannels(int numChannels)
Configure the number of channels for the output. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PendingRenderedOp(PendingParameterBlockJAI pbjp)
public PendingRenderedOp(PendingParameterBlockJAI pbjp, java.awt.RenderingHints rh)
Method Detail |
public java.lang.Object getScaled(float pixelSize)
getScaled
in interface SelfScaler
public FImageLayout getLayout()
public void setNumberOfChannels(int numChannels)
RenderingHints
passed to JAI.create.
numChannels
- the number of channels desired for the output
public void setImageLayout(FImageLayout imageLayout)
public void propagateImageLayout(int sourceNum)
public javax.media.jai.RenderedOp manifestResolution(float pixelSize)
pixelSize
- the desired pixel size in microns
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |