|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextureSynthesizer
This interface describes texture synthesizing capabilities.
Method Summary | |
---|---|
java.awt.Image |
generateTexture(java.awt.Image image,
int width,
int height)
Synthesizes an image of given size from a sample image. |
java.lang.String |
getDescription()
Returns a description about this texture synthesizer. |
java.lang.String |
getName()
Returns the name of this texture synthesizer. |
javax.swing.JComponent |
getSettingsDialog()
Returns a settings component for this texture synthesizer. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getDescription()
javax.swing.JComponent getSettingsDialog()
java.awt.Image generateTexture(java.awt.Image image, int width, int height) throws TextureSynthesizerException
image
- the image that is used in the synthesiswidth
- the width of the synthesized imageheight
- the height of the synthesized image
TextureSynthesizerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |