public interface TextureImage
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreator()
Returns the creator of this texture.
|
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.
|
java.lang.String getName()
java.lang.String getCreator()
Content getImage()
float getWidth()
float getHeight()
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License