Sweet Home 3D 3.4

com.eteks.sweethome3d.model
Interface TextureImage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CatalogTexture, HomeTexture

public interface TextureImage
extends java.io.Serializable

An image used as texture.

Author:
Emmanuel Puybaret

Method Summary
 float getHeight()
          Returns the height of the image in centimeters.
 Content getImage()
          Returns the content of the image used for this texture.
 java.lang.String getName()
          Returns the name of this texture image.
 float getWidth()
          Returns the width of the image in centimeters.
 

Method Detail

getName

java.lang.String getName()
Returns the name of this texture image.


getImage

Content getImage()
Returns the content of the image used for this texture.


getWidth

float getWidth()
Returns the width of the image in centimeters.


getHeight

float getHeight()
Returns the height of the image in centimeters.


Sweet Home 3D 3.4

? Copyrights 2006-2011 eTeks - All rights reserved
Distributed under GNU General Public License