Package com.jme3.texture.plugins
Class SVGTextureKey
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSVGTextureKey(String name, boolean flipY, int width, int height) SVGTextureKey(String name, int width, int height) -
Method Summary
Methods inherited from class com.jme3.asset.TextureKey
getAnisotropy, getCacheType, getProcessorType, getTextureTypeHint, isFlipY, isGenerateMips, read, setAnisotropy, setFlipY, setGenerateMips, setTextureTypeHint, toString, writeMethods inherited from class com.jme3.asset.AssetKey
clone, getExtension, getFolder, getFolder, getName, reducePath
-
Constructor Details
-
SVGTextureKey
-
SVGTextureKey
-
-
Method Details
-
getExtension
- Overrides:
getExtensionin classAssetKey<Texture>- Returns:
- The extension of the
AssetKey's name. For example, the name "Interface/Logo/Monkey.png" has an extension of "png".
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
equals
- Overrides:
equalsin classTextureKey
-
hashCode
public int hashCode()- Overrides:
hashCodein classTextureKey
-