public interface ConstTexture extends Const
Texture.
It is not recommended to be implemented outside of the JSFML API.Const| Modifier and Type | Method and Description |
|---|---|
Image |
copyToImage()
Copies this texture to an editable
Image. |
Vector2i |
getSize()
Gets the dimensions of the texture.
|
boolean |
isRepeated()
Checks whether texture repeating is enabled.
|
boolean |
isSmooth()
Checks whether the smooth filter is enabled.
|
Vector2i getSize()
Image copyToImage()
Image.boolean isSmooth()
true if enabled, false if disabled.boolean isRepeated()
true if enabled, false if disabled.